[PATCH v2] clk: imx: correct uart4_serial clock name in driver for i.MX6UL

2017-03-06 Thread Robin van der Gracht
Reviewed-by: Fabio Estevam Signed-off-by: Robin van der Gracht --- v2: Rebased on latest mainline drivers/clk/imx/clk-imx6ul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c index dbd6e59..b4e0dff 100644

[PATCH v3] clk: imx: clk-imx6ul: The i.mx6ul has no aips_tz3 clock

2017-03-03 Thread Robin van der Gracht
The clock was mapped on CG15 (gpio2_clocks) in the CCRG0 register. Reviewed-by: Fabio Estevam <fabio.este...@nxp.com> Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Fixed another title typo in v3 drivers/clk/imx/clk-imx6ul.c | 9 + 1 file changed, 5 inse

[PATCH v3] clk: imx: clk-imx6ul: The i.mx6ul has no aips_tz3 clock

2017-03-03 Thread Robin van der Gracht
The clock was mapped on CG15 (gpio2_clocks) in the CCRG0 register. Reviewed-by: Fabio Estevam Signed-off-by: Robin van der Gracht --- Fixed another title typo in v3 drivers/clk/imx/clk-imx6ul.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/clk/imx/clk

[PATCH v2] clk: imx: clk-imx6ul: The i.mx6ul has no aips_tz3 clock

2017-03-03 Thread Robin van der Gracht
The clock was mapped on CG15 (gpio2_clocks) in the CCRG0 register. Reviewed-by: Fabio Estevam <fabio.este...@nxp.com> Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- drivers/clk/imx/clk-imx6ul.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers

[PATCH v2] clk: imx: clk-imxul: The i.mx6ul has no aips_tz3 clock

2017-03-03 Thread Robin van der Gracht
The clock was mapped on CG15 (gpio2_clocks) in the CCRG0 register. Reviewed-by: Fabio Estevam <fabio.este...@nxp.com> Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- drivers/clk/imx/clk-imx6ul.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a

[PATCH v2] clk: imx: clk-imxul: The i.mx6ul has no aips_tz3 clock

2017-03-03 Thread Robin van der Gracht
The clock was mapped on CG15 (gpio2_clocks) in the CCRG0 register. Reviewed-by: Fabio Estevam Signed-off-by: Robin van der Gracht --- drivers/clk/imx/clk-imx6ul.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk

[PATCH] clk: imx: clk-imxul: The i.mx6ul has no aips_tx3 clock

2017-03-03 Thread Robin van der Gracht
The clock was mapped on CG15 (gpio2_clocks) in the CCRG0 register. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- drivers/clk/imx/clk-imx6ul.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-im

[PATCH] clk: imx: clk-imxul: The i.mx6ul has no aips_tx3 clock

2017-03-03 Thread Robin van der Gracht
The clock was mapped on CG15 (gpio2_clocks) in the CCRG0 register. Signed-off-by: Robin van der Gracht --- drivers/clk/imx/clk-imx6ul.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c index 75c35fb..dbd6e59

[PATCH] clk: imx: clk-imx6ul: The i.mx6ul has no aips_tx3 clock

2017-03-03 Thread Robin van der Gracht
The clock was mapped on CG15 (gpio2_clocks) in the CCRG0 register. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- drivers/clk/imx/clk-imx6ul.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c

[PATCH] clk: imx: correct uart4_serial clock name in driver for i.MX6UL

2017-03-03 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- drivers/clk/imx/clk-imx6ul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c index 0f1f17a..4dcd107 100644 --- a/drivers/clk/imx/clk-imx6ul.c +++ b/d

[PATCH] clk: imx: correct uart4_serial clock name in driver for i.MX6UL

2017-03-03 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- drivers/clk/imx/clk-imx6ul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c index 0f1f17a..4dcd107 100644 --- a/drivers/clk/imx/clk-imx6ul.c +++ b/drivers/clk/imx/clk-imx6ul.c

[PATCH] clk: imx: clk-imx6ul: Use anatop_base pointer for consistency

2017-03-03 Thread Robin van der Gracht
The anatop_base pointer was unused, but instead of removing it, assign and use it for readability like clk-imx6 and clk-imx6sx do. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- drivers/clk/imx/clk-imx6ul.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[PATCH] clk: imx: clk-imx6ul: Fixed conditional for enabling USB phy clocks

2017-03-03 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- drivers/clk/imx/clk-imx6ul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c index 72b5fa2..0ca0652 100644 --- a/drivers/clk/imx/clk-imx6ul.c +++ b/d

Re: [PATCH v2 2/3] auxdisplay: ht16k33: rework input device initialization

