index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
auxdisplay
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
auxdisplay: charlcd: Don't rebuild when CONFIG_PANEL_BOOT_MESSAGE=y
Andy Shevchenko
2024-04-11
1
-0
/
+2
*
auxdisplay: charlcd: Add missing MODULE_DESCRIPTION()
Andy Shevchenko
2024-04-11
1
-0
/
+1
*
auxdisplay: seg-led-gpio: Convert to platform remove callback returning void
Uwe Kleine-König
2024-04-09
1
-4
/
+2
*
auxdisplay: linedisp: Group display drivers together
Andy Shevchenko
2024-04-02
2
-172
/
+184
*
auxdisplay: img-ascii-lcd: Convert to platform remove callback returning void
Uwe Kleine-König
2024-03-12
1
-5
/
+2
*
auxdisplay: hd44780: Convert to platform remove callback returning void
Uwe Kleine-König
2024-03-12
1
-3
/
+2
*
auxdisplay: cfag12864bfb: Convert to platform remove callback returning void
Uwe Kleine-König
2024-03-12
1
-4
/
+2
*
auxdisplay: seg-led-gpio: Import linedisp namespace
Chris Packham
2024-03-11
1
-0
/
+1
*
auxdisplay: Add 7-segment LED display driver
Chris Packham
2024-03-08
3
-0
/
+124
*
auxdisplay: Add driver for MAX695x 7-segment LED controllers
Andy Shevchenko
2024-02-26
3
-0
/
+209
*
auxdisplay: ht16k33: Drop struct ht16k33_seg
Andy Shevchenko
2024-02-26
1
-15
/
+9
*
auxdisplay: ht16k33: Switch to use line display character mapping
Andy Shevchenko
2024-02-26
1
-73
/
+30
*
auxdisplay: ht16k33: Define a few helper macros
Andy Shevchenko
2024-02-26
1
-12
/
+16
*
auxdisplay: ht16k33: Move ht16k33_linedisp_ops down
Andy Shevchenko
2024-02-26
1
-12
/
+12
*
auxdisplay: ht16k33: Add default to switch-cases
Andy Shevchenko
2024-02-26
1
-5
/
+9
*
auxdisplay: linedisp: Allocate buffer for the string
Andy Shevchenko
2024-02-26
4
-21
/
+18
*
auxdisplay: linedisp: Add support for overriding character mapping
Andy Shevchenko
2024-02-15
2
-2
/
+140
*
auxdisplay: linedisp: Provide struct linedisp_ops for future extension
Andy Shevchenko
2024-02-15
4
-15
/
+35
*
auxdisplay: linedisp: Move exported symbols to a namespace
Andy Shevchenko
2024-02-15
3
-2
/
+4
*
auxdisplay: linedisp: Add missing header(s)
Andy Shevchenko
2024-02-15
2
-0
/
+6
*
auxdisplay: linedisp: Unshadow error codes in ->store()
Andy Shevchenko
2024-02-15
1
-2
/
+5
*
auxdisplay: linedisp: Use unique number for id
Andy Shevchenko
2024-02-15
2
-3
/
+12
*
auxdisplay: linedisp: Free allocated resources in ->release()
Andy Shevchenko
2024-02-15
1
-1
/
+8
*
auxdisplay: img-ascii-lcd: Make container_of() no-op for struct linedisp
Andy Shevchenko
2024-02-15
1
-2
/
+2
*
auxdisplay: panel: Switch to use module_parport_driver()
Andy Shevchenko
2024-02-15
1
-113
/
+89
*
Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2024-01-12
3
-18
/
+12
|
\
|
*
fbdev: Push pgprot_decrypted() into mmap implementations
Thomas Zimmermann
2023-11-29
2
-0
/
+4
|
*
auxdisplay/ht16k33: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2023-11-29
2
-9
/
+3
|
*
auxdisplay/ht16k33: Set FBINFO_VIRTFB flag
Thomas Zimmermann
2023-11-29
1
-0
/
+1
|
*
auxdisplay/cfag12864bfb: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2023-11-29
2
-9
/
+3
|
*
auxdisplay/cfag12864bfb: Set FBINFO_VIRTFB flag
Thomas Zimmermann
2023-11-29
1
-0
/
+1
*
|
auxdisplay: img-ascii-lcd: Use device_get_match_data()
Rob Herring
2023-12-01
1
-9
/
+3
|
/
*
auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad()
Justin Stitt
2023-09-29
1
-4
/
+3
*
Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-08-30
2
-2
/
+0
|
\
|
*
auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
Thomas Zimmermann
2023-07-24
2
-2
/
+0
*
|
auxdisplay: hd44780: move cursor home after clear display command
Hugo Villeneuve
2023-08-19
1
-1
/
+9
|
/
*
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-06-29
2
-2
/
+2
|
\
|
*
auxdisplay/ht16k33: Use struct fb_info.screen_buffer
Thomas Zimmermann
2023-05-08
1
-1
/
+1
|
*
auxdisplay/cfag12864bfb: Use struct fb_info.screen_buffer
Thomas Zimmermann
2023-05-08
1
-1
/
+1
*
|
auxdisplay: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-02
2
-2
/
+2
|
/
*
auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()
Jianglei Nie
2022-12-12
1
-0
/
+2
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
2
-5
/
+2
*
auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()
Andy Shevchenko
2022-03-18
1
-1
/
+1
*
auxdisplay: lcd2s: Switch to i2c ->probe_new()
Andy Shevchenko
2022-03-18
1
-3
/
+2
*
auxdisplay: lcd2s: use module_i2c_driver to simplify the code
Andy Shevchenko
2022-03-18
1
-18
/
+1
*
auxdisplay: lcd2s: make use of device property API
Andy Shevchenko
2022-03-18
1
-5
/
+3
*
auxdisplay: lcd2s: Fix multi-line comment style
Andy Shevchenko
2022-03-18
1
-11
/
+10
*
auxdisplay: lcd2s: Use proper API to free the instance of charlcd object
Andy Shevchenko
2022-03-03
1
-2
/
+2
*
auxdisplay: lcd2s: Fix memory leak in ->remove()
Andy Shevchenko
2022-03-03
1
-11
/
+7
*
auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature
Andy Shevchenko
2022-03-03
1
-1
/
+1
[next]