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-05 12:15:01 linux-kernel [PATCH v3 32/32] auxdisplay: add a driver for lcd2s character display
2020-10-05 12:14:50 linux-kernel [PATCH v3 15/32] auxdisplay: implement hd44780_common_shift_cursor
2020-10-05 12:14:45 linux-kernel [PATCH v3 29/32] auxdisplay: Change gotoxy calling interface
2020-10-05 12:14:40 linux-kernel [PATCH v3 28/32] auxdisplay: charlcd: replace last device specific stuff
2020-10-05 12:14:34 linux-kernel [PATCH v3 30/32] auxdisplay: charlcd: Do not print chars at end of line
2020-10-05 12:14:20 linux-kernel [PATCH v3 11/32] auxdisplay: Move clear_display to hd44780_common
2020-10-05 12:14:00 linux-kernel [PATCH v3 00/32] Make charlcd device independent
2020-10-05 12:13:47 linux-kernel [PATCH v3 02/32] auxdisplay: Introduce hd44780_common.[ch]
2020-10-05 12:13:38 linux-kernel [PATCH v3 01/32] auxdisplay: Use an enum for charlcd backlight on/off ops
2020-10-05 10:54:09 linux-kernel Re: [PATCH] pwm: sysfs: Set class on pwm devices
2020-10-02 13:47:51 linux-kernel Re: [PATCH v2 32/32] auxdisplay: lcd2s DT binding doc
2020-10-02 13:17:11 linux-kernel Re: [PATCH v2 33/33] auxdisplay: add a driver for lcd2s character display
2020-10-02 13:13:10 linux-kernel Re: [PATCH 1/2] pwm: sysfs: Set class on pwm devices
2020-10-02 12:35:47 linux-kernel [PATCH 2/2] Documentation: Reflect the changes to pwm sysfs
2020-10-02 12:33:04 linux-kernel [PATCH 1/2] pwm: sysfs: Set class on pwm devices
2020-10-01 13:52:33 linux-kernel Re: [PATCH] pwm: sysfs: Set class on pwm devices
2020-10-01 09:09:29 linux-kernel Re: [PATCH] pwm: sysfs: Set class on pwm devices
2020-09-30 14:16:54 linux-kernel Re: [PATCH] pwm: sysfs: Set class on pwm devices
2020-09-30 11:30:34 linux-kernel Re: [PATCH] pwm: sysfs: Set class on pwm devices
2020-09-30 09:22:53 linux-kernel Re: [PATCH] pwm: sysfs: Set class on pwm devices
2020-09-29 13:18:09 linux-kernel Re: [PATCH] driver core: Remove double assignment
2020-09-29 12:22:30 linux-kernel [PATCH] pwm: sysfs: Set class on pwm devices
2020-09-29 12:00:19 linux-kernel [PATCH] driver core: Remove double assignment
2020-09-22 11:53:15 linux-kernel Re: [PATCH v2 31/32] auxdisplay: charlcd: Do not print chars at end of line
2020-09-22 11:52:35 linux-kernel Re: [PATCH v2 28/32] auxdisplay: hd44780: Remove clear_fast
2020-09-22 09:46:22 linux-kernel Re: [PATCH v2 31/32] auxdisplay: charlcd: Do not print chars at end of line
2020-09-22 08:51:13 linux-kernel Re: [PATCH v2 28/32] auxdisplay: hd44780: Remove clear_fast
2020-09-21 14:54:32 linux-kernel [PATCH v2 13/32] auxdisplay: Make use of enum for backlight on / off
2020-09-21 14:54:06 linux-kernel [PATCH v2 16/32] auxdisplay: Implement hd44780_common_display_shift
2020-09-21 14:54:06 linux-kernel [PATCH v2 15/32] auxdisplay: implement hd44780_common_shift_cursor
2020-09-21 14:53:39 linux-kernel [PATCH v2 11/32] auxdisplay: Move clear_display to hd44780_common
2020-09-21 14:53:15 linux-kernel [PATCH v2 20/32] auxdisplay: cleanup unnecessary hd44780 code in charlcd
2020-09-21 14:53:04 linux-kernel [PATCH v2 19/32] auxdisplay: Implement hd44780_common_blink
2020-09-21 14:52:52 linux-kernel [PATCH v2 09/32] auxdisplay: provide hd44780_common_gotoxy
2020-09-21 14:52:49 linux-kernel [PATCH v2 06/32] auxdisplay: Move write_cmd pointers to hd44780 drivers
2020-09-21 14:52:49 linux-kernel [PATCH v2 10/32] auxdisplay: add home to charlcd_ops
2020-09-21 14:52:46 linux-kernel [PATCH v2 25/32] auxdisplay: Call charlcd_backlight in place
2020-09-21 14:52:26 linux-kernel [PATCH v2 12/32] auxdisplay: make charlcd_backlight visible to hd44780_common
2020-09-21 14:52:14 linux-kernel [PATCH v2 14/32] auxdisplay: Move init_display to hd44780_common
2020-09-21 14:52:07 linux-kernel [PATCH v2 24/32] auxdisplay: Move char redefine code to hd44780_common
2020-09-21 14:52:06 linux-kernel [PATCH v2 28/32] auxdisplay: hd44780: Remove clear_fast
2020-09-21 14:52:04 linux-kernel [PATCH v2 29/32] auxdisplay: charlcd: replace last device specific stuff
2020-09-21 14:52:00 linux-kernel [PATCH v2 23/32] auxdisplay: Remove unnecessary hd44780 from charlcd
2020-09-21 14:51:41 linux-kernel [PATCH v2 21/32] auxdisplay: Implement hd44780_common_fontsize
2020-09-21 14:51:32 linux-kernel [PATCH v2 18/32] auxdisplay: Implement hd44780_common_cursor
2020-09-21 14:51:25 linux-kernel [PATCH v2 22/32] auxdisplay: Implement hd44780_common_lines
2020-09-21 14:51:16 linux-kernel [PATCH v2 05/32] auxdisplay: Move write_data pointer to hd44780_common
2020-09-21 14:51:09 linux-kernel [PATCH v2 30/32] auxdisplay: Change gotoxy calling interface
2020-09-21 14:51:08 linux-kernel [PATCH v2 33/33] auxdisplay: add a driver for lcd2s character display
2020-09-21 14:51:04 linux-kernel [PATCH v2 02/32] auxdisplay: Introduce hd44780_common.[ch]
2020-09-21 14:50:54 linux-kernel [PATCH v2 17/32] auxdisplay: Implement a hd44780_common_display