2017-02-10 Thread Robin van der Gracht
> Signed-off-by: Dmitry Torokhov <dmitry.torok...@gmail.com> > --- > > v2: addressed Robin's feedback - changed interrupt trigger from > IRQF_TRIGGER_RISING to IRQF_TRIGGER_HIGH > Works like a charm! Tested-by: Robin van der Gracht <ro...@protonic.nl>

Re: [PATCH v2 2/3] auxdisplay: ht16k33: rework input device initialization

2017-02-10 Thread Robin van der Gracht
ov > --- > > v2: addressed Robin's feedback - changed interrupt trigger from > IRQF_TRIGGER_RISING to IRQF_TRIGGER_HIGH > Works like a charm! Tested-by: Robin van der Gracht

Re: [PATCH 3/3] auxdisplay: ht16k33: remove private workqueue

2017-02-08 Thread Robin van der Gracht
t ht16k33_probe(struct i2c_client *client, > framebuffer_release(fbdev->info); > err_fbdev_buffer: > free_page((unsigned long) fbdev->buffer); > -err_destroy_wq: > - destroy_workqueue(priv->workqueue); > > return err; > } > @@ -521,7 +512,6 @@ static int ht16k33_remove(struct i2c_client *client) > framebuffer_release(fbdev->info); > free_page((unsigned long) fbdev->buffer); > > - destroy_workqueue(priv->workqueue); > return 0; > } > Acked-by: Robin van der Gracht <ro...@protonic.nl>

Re: [PATCH 3/3] auxdisplay: ht16k33: remove private workqueue

2017-02-08 Thread Robin van der Gracht
(fbdev->info); > err_fbdev_buffer: > free_page((unsigned long) fbdev->buffer); > -err_destroy_wq: > - destroy_workqueue(priv->workqueue); > > return err; > } > @@ -521,7 +512,6 @@ static int ht16k33_remove(struct i2c_client *client) > framebuffer_release(fbdev->info); > free_page((unsigned long) fbdev->buffer); > > - destroy_workqueue(priv->workqueue); > return 0; > } > Acked-by: Robin van der Gracht

Re: [PATCH 2/3] auxdisplay: ht16k33: rework input device initialization

