Lars Poeschel ([email protected])

Number of posts: 360 (0.11 per day)
First post: 2012-10-16 06:51:45
Last post: 2021-07-14 11:12:40

Date List Subject
2023-07-20 17:16:45 linux-kernel Re: [PATCH] auxdisplay: hd44780: move cursor home after clear display command
2021-07-14 11:12:40 linux-kernel [RFC] auxdisplay: Fix oops on hd44780 module unloading
2020-11-16 20:12:31 linux-kernel [PATCH] auxdisplay: panel: Fix missing print function pointer
2020-11-16 13:45:48 linux-kernel [PATCH] auxdisplay: panel: Remove redundant charlcd_ops structures
2020-11-16 10:08:37 linux-kernel Re: [LKP] Re: [auxdisplay] b26deabb1d: BUG:kernel_NULL_pointer_dereference,address
2020-11-09 12:44:23 linux-kernel Re: [auxdisplay] b26deabb1d: BUG:kernel_NULL_pointer_dereference,address
2020-11-09 09:36:59 linux-kernel Re: [PATCH] auxdisplay: fix use after free in lcd2s_i2c_remove()
2020-11-09 09:34:56 linux-kernel [PATCH] auxdisplay: hd44780_common: Fix build error
2020-11-06 10:14:10 linux-kernel Re: [PATCH v6 00/25] Make charlcd device independent
2020-11-03 10:05:16 linux-kernel [PATCH v6 00/25] Make charlcd device independent
2020-11-03 10:04:15 linux-kernel [PATCH v6 13/25] auxdisplay: Make use of enum for backlight on / off
2020-11-03 10:04:02 linux-kernel [PATCH v6 07/25] auxdisplay: Move addr out of charlcd_priv
2020-11-03 10:03:48 linux-kernel [PATCH v6 12/25] auxdisplay: make charlcd_backlight visible to hd44780_common
2020-11-03 10:03:35 linux-kernel [PATCH v6 05/25] auxdisplay: Move write_data pointer to hd44780_common
2020-11-03 10:03:01 linux-kernel [PATCH v6 15/25] auxdisplay: implement various hd44780_common_ functions
2020-11-03 10:02:51 linux-kernel [PATCH v6 11/25] auxdisplay: Move clear_display to hd44780_common
2020-11-03 10:02:42 linux-kernel [PATCH v6 08/25] auxdisplay: hd44780_common_print
2020-11-03 10:02:38 linux-kernel [PATCH v6 03/25] auxdisplay: Move hwidth and bwidth to struct hd44780_common
2020-11-03 10:02:26 linux-kernel [PATCH v6 09/25] auxdisplay: provide hd44780_common_gotoxy
2020-11-03 10:02:14 linux-kernel [PATCH v6 22/25] auxdisplay: Change gotoxy calling interface
2020-11-03 10:01:44 linux-kernel [PATCH v6 19/25] auxdisplay: hd44780_common: Reduce clear_display timeout
2020-11-03 10:01:34 linux-kernel [PATCH v6 20/25] auxdisplay: hd44780: Remove clear_fast
2020-11-03 10:01:22 linux-kernel [PATCH v6 24/25] auxdisplay: lcd2s DT binding doc
2020-11-03 10:01:21 linux-kernel [PATCH v6 25/25] auxdisplay: add a driver for lcd2s character display
2020-11-03 10:01:16 linux-kernel [PATCH v6 16/25] auxdisplay: cleanup unnecessary hd44780 code in charlcd
2020-11-03 10:01:15 linux-kernel [PATCH v6 21/25] auxdisplay: charlcd: replace last device specific stuff
2020-11-03 10:01:04 linux-kernel [PATCH v6 14/25] auxdisplay: Move init_display to hd44780_common
2020-11-03 10:00:39 linux-kernel [PATCH v6 02/25] auxdisplay: Introduce hd44780_common.[ch]
2020-10-29 10:06:12 linux-kernel [PATCH v5 25/25] auxdisplay: add a driver for lcd2s character display
2020-10-29 10:06:05 linux-kernel [PATCH 00/25] Make charlcd device independent
2020-10-29 10:05:58 linux-kernel [PATCH v5 08/25] auxdisplay: hd44780_common_print
2020-10-29 10:05:52 linux-kernel [PATCH v5 14/25] auxdisplay: Move init_display to hd44780_common
2020-10-29 10:05:47 linux-kernel Re: [PATCH 00/25] Make charlcd device independent
2020-10-29 10:05:35 linux-kernel [PATCH v5 23/25] auxdisplay: charlcd: Do not print chars at end of line
2020-10-29 10:05:34 linux-kernel [PATCH v5 11/25] auxdisplay: Move clear_display to hd44780_common
2020-10-29 10:05:33 linux-kernel [PATCH v5 12/25] auxdisplay: make charlcd_backlight visible to hd44780_common
2020-10-29 10:05:30 linux-kernel [PATCH v5 07/25] auxdisplay: Move addr out of charlcd_priv
2020-10-29 10:05:09 linux-kernel [PATCH v5 24/25] auxdisplay: lcd2s DT binding doc
2020-10-29 10:04:48 linux-kernel [PATCH v5 17/25] auxdisplay: Move char redefine code to hd44780_common
2020-10-29 10:04:45 linux-kernel [PATCH v5 22/25] auxdisplay: Change gotoxy calling interface
2020-10-29 10:04:42 linux-kernel [PATCH v5 20/25] auxdisplay: hd44780: Remove clear_fast
2020-10-29 10:04:18 linux-kernel [PATCH 02/25] auxdisplay: Introduce hd44780_common.[ch]
2020-10-29 10:04:00 linux-kernel [PATCH v5 03/25] auxdisplay: Move hwidth and bwidth to struct hd44780_common
2020-10-29 10:04:00 linux-kernel [PATCH v5 06/25] auxdisplay: Move write_cmd pointers to hd44780 drivers
2020-10-29 10:03:59 linux-kernel [PATCH v5 04/25] auxdisplay: Move ifwidth to struct hd44780_common
2020-10-29 10:03:55 linux-kernel [PATCH v5 09/25] auxdisplay: provide hd44780_common_gotoxy
2020-10-29 10:03:53 linux-kernel [PATCH v5 15/25] auxdisplay: implement various hd44780_common_ functions
2020-10-29 10:03:52 linux-kernel [PATCH v5 19/25] auxdisplay: hd44780_common: Reduce clear_display timeout
2020-10-29 10:03:52 linux-kernel [PATCH v5 10/25] auxdisplay: add home to charlcd_ops
2020-10-29 10:03:35 linux-kernel [PATCH v5 21/25] auxdisplay: charlcd: replace last device specific stuff
2020-10-29 10:03:33 linux-kernel [PATCH v5 16/25] auxdisplay: cleanup unnecessary hd44780 code in charlcd