Re: [PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

2017-11-27 Thread Linus Torvalds
On Mon, Nov 27, 2017 at 12:05 PM, Thomas Meyer wrote: > > No response from the maintainer yet. I think this driver is actually > unmaintained. > What to do now? Applied directly. Linus

Re: [PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

2017-11-27 Thread Linus Torvalds
On Mon, Nov 27, 2017 at 12:05 PM, Thomas Meyer wrote: > > No response from the maintainer yet. I think this driver is actually > unmaintained. > What to do now? Applied directly. Linus

Re: [PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

2017-11-27 Thread Thomas Meyer
On Thu, Aug 10, 2017 at 11:24:04AM -0700, Randy Dunlap wrote: > On 08/10/2017 01:53 AM, Thomas Meyer wrote: > > This avoids the MODPOST error: > > ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] > > undefined! > > > > Signed-off-by: Thomas Meyer > > --- > >

Re: [PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

2017-11-27 Thread Thomas Meyer
On Thu, Aug 10, 2017 at 11:24:04AM -0700, Randy Dunlap wrote: > On 08/10/2017 01:53 AM, Thomas Meyer wrote: > > This avoids the MODPOST error: > > ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] > > undefined! > > > > Signed-off-by: Thomas Meyer > > --- > >

Re: [PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

2017-08-10 Thread Randy Dunlap
On 08/10/2017 01:53 AM, Thomas Meyer wrote: > This avoids the MODPOST error: > ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] > undefined! > > Signed-off-by: Thomas Meyer > --- > drivers/auxdisplay/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff

Re: [PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

2017-08-10 Thread Randy Dunlap
On 08/10/2017 01:53 AM, Thomas Meyer wrote: > This avoids the MODPOST error: > ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] > undefined! > > Signed-off-by: Thomas Meyer > --- > drivers/auxdisplay/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

2017-08-10 Thread Thomas Meyer
This avoids the MODPOST error: ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] undefined! Signed-off-by: Thomas Meyer --- drivers/auxdisplay/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig

[PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

2017-08-10 Thread Thomas Meyer
This avoids the MODPOST error: ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] undefined! Signed-off-by: Thomas Meyer --- drivers/auxdisplay/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index