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
2020-10-29 10:03:33 linux-kernel [PATCH v5 13/25] auxdisplay: Make use of enum for backlight on / off
2020-10-29 10:03:25 linux-kernel [PATCH 00/25] Make charlcd device independent
2020-10-22 08:52:43 linux-kernel Re: [PATCH v4 00/32] Make charlcd device independent
2020-10-06 08:41:23 linux-kernel Re: [PATCH v4 00/32] Make charlcd device independent
2020-10-05 13:43:57 linux-kernel Re: [PATCH 1/2] pwm: sysfs: Set class on pwm devices
2020-10-05 13:07:44 linux-kernel [PATCH v4 14/32] auxdisplay: Move init_display to hd44780_common
2020-10-05 13:07:21 linux-kernel [PATCH v4 27/32] auxdisplay: hd44780: Remove clear_fast
2020-10-05 13:06:52 linux-kernel [PATCH v4 25/32] auxdisplay: Call charlcd_backlight in place
2020-10-05 13:06:28 linux-kernel [PATCH v4 26/32] auxdisplay: hd44780_common: Reduce clear_display timeout
2020-10-05 13:05:43 linux-kernel [PATCH v4 13/32] auxdisplay: Make use of enum for backlight on / off
2020-10-05 13:05:40 linux-kernel [PATCH v4 15/32] auxdisplay: implement hd44780_common_shift_cursor
2020-10-05 13:04:50 linux-kernel [PATCH v4 24/32] auxdisplay: Move char redefine code to hd44780_common
2020-10-05 13:04:31 linux-kernel [PATCH v4 16/32] auxdisplay: Implement hd44780_common_display_shift
2020-10-05 13:04:22 linux-kernel [PATCH v4 30/32] auxdisplay: charlcd: Do not print chars at end of line
2020-10-05 13:04:11 linux-kernel [PATCH v4 32/32] auxdisplay: add a driver for lcd2s character display
2020-10-05 13:03:48 linux-kernel [PATCH v4 31/32] auxdisplay: lcd2s DT binding doc
2020-10-05 13:03:34 linux-kernel [PATCH v4 22/32] auxdisplay: Implement hd44780_common_lines
2020-10-05 12:32:41 linux-kernel [PATCH v4 06/32] auxdisplay: Move write_cmd pointers to hd44780 drivers
2020-10-05 12:32:34 linux-kernel [PATCH v4 01/32] auxdisplay: Use an enum for charlcd backlight on/off ops
2020-10-05 12:32:22 linux-kernel [PATCH v4 05/32] auxdisplay: Move write_data pointer to hd44780_common
2020-10-05 12:31:24 linux-kernel [PATCH v4 00/32] Make charlcd device independent
2020-10-05 12:31:02 linux-kernel [PATCH v4 03/32] auxdisplay: Move hwidth and bwidth to struct hd44780_common
2020-10-05 12:30:56 linux-kernel [PATCH v4 02/32] auxdisplay: Introduce hd44780_common.[ch]
2020-10-05 12:30:44 linux-kernel [PATCH v4 07/32] auxdisplay: Move addr out of charlcd_priv
2020-10-05 12:30:36 linux-kernel [PATCH v4 04/32] auxdisplay: Move ifwidth to struct hd44780_common
2020-10-05 12:29:53 linux-kernel [PATCH v4 11/32] auxdisplay: Move clear_display to hd44780_common
2020-10-05 12:29:41 linux-kernel [PATCH v4 12/32] auxdisplay: make charlcd_backlight visible to hd44780_common
2020-10-05 12:29:39 linux-kernel [PATCH v4 09/32] auxdisplay: provide hd44780_common_gotoxy
2020-10-05 12:18:44 linux-kernel [PATCH v3 04/32] auxdisplay: Move ifwidth to struct hd44780_common
2020-10-05 12:18:37 linux-kernel [PATCH v3 12/32] auxdisplay: make charlcd_backlight visible to hd44780_common
2020-10-05 12:18:32 linux-kernel [PATCH v3 14/32] auxdisplay: Move init_display to hd44780_common
2020-10-05 12:18:14 linux-kernel [PATCH v3 08/32] auxdisplay: hd44780_common_print
2020-10-05 12:17:49 linux-kernel [PATCH v3 05/32] auxdisplay: Move write_data pointer to hd44780_common
2020-10-05 12:17:38 linux-kernel [PATCH v3 09/32] auxdisplay: provide hd44780_common_gotoxy
2020-10-05 12:16:58 linux-kernel [PATCH v3 24/32] auxdisplay: Move char redefine code to hd44780_common
2020-10-05 12:16:47 linux-kernel [PATCH v3 03/32] auxdisplay: Move hwidth and bwidth to struct hd44780_common
2020-10-05 12:16:31 linux-kernel [PATCH v3 13/32] auxdisplay: Make use of enum for backlight on / off
2020-10-05 12:16:29 linux-kernel [PATCH v3 06/32] auxdisplay: Move write_cmd pointers to hd44780 drivers
2020-10-05 12:16:20 linux-kernel [PATCH v3 16/32] auxdisplay: Implement hd44780_common_display_shift
2020-10-05 12:16:06 linux-kernel [PATCH v3 17/32] auxdisplay: Implement a hd44780_common_display
2020-10-05 12:16:00 linux-kernel [PATCH v3 07/32] auxdisplay: Move addr out of charlcd_priv
2020-10-05 12:15:58 linux-kernel [PATCH v3 19/32] auxdisplay: Implement hd44780_common_blink
2020-10-05 12:15:54 linux-kernel [PATCH v3 22/32] auxdisplay: Implement hd44780_common_lines
2020-10-05 12:15:52 linux-kernel [PATCH v3 21/32] auxdisplay: Implement hd44780_common_fontsize
2020-10-05 12:15:43 linux-kernel [PATCH v3 20/32] auxdisplay: cleanup unnecessary hd44780 code in charlcd
2020-10-05 12:15:40 linux-kernel [PATCH v3 23/32] auxdisplay: Remove unnecessary hd44780 from charlcd
2020-10-05 12:15:36 linux-kernel [PATCH v3 25/32] auxdisplay: Call charlcd_backlight in place
2020-10-05 12:15:20 linux-kernel [PATCH v3 26/32] auxdisplay: hd44780_common: Reduce clear_display timeout
2020-10-05 12:15:16 linux-kernel [PATCH v3 27/32] auxdisplay: hd44780: Remove clear_fast
2020-10-05 12:15:10 linux-kernel [PATCH v3 10/32] auxdisplay: add home to charlcd_ops
2020-10-05 12:15:02 linux-kernel [PATCH v3 31/32] auxdisplay: lcd2s DT binding doc