Re: [PATCH 0/8] gpio-addr-flash: Support for device-tree and cleanup

2018-09-04 Thread Ricardo Ribalda Delgado
Hi! Any other comment before I resubmit v2 tomorrow from https://github.com/ribalda/linux/tree/gpio-addr-flash-v2 So far the diff for v2 I have >From Boris Brezillon: -Add Fixes and cc:stable >From kbuild: - Fix warnings - Rebase Thanks! On Tue, Aug 21, 2018 at 4:31 PM Ricardo Ribalda Delga

[PATCH 0/8] gpio-addr-flash: Support for device-tree and cleanup

2018-08-21 Thread Ricardo Ribalda Delgado
This patch series does the following: 1) Fix bug regarding ioremap size 2) Cleanup code to use new APIs 3) Simplify numerical operations 4) Add support for device-tree devices Thanks! Ricardo Ribalda Delgado (8): mtd: maps: gpio-addr-flash: Replace custom printk mtd: maps: gpio-addr-flash: F