2017-02-08 Thread Robin van der Gracht
On Tue, 31 Jan 2017 12:54:37 -0800 Dmitry Torokhov wrote: ... > + > +static irqreturn_t ht16k33_keypad_irq_thread(int irq, void *dev) > +{ > + struct ht16k33_keypad *keypad = dev; > + > + do { > + wait_event_timeout(keypad->wait, keypad->stopped, >

Re: [PATCH 2/3] auxdisplay: ht16k33: rework input device initialization

2017-02-08 Thread Robin van der Gracht
On Tue, 31 Jan 2017 12:54:37 -0800 Dmitry Torokhov wrote: ... > + > +static irqreturn_t ht16k33_keypad_irq_thread(int irq, void *dev) > +{ > + struct ht16k33_keypad *keypad = dev; > + > + do { > + wait_event_timeout(keypad->wait, keypad->stopped, > +

Re: [PATCH 1/3] auxdisplay: ht16k33: do not try to free fbdev

2017-02-08 Thread Robin van der Gracht
che = devm_kmalloc(>dev, HT16K33_FB_SIZE, GFP_KERNEL); > @@ -510,8 +510,6 @@ static int ht16k33_probe(struct i2c_client *client, > framebuffer_release(fbdev->info); > err_fbdev_buffer: > free_page((unsigned long) fbdev->buffer); > -err_free_fbdev: > - kfree(fbdev); > err_destroy_wq: > destroy_workqueue(priv->workqueue); > Acked-by: Robin van der Gracht <ro...@protonic.nl>

Re: [PATCH 1/3] auxdisplay: ht16k33: do not try to free fbdev

2017-02-08 Thread Robin van der Gracht
-510,8 +510,6 @@ static int ht16k33_probe(struct i2c_client *client, > framebuffer_release(fbdev->info); > err_fbdev_buffer: > free_page((unsigned long) fbdev->buffer); > -err_free_fbdev: > - kfree(fbdev); > err_destroy_wq: > destroy_workqueue(priv->workqueue); > Acked-by: Robin van der Gracht

Re: [PATCH 1/3] auxdisplay: ht16k33: do not try to free fbdev

2017-02-07 Thread Robin van der Gracht
Hello Dmitry, Thank you for submitting your changes. I was out of office last week and I'll try to test and review your changes on my hardware this week. Best regards, Robin van der Gracht

Re: [PATCH 1/3] auxdisplay: ht16k33: do not try to free fbdev

2017-02-07 Thread Robin van der Gracht
Hello Dmitry, Thank you for submitting your changes. I was out of office last week and I'll try to test and review your changes on my hardware this week. Best regards, Robin van der Gracht

Re: [PATCH] auxdisplay: fix new ht16k33 build errors

2017-01-01 Thread Robin van der Gracht
lrect' > drivers/built-in.o:(.data+0x19cf0): undefined reference to `sys_copyarea' > drivers/built-in.o:(.data+0x19cf4): undefined reference to `sys_imageblit' > > Fixes: 31114fa95bdb (auxdisplay: ht16k33: select framebuffer helper modules) > > Signed-off-by: Randy Dunlap <rdun...

Re: [PATCH] auxdisplay: fix new ht16k33 build errors

2017-01-01 Thread Robin van der Gracht
ndefined reference to `sys_copyarea' > drivers/built-in.o:(.data+0x19cf4): undefined reference to `sys_imageblit' > > Fixes: 31114fa95bdb (auxdisplay: ht16k33: select framebuffer helper modules) > > Signed-off-by: Randy Dunlap > Cc: Robin van der Gracht > Cc: Miguel Ojeda Sandonis

[PATCH] auxdisplay: ht16k33: select framebuffer helper modules

2016-11-30 Thread Robin van der Gracht
-by: Arnd Bergmann <a...@arndb.de> Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Greg: Bugfix for your char-misc-* tree drivers/auxdisplay/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index a230

[PATCH] auxdisplay: ht16k33: select framebuffer helper modules

2016-11-30 Thread Robin van der Gracht
-by: Arnd Bergmann Signed-off-by: Robin van der Gracht --- Greg: Bugfix for your char-misc-* tree drivers/auxdisplay/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index a230ea7..4ef4c5c 100644 --- a/drivers/auxdisplay

Re: [PATCH] auxdisplay: ht16k33: select required CONFIG_FB_CFB_* helpers

2016-11-29 Thread Robin van der Gracht
7AM +0100, Robin van der Gracht wrote: > > > > This selects the respective helpers required in addition to the one > > > > Arnd Bergmann pointer out earlier. > > > > > > > > Signed-off-by: Robin van der Gracht <ro...@protonic.nl>

Re: [PATCH] auxdisplay: ht16k33: select required CONFIG_FB_CFB_* helpers

2016-11-29 Thread Robin van der Gracht
On Tue, 29 Nov 2016 21:04:30 +0100 Greg Kroah-Hartman wrote: > On Tue, Nov 29, 2016 at 08:55:50PM +0100, Arnd Bergmann wrote: > > On Tuesday, November 29, 2016 8:42:47 PM CET Greg Kroah-Hartman wrote: > > > On Fri, Nov 25, 2016 at 10:50:07AM +0100, Robin va

[PATCH] auxdisplay: ht16k33: select required CONFIG_FB_CFB_* helpers

2016-11-25 Thread Robin van der Gracht
This selects the respective helpers required in addition to the one Arnd Bergmann pointer out earlier. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- This is a responce to https://lkml.org/lkml/2016/11/25/66 This patch complements the changes Arnd submitted earlier. d

[PATCH] auxdisplay: ht16k33: select required CONFIG_FB_CFB_* helpers

2016-11-25 Thread Robin van der Gracht
This selects the respective helpers required in addition to the one Arnd Bergmann pointer out earlier. Signed-off-by: Robin van der Gracht --- This is a responce to https://lkml.org/lkml/2016/11/25/66 This patch complements the changes Arnd submitted earlier. drivers/auxdisplay/Kconfig | 3

Re: [PATCH] auxdisplay: ht16k33: select CONFIG_FB_SYS_FOPS

2016-11-24 Thread Robin van der Gracht
Hi Arnd, On Wed, 23 Nov 2016 14:06:49 +0100 Arnd Bergmann wrote: > The new driver caused a rare randconfig failure: > > drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0xc): undefined reference > to `fb_sys_read' > drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0x10):

Re: [PATCH] auxdisplay: ht16k33: select CONFIG_FB_SYS_FOPS

2016-11-24 Thread Robin van der Gracht
Hi Arnd, On Wed, 23 Nov 2016 14:06:49 +0100 Arnd Bergmann wrote: > The new driver caused a rare randconfig failure: > > drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0xc): undefined reference > to `fb_sys_read' > drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0x10): undefined

[PATCH v7 RESEND 1/3] of: add vendor prefix for Holtek Semiconductor

2016-11-07 Thread Robin van der Gracht
This patch introduces a vendor prefix for Holtek Semiconductor Inc. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> Acked-by: Rob Herring <r...@kernel.org> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/D

[PATCH v7 RESEND 1/3] of: add vendor prefix for Holtek Semiconductor

2016-11-07 Thread Robin van der Gracht
This patch introduces a vendor prefix for Holtek Semiconductor Inc. Signed-off-by: Robin van der Gracht Acked-by: Rob Herring --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b

[PATCH v7 RESEND 2/3] auxdisplay: ht16k33: Driver for LED controller

2016-11-07 Thread Robin van der Gracht
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> CC: Miguel Ojeda Sandonis <miguel.ojeda.sando...@gmail.com> Acked-by: Rob Herring <r...@kernel.org> Reviewed-by: Linus Walleij <linus.wall...@linaro.org

[PATCH v7 RESEND 3/3] MAINTAINERS: auxdisplay: Added myself as maintainer for ht16k33 driver

2016-11-07 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> CC: Miguel Ojeda Sandonis <miguel.ojeda.sando...@gmail.com> Acked-by: Linus Walleij <linus.wall...@linaro.org> --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 411e3

[PATCH v7 RESEND 0/3] auxdisplay: Introduce ht16k33 driver

2016-11-07 Thread Robin van der Gracht
Rebased and resend for Greg. This patchset adds a new driver to the auxdisplay subsystem. It also adds devicetree binding documentation and a new vendor prefix. I added myself as maintainer to the MAINTAINERS file. Robin van der Gracht (3): of: add vendor prefix for Holtek Semiconductor

[PATCH v7 RESEND 3/3] MAINTAINERS: auxdisplay: Added myself as maintainer for ht16k33 driver

2016-11-07 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht CC: Miguel Ojeda Sandonis Acked-by: Linus Walleij --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 411e3b8..15d9712 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3030,6 +3030,12 @@ F: drivers

[PATCH v7 RESEND 0/3] auxdisplay: Introduce ht16k33 driver

2016-11-07 Thread Robin van der Gracht
Rebased and resend for Greg. This patchset adds a new driver to the auxdisplay subsystem. It also adds devicetree binding documentation and a new vendor prefix. I added myself as maintainer to the MAINTAINERS file. Robin van der Gracht (3): of: add vendor prefix for Holtek Semiconductor

[PATCH v7 RESEND 2/3] auxdisplay: ht16k33: Driver for LED controller

2016-11-07 Thread Robin van der Gracht
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht CC: Miguel Ojeda Sandonis Acked-by: Rob Herring Reviewed-by: Linus Walleij --- .../devicetree/bindings/display/ht16k33.txt| 42 ++ drivers/auxdisplay/Kconfig

Re: [char-misc:char-misc-testing] warning

2016-11-02 Thread Robin van der Gracht
Hi Randy, On Tue, 1 Nov 2016 09:34:04 -0700 Randy Dunlap <rdun...@infradead.org> wrote: > On 11/01/16 09:02, Robin van der Gracht wrote: > > Hi Tobias, > > > > On Tue, 1 Nov 2016 16:33:03 +0100 > > Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote:

Re: [char-misc:char-misc-testing] warning

2016-11-02 Thread Robin van der Gracht
Hi Randy, On Tue, 1 Nov 2016 09:34:04 -0700 Randy Dunlap wrote: > On 11/01/16 09:02, Robin van der Gracht wrote: > > Hi Tobias, > > > > On Tue, 1 Nov 2016 16:33:03 +0100 > > Tobias Jakobi wrote: > > > >> Hello Robin, > >> > >>

Re: [char-misc:char-misc-testing] warning

2016-11-01 Thread Robin van der Gracht
msg113011.html So.. I should contact Daniel Vetter about this..? > I don't have any nouveau platform here. Me neither, the warning is shown when invoking Kconfig. So when I use the config file supplied on my previous email, and start a build or a menuconfig on my (x86_64) system its showing.

Re: [char-misc:char-misc-testing] warning

2016-11-01 Thread Robin van der Gracht
t Daniel Vetter about this..? > I don't have any nouveau platform here. Me neither, the warning is shown when invoking Kconfig. So when I use the config file supplied on my previous email, and start a build or a menuconfig on my (x86_64) system its showing. Regards, -- Robin van der Gracht Protonic Holland

[char-misc:char-misc-testing] warning

2016-11-01 Thread Robin van der Gracht
FB, the warning mentioned above is raised. Would you like to verify this? Regards, -- Robin van der Gracht Protonic Holland config.gz Description: application/gzip

[char-misc:char-misc-testing] warning

2016-11-01 Thread Robin van der Gracht
FB, the warning mentioned above is raised. Would you like to verify this? Regards, -- Robin van der Gracht Protonic Holland config.gz Description: application/gzip

[PATCH v2] auxdisplay: ht16k33: Keyscan function is now optional

2016-10-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Changes in v2: - Removed the trailing dot in the patch subject .../devicetree/bindings/display/ht16k33.txt| 15 ++- drivers/auxdisplay/ht16k33.c | 126 +++-- 2 files chang

[PATCH v2] auxdisplay: ht16k33: Keyscan function is now optional

2016-10-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- Changes in v2: - Removed the trailing dot in the patch subject .../devicetree/bindings/display/ht16k33.txt| 15 ++- drivers/auxdisplay/ht16k33.c | 126 +++-- 2 files changed, 73 insertions(+), 68

[PATCH] auxdisplay: ht16k33: Keyscan function is now optional.

2016-10-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- .../devicetree/bindings/display/ht16k33.txt| 15 ++- drivers/auxdisplay/ht16k33.c | 126 +++-- 2 files changed, 73 insertions(+), 68 deletions(-) diff --git a/Documentation/devi

[PATCH] auxdisplay: ht16k33: Keyscan function is now optional.

2016-10-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- .../devicetree/bindings/display/ht16k33.txt| 15 ++- drivers/auxdisplay/ht16k33.c | 126 +++-- 2 files changed, 73 insertions(+), 68 deletions(-) diff --git a/Documentation/devicetree/bindings/display/ht16k33

[PATCH] auxdisplay: ht16k33: Use unique i2c client device name

2016-10-06 Thread Robin van der Gracht
Static naming causes problems when multiple devices are registered. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- drivers/auxdisplay/ht16k33.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/auxdisplay/ht16k33.c b/drivers/auxdisplay/ht1

[PATCH] auxdisplay: ht16k33: Use unique i2c client device name

2016-10-06 Thread Robin van der Gracht
Static naming causes problems when multiple devices are registered. Signed-off-by: Robin van der Gracht --- drivers/auxdisplay/ht16k33.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/auxdisplay/ht16k33.c b/drivers/auxdisplay/ht16k33.c index eeb323f..9c09bbc

[PATCH v7 2/3] auxdisplay: ht16k33: Driver for LED controller

2016-10-06 Thread Robin van der Gracht
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> CC: Miguel Ojeda Sandonis <miguel.ojeda.sando...@gmail.com> Acked-by: Rob Herring <r...@kernel.org> --- Changes in v7: - Fixed unit for deboun

[PATCH v7 2/3] auxdisplay: ht16k33: Driver for LED controller

2016-10-06 Thread Robin van der Gracht
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht CC: Miguel Ojeda Sandonis Acked-by: Rob Herring --- Changes in v7: - Fixed unit for debounce-delay-ms in doc (microseconds -> milliseconds) .../devicetree/bindings/display/ht16k33.

[PATCH v7 3/3] MAINTAINERS: auxdisplay: Added myself as maintainer for ht16k33 driver

2016-10-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> CC: Miguel Ojeda Sandonis <miguel.ojeda.sando...@gmail.com> Acked-by: Linus Walleij <linus.wall...@linaro.org> --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 841ff

[PATCH v7 1/3] of: add vendor prefix for Holtek Semiconductor

2016-10-06 Thread Robin van der Gracht
This patch introduces a vendor prefix for Holtek Semiconductor Inc. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> Acked-by: Rob Herring <r...@kernel.org> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/D

[PATCH v7 3/3] MAINTAINERS: auxdisplay: Added myself as maintainer for ht16k33 driver

2016-10-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht CC: Miguel Ojeda Sandonis Acked-by: Linus Walleij --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 841ffa3..7e7368e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2998,6 +2998,12 @@ F: drivers

[PATCH v7 1/3] of: add vendor prefix for Holtek Semiconductor

2016-10-06 Thread Robin van der Gracht
This patch introduces a vendor prefix for Holtek Semiconductor Inc. Signed-off-by: Robin van der Gracht Acked-by: Rob Herring --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b

[PATCH v7 0/3] auxdisplay: Introduce ht16k33 driver

2016-10-06 Thread Robin van der Gracht
This patchset adds a new driver to the auxdisplay subsystem. It also adds devicetree binding documentation and a new vendor prefix. I added myself as maintainer to the MAINTAINERS file. @Greg: Would you like to review and push this upstream? Robin van der Gracht (3): of: add vendor prefix

[PATCH v7 0/3] auxdisplay: Introduce ht16k33 driver

2016-10-06 Thread Robin van der Gracht
This patchset adds a new driver to the auxdisplay subsystem. It also adds devicetree binding documentation and a new vendor prefix. I added myself as maintainer to the MAINTAINERS file. @Greg: Would you like to review and push this upstream? Robin van der Gracht (3): of: add vendor prefix

Re: [PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver

2016-05-19 Thread Robin van der Gracht
On Wed, 18 May 2016 08:09:24 -0700 Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > On Wed, May 18, 2016 at 02:23:16PM +0200, Robin van der Gracht wrote: > > This patchset adds a new driver to the auxdisplay subsystem. It > > also adds devicetree bindings documenta

Re: [PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver

2016-05-19 Thread Robin van der Gracht
On Wed, 18 May 2016 08:09:24 -0700 Greg Kroah-Hartman wrote: > On Wed, May 18, 2016 at 02:23:16PM +0200, Robin van der Gracht wrote: > > This patchset adds a new driver to the auxdisplay subsystem. It > > also adds devicetree bindings documentation and a new vendor prefix. &

[PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver

2016-05-18 Thread Robin van der Gracht
This patchset adds a new driver to the auxdisplay subsystem. It also adds devicetree bindings documentation and a new vendor prefix. I added myself as maintainer to the MAINTAINERS file. Robin van der Gracht (3): of: add vendor prefix for Holtek Semiconductor auxdisplay: ht16k33: Driver

[PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver

2016-05-18 Thread Robin van der Gracht
This patchset adds a new driver to the auxdisplay subsystem. It also adds devicetree bindings documentation and a new vendor prefix. I added myself as maintainer to the MAINTAINERS file. Robin van der Gracht (3): of: add vendor prefix for Holtek Semiconductor auxdisplay: ht16k33: Driver

[PATCH v6 3/3] MAINTAINERS: auxdisplay: Added myself as maintainer for ht16k33 driver

2016-05-18 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9c567a4..54aed16 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2816,6 +2816,12 @@ F: drivers/usb/host/whci/ F: drive

[PATCH v6 3/3] MAINTAINERS: auxdisplay: Added myself as maintainer for ht16k33 driver

2016-05-18 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9c567a4..54aed16 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2816,6 +2816,12 @@ F: drivers/usb/host/whci/ F: drivers/usb/wusbcore/ F

[PATCH v6 1/3] of: add vendor prefix for Holtek Semiconductor

2016-05-18 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 8

[PATCH v6 2/3] auxdisplay: ht16k33: Driver for LED controller

2016-05-18 Thread Robin van der Gracht
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Changes in v6: - Fixed minor typo in documentation 'KEY_F0' -> 'KEY_F10' .../devicetree/bindings/display/ht16k33.txt| 42 ++ drivers/auxdispla

[PATCH v6 1/3] of: add vendor prefix for Holtek Semiconductor

2016-05-18 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 86740d4..84fb85d 100644

[PATCH v6 2/3] auxdisplay: ht16k33: Driver for LED controller

2016-05-18 Thread Robin van der Gracht
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht --- Changes in v6: - Fixed minor typo in documentation 'KEY_F0' -> 'KEY_F10' .../devicetree/bindings/display/ht16k33.txt| 42 ++ drivers/auxdisplay/Kcon

Re: [GIT PULL] move ARM LCD display driver to auxdisplay

2016-05-12 Thread Robin van der Gracht
On Mon, 9 May 2016 16:27:00 +0200 Linus Walleij <linus.wall...@linaro.org> wrote: > On Mon, May 9, 2016 at 4:17 PM, Robin van der Gracht > <ro...@protonic.nl> wrote: > > On Mon, 9 May 2016 15:19:26 +0200 > > Linus Walleij <linus.wall...@linaro.org> wrote: >

Re: [GIT PULL] move ARM LCD display driver to auxdisplay

2016-05-12 Thread Robin van der Gracht
On Mon, 9 May 2016 16:27:00 +0200 Linus Walleij wrote: > On Mon, May 9, 2016 at 4:17 PM, Robin van der Gracht > wrote: > > On Mon, 9 May 2016 15:19:26 +0200 > > Linus Walleij wrote: > > > >> On Mon, May 9, 2016 at 9:06 AM, Robin van der Gracht > >>

Re: [GIT PULL] move ARM LCD display driver to auxdisplay

2016-05-11 Thread Robin van der Gracht
On Tue, 10 May 2016 09:10:04 +0200 Greg KH <gre...@linuxfoundation.org> wrote: > On Mon, May 09, 2016 at 04:27:00PM +0200, Linus Walleij wrote: > > On Mon, May 9, 2016 at 4:17 PM, Robin van der Gracht > > <ro...@protonic.nl> wrote: > > > On Mon, 9 May 201

Re: [GIT PULL] move ARM LCD display driver to auxdisplay

2016-05-11 Thread Robin van der Gracht
On Tue, 10 May 2016 09:10:04 +0200 Greg KH wrote: > On Mon, May 09, 2016 at 04:27:00PM +0200, Linus Walleij wrote: > > On Mon, May 9, 2016 at 4:17 PM, Robin van der Gracht > > wrote: > > > On Mon, 9 May 2016 15:19:26 +0200 > > > Linus Walleij wrote: > >

Re: [GIT PULL] move ARM LCD display driver to auxdisplay

2016-05-09 Thread Robin van der Gracht
On Mon, 9 May 2016 15:19:26 +0200 Linus Walleij <linus.wall...@linaro.org> wrote: > On Mon, May 9, 2016 at 9:06 AM, Robin van der Gracht > <ro...@protonic.nl> wrote: > > > If you guys feel like auxdisplay is not the right subsystem for the > > driver, and would

Re: [GIT PULL] move ARM LCD display driver to auxdisplay

2016-05-09 Thread Robin van der Gracht
On Mon, 9 May 2016 15:19:26 +0200 Linus Walleij wrote: > On Mon, May 9, 2016 at 9:06 AM, Robin van der Gracht > wrote: > > > If you guys feel like auxdisplay is not the right subsystem for the > > driver, and would like me to move it, please share. > > The bes

Re: [GIT PULL] move ARM LCD display driver to auxdisplay

2016-05-09 Thread Robin van der Gracht
But, not relevant for this patch, of course. If you guys feel like auxdisplay is not the right subsystem for the driver, and would like me to move it, please share. Regards, Robin van der Gracht

Re: [GIT PULL] move ARM LCD display driver to auxdisplay

2016-05-09 Thread Robin van der Gracht
of course. If you guys feel like auxdisplay is not the right subsystem for the driver, and would like me to move it, please share. Regards, Robin van der Gracht

[PATCH v5 2/2] auxdisplay: ht16k33: Driver for LED controller

2016-04-07 Thread Robin van der Gracht
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Changes in v5: - Updated compatible string - the HT16K33_FB_SIZE define now uses BYTES_PER_ROW as multiplier instead of 2 - Dropped a trailing '\' in ht16k

[PATCH v5 1/2] of: add vendor prefix for Holtek Semiconductor

2016-04-07 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Changes in v5: - Changed vendor prefix from 'ht' into 'holtek' Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.

[PATCH v5 2/2] auxdisplay: ht16k33: Driver for LED controller

2016-04-07 Thread Robin van der Gracht
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht --- Changes in v5: - Updated compatible string - the HT16K33_FB_SIZE define now uses BYTES_PER_ROW as multiplier instead of 2 - Dropped a trailing '\' in ht16k33.txt - Shortened commit

[PATCH v5 1/2] of: add vendor prefix for Holtek Semiconductor

2016-04-07 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- Changes in v5: - Changed vendor prefix from 'ht' into 'holtek' Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree

[PATCH v5 0/2] auxdisplay: Introduce driver for ht16k33 LED controller

2016-04-07 Thread Robin van der Gracht
This patch series adds a driver for the ht16k33 LED controller and a new vendor prefix for Holtek Semiconductor Inc. Robin van der Gracht (2): of: add vendor prefix for Holtek Semiconductor auxdisplay: ht16k33: Driver for LED controller .../devicetree/bindings/display/ht16k33.txt

[PATCH v5 0/2] auxdisplay: Introduce driver for ht16k33 LED controller

2016-04-07 Thread Robin van der Gracht
This patch series adds a driver for the ht16k33 LED controller and a new vendor prefix for Holtek Semiconductor Inc. Robin van der Gracht (2): of: add vendor prefix for Holtek Semiconductor auxdisplay: ht16k33: Driver for LED controller .../devicetree/bindings/display/ht16k33.txt

Re: [PATCH v4 2/2] auxdisplay: ht16k33: Driver for LED controller

2016-03-21 Thread Robin van der Gracht
On Fri, 18 Mar 2016 16:42:17 -0500 Rob Herring <r...@kernel.org> wrote: > On Wed, Mar 16, 2016 at 04:52:09PM +0100, Robin van der Gracht wrote: > > This is a driver for the Holtek HT16K33 RAM mapping LED controller > > with keyscan. > > Wrap your lines to less than 80

Re: [PATCH v4 2/2] auxdisplay: ht16k33: Driver for LED controller

2016-03-21 Thread Robin van der Gracht
On Fri, 18 Mar 2016 16:42:17 -0500 Rob Herring wrote: > On Wed, Mar 16, 2016 at 04:52:09PM +0100, Robin van der Gracht wrote: > > This is a driver for the Holtek HT16K33 RAM mapping LED controller > > with keyscan. > > Wrap your lines to less than 80 chars. I must

Re: [PATCH 1/2] of: add vendor prefix for Holtek Semiconductor

2016-03-21 Thread Robin van der Gracht
On Fri, 18 Mar 2016 16:32:59 -0500 Rob Herring <r...@kernel.org> wrote: > I think holtek being a bit longer would be better here. Thank you for your feedback. I'll adjust this. Kind regards, -- Robin van der Gracht Protonic Holland

Re: [PATCH 1/2] of: add vendor prefix for Holtek Semiconductor

2016-03-21 Thread Robin van der Gracht
On Fri, 18 Mar 2016 16:32:59 -0500 Rob Herring wrote: > I think holtek being a bit longer would be better here. Thank you for your feedback. I'll adjust this. Kind regards, -- Robin van der Gracht Protonic Holland

[PATCH 0/2] auxdisplay: Introduce driver for ht16k33 LED controller

2016-03-19 Thread Robin van der Gracht
This patch series adds a driver for the ht16k33 LED controller and a new vendor prefix for Holtek Semiconductor Inc. Robin van der Gracht (2): of: add vendor prefix for Holtek Semiconductor auxdisplay: ht16k33: Driver for LED controller .../devicetree/bindings/display/ht16k33.txt

[PATCH 0/2] auxdisplay: Introduce driver for ht16k33 LED controller

2016-03-19 Thread Robin van der Gracht
This patch series adds a driver for the ht16k33 LED controller and a new vendor prefix for Holtek Semiconductor Inc. Robin van der Gracht (2): of: add vendor prefix for Holtek Semiconductor auxdisplay: ht16k33: Driver for LED controller .../devicetree/bindings/display/ht16k33.txt

[PATCH 1/2] of: add vendor prefix for Holtek Semiconductor

2016-03-19 Thread Robin van der Gracht
This patch introduces a vendor prefix for Holtek Semiconductor Inc. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.

[PATCH 1/2] of: add vendor prefix for Holtek Semiconductor

2016-03-19 Thread Robin van der Gracht
This patch introduces a vendor prefix for Holtek Semiconductor Inc. Signed-off-by: Robin van der Gracht --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree

[PATCH v4 2/2] auxdisplay: ht16k33: Driver for LED controller

2016-03-18 Thread Robin van der Gracht
This is a driver for the Holtek HT16K33 RAM mapping LED controller with keyscan. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Changes in v4: - Removed trailing dot from patch title - Removed unused defines - Fixed brightness range (0 was presumed to be off but its 1/1

[PATCH v4 2/2] auxdisplay: ht16k33: Driver for LED controller

2016-03-18 Thread Robin van der Gracht
This is a driver for the Holtek HT16K33 RAM mapping LED controller with keyscan. Signed-off-by: Robin van der Gracht --- Changes in v4: - Removed trailing dot from patch title - Removed unused defines - Fixed brightness range (0 was presumed to be off but its 1/16 duty cycle) - No longer

[PATCH v3] auxdisplay: ht16k33: Driver for LED controller.

2016-02-18 Thread Robin van der Gracht
This is a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht <ro...@protonic.nl> --- Changes in v3: - Renamed device-tree property 'refresh-rate' to 'refresh-rate-hz' - Renamed device-tree property 'default-brightness' to 'default-brightness

[PATCH v3] auxdisplay: ht16k33: Driver for LED controller.

2016-02-18 Thread Robin van der Gracht
This is a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht --- Changes in v3: - Renamed device-tree property 'refresh-rate' to 'refresh-rate-hz' - Renamed device-tree property 'default-brightness' to 'default-brightness-level' - Realligned

Re: [PATCH v2] auxdisplay: ht16k33: Driver for LED controller.

2016-02-15 Thread Robin van der Gracht
On Fri, 12 Feb 2016 09:12:43 -0600 Rob Herring <r...@kernel.org> wrote: > On Tue, Feb 09, 2016 at 12:31:08PM +0100, Robin van der Gracht wrote: > > This is a driver for the Holtek HT16K33 LED controller with keyscan. > > > > Signed-off-by: Robin van de

Re: [PATCH v2] auxdisplay: ht16k33: Driver for LED controller.

2016-02-15 Thread Robin van der Gracht
On Fri, 12 Feb 2016 09:12:43 -0600 Rob Herring wrote: > On Tue, Feb 09, 2016 at 12:31:08PM +0100, Robin van der Gracht wrote: > > This is a driver for the Holtek HT16K33 LED controller with keyscan. > > > > Signed-off-by: Robin van der Gracht > > --- > > C

[PATCH v2] auxdisplay: ht16k33: Driver for LED controller.

2016-02-09 Thread Robin van der Gracht
This is a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht --- Changes in v2: - Fixed build error reported by kbuild test robot by including mm.h .../devicetree/bindings/display/ht16k33.txt| 42 ++ drivers/auxdisplay/Kconfig

<    1   2   3   >