[RESEND PATCH v3 0/8] drivers: add new variants of devm_platform_ioremap_resource()

2019-10-22 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Note: resending with Arnd's review tags and rebased on top of char-misc-next The new devm_platform_ioremap_resource() helper has now been widely adopted and used in many drivers. Users of the write-combined ioremap() variants could benefit from the same code shrinkage.

Re: [PATCH v3 0/8] drivers: add new variants of devm_platform_ioremap_resource()

2019-10-21 Thread Arnd Bergmann
On Mon, Oct 21, 2019 at 6:29 PM Bartosz Golaszewski wrote: > pon., 21 paź 2019 o 17:53 Arnd Bergmann napisał(a): > > On Mon, Oct 21, 2019 at 5:04 PM Bartosz Golaszewski wrote: > > > gentle ping for this. I noticed that some maintainers are complaining > > > about being spammed with patches conve

Re: [PATCH v3 0/8] drivers: add new variants of devm_platform_ioremap_resource()

2019-10-21 Thread Bartosz Golaszewski
pon., 21 paź 2019 o 17:53 Arnd Bergmann napisał(a): > > On Mon, Oct 21, 2019 at 5:04 PM Bartosz Golaszewski wrote: > > niedz., 6 paź 2019 o 07:39 Bartosz Golaszewski napisał(a): > > > From: Bartosz Golaszewski > > > Bartosz Golaszewski (8): > > > Documentation: devres: add missing entry for >

Re: [PATCH v3 0/8] drivers: add new variants of devm_platform_ioremap_resource()

2019-10-21 Thread Arnd Bergmann
On Mon, Oct 21, 2019 at 5:04 PM Bartosz Golaszewski wrote: > niedz., 6 paź 2019 o 07:39 Bartosz Golaszewski napisał(a): > > From: Bartosz Golaszewski > > Bartosz Golaszewski (8): > > Documentation: devres: add missing entry for > > devm_platform_ioremap_resource() > > lib: devres: prepar

Re: [PATCH v3 0/8] drivers: add new variants of devm_platform_ioremap_resource()

2019-10-21 Thread Bartosz Golaszewski
niedz., 6 paź 2019 o 07:39 Bartosz Golaszewski napisał(a): > > From: Bartosz Golaszewski > > The new devm_platform_ioremap_resource() helper has now been widely > adopted and used in many drivers. Users of the write-combined ioremap() > variants could benefit from the same code shrinkage. This se

[PATCH v3 0/8] drivers: add new variants of devm_platform_ioremap_resource()

2019-10-05 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The new devm_platform_ioremap_resource() helper has now been widely adopted and used in many drivers. Users of the write-combined ioremap() variants could benefit from the same code shrinkage. This series provides a write-combined version of devm_platform_ioremap_resourc