| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-18 | auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy() | Andy Shevchenko | 1 | -1/+1 |
| 2022-03-18 | auxdisplay: lcd2s: Switch to i2c ->probe_new() | Andy Shevchenko | 1 | -3/+2 |
| 2022-03-18 | auxdisplay: lcd2s: use module_i2c_driver to simplify the code | Andy Shevchenko | 1 | -18/+1 |
| 2022-03-18 | auxdisplay: lcd2s: make use of device property API | Andy Shevchenko | 1 | -5/+3 |
| 2022-03-18 | auxdisplay: lcd2s: Fix multi-line comment style | Andy Shevchenko | 1 | -11/+10 |
| 2022-03-03 | auxdisplay: lcd2s: Use proper API to free the instance of charlcd object | Andy Shevchenko | 1 | -2/+2 |
| 2022-03-03 | auxdisplay: lcd2s: Fix memory leak in ->remove() | Andy Shevchenko | 1 | -11/+7 |
| 2022-03-03 | auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature | Andy Shevchenko | 1 | -1/+1 |
| 2021-11-24 | auxdisplay: charlcd: checking for pointer reference before dereferencing | Luiz Sampaio | 1 | -0/+3 |
| 2021-11-24 | auxdisplay: charlcd: fixing coding style issue | Luiz Sampaio | 1 | -1/+1 |
| 2021-10-22 | auxdisplay: cfag12864bfb: code indent should use tabs where possible | Huiquan Deng | 1 | -3/+3 |
| 2021-10-22 | auxdisplay: ht16k33: remove superfluous header files | Mianhan Liu | 1 | -1/+0 |
| 2021-10-22 | auxdisplay: ks0108: remove superfluous header files | Mianhan Liu | 1 | -3/+0 |
| 2021-10-22 | auxdisplay: cfag12864bfb: remove superfluous header files | Mianhan Liu | 1 | -3/+0 |
| 2021-10-21 | auxdisplay: ht16k33: Make use of device properties | Geert Uytterhoeven | 2 | -16/+13 |
| 2021-10-21 | auxdisplay: ht16k33: Add LED support | Geert Uytterhoeven | 2 | -16/+112 |
| 2021-10-21 | auxdisplay: ht16k33: Add support for segment displays | Geert Uytterhoeven | 2 | -7/+190 |
| 2021-10-21 | auxdisplay: ht16k33: Extract frame buffer probing | Geert Uytterhoeven | 1 | -48/+53 |
| 2021-10-21 | auxdisplay: ht16k33: Extract ht16k33_brightness_set() | Geert Uytterhoeven | 1 | -6/+19 |
| 2021-10-21 | auxdisplay: ht16k33: Move delayed work | Geert Uytterhoeven | 1 | -8/+7 |
| 2021-10-21 | auxdisplay: ht16k33: Add helper variable dev | Geert Uytterhoeven | 1 | -21/+22 |
| 2021-10-21 | auxdisplay: ht16k33: Convert to simple i2c probe function | Geert Uytterhoeven | 1 | -3/+2 |
| 2021-10-21 | auxdisplay: ht16k33: Remove unneeded error check in keypad probe() | Geert Uytterhoeven | 1 | -5/+1 |
| 2021-10-21 | auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize() | Geert Uytterhoeven | 1 | -1/+1 |
| 2021-10-21 | auxdisplay: ht16k33: Fix frame buffer device blanking | Geert Uytterhoeven | 1 | -0/+10 |
| 2021-10-21 | auxdisplay: ht16k33: Connect backlight to fbdev | Geert Uytterhoeven | 1 | -28/+28 |
| 2021-10-21 | auxdisplay: linedisp: Add support for changing scroll rate | Geert Uytterhoeven | 1 | -2/+35 |
| 2021-10-21 | auxdisplay: linedisp: Use kmemdup_nul() helper | Geert Uytterhoeven | 1 | -4/+1 |
| 2021-10-21 | auxdisplay: Extract character line display core support | Geert Uytterhoeven | 5 | -174/+312 |
| 2021-10-21 | auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit() | Geert Uytterhoeven | 1 | -1/+1 |
| 2021-10-21 | auxdisplay: img-ascii-lcd: Add helper variable dev | Geert Uytterhoeven | 1 | -7/+6 |
| 2021-10-21 | auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string | Geert Uytterhoeven | 1 | -0/+10 |
| 2021-07-16 | auxdisplay: Replace symbolic permissions with octal permissions | Jinchao Wang | 2 | -3/+3 |
| 2021-07-16 | auxdisplay: ks0108: Switch to use module_parport_driver() | Andy Shevchenko | 1 | -13/+1 |
| 2021-07-16 | auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style | Andy Shevchenko | 1 | -3/+1 |
| 2021-07-16 | auxdisplay: hd44780: Fix oops on module unloading | Lars Poeschel | 1 | -1/+1 |
| 2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -7/+0 |
| 2021-03-16 | auxdisplay: Remove in_interrupt() usage. | Sebastian Andrzej Siewior | 1 | -10/+8 |
| 2021-02-26 | treewide: Miguel has moved | Miguel Ojeda | 3 | -6/+6 |
| 2021-01-25 | auxdisplay: Fix duplicate CHARLCD config symbol | Geert Uytterhoeven | 1 | -3/+0 |
| 2021-01-25 | auxdisplay: ht16k33: Fix refresh rate handling | Geert Uytterhoeven | 1 | -2/+1 |
| 2021-01-25 | dt-bindings: auxdisplay: ht16k33: Keyscan function should be optional | Robin van der Gracht | 1 | -8/+6 |
| 2020-11-16 | auxdisplay: panel: Remove redundant charlcd_ops structures | Lars Poeschel | 1 | -38/+4 |
| 2020-11-16 | auxdisplay: panel: Fix missing print function pointer | Lars Poeschel | 1 | -0/+3 |
| 2020-11-14 | auxdisplay: fix platform_no_drv_owner.cocci warnings | kernel test robot | 1 | -1/+0 |
| 2020-11-09 | auxdisplay: fix use after free in lcd2s_i2c_remove() | Dan Carpenter | 1 | -1/+1 |
| 2020-11-09 | auxdisplay: hd44780_common: Fix build error | Lars Poeschel | 1 | -2/+1 |
| 2020-11-04 | auxdisplay: add a driver for lcd2s character display | Lars Poeschel | 3 | -0/+414 |
| 2020-11-04 | auxdisplay: charlcd: Do not print chars at end of line | Lars Poeschel | 1 | -0/+3 |
| 2020-11-04 | auxdisplay: Change gotoxy calling interface | Lars Poeschel | 4 | -16/+13 |
| 2020-11-04 | auxdisplay: charlcd: replace last device specific stuff | Lars Poeschel | 1 | -8/+3 |
| 2020-11-04 | auxdisplay: hd44780: Remove clear_fast | Lars Poeschel | 3 | -87/+8 |
| 2020-11-04 | auxdisplay: hd44780_common: Reduce clear_display timeout | Lars Poeschel | 1 | -2/+2 |
| 2020-11-04 | auxdisplay: Call charlcd_backlight in place | Lars Poeschel | 1 | -8/+6 |
| 2020-11-04 | auxdisplay: Move char redefine code to hd44780_common | Lars Poeschel | 6 | -55/+70 |
| 2020-11-04 | auxdisplay: cleanup unnecessary hd44780 code in charlcd | Lars Poeschel | 1 | -31/+1 |
| 2020-11-04 | auxdisplay: implement various hd44780_common_ functions | Lars Poeschel | 6 | -27/+249 |
| 2020-11-04 | auxdisplay: Move init_display to hd44780_common | Lars Poeschel | 6 | -89/+110 |
| 2020-11-04 | auxdisplay: Make use of enum for backlight on / off | Lars Poeschel | 1 | -3/+3 |
| 2020-11-04 | auxdisplay: make charlcd_backlight visible to hd44780_common | Lars Poeschel | 2 | -1/+3 |
| 2020-11-04 | auxdisplay: Move clear_display to hd44780_common | Lars Poeschel | 6 | -16/+37 |
| 2020-11-04 | auxdisplay: add home to charlcd_ops | Lars Poeschel | 6 | -1/+18 |
| 2020-11-04 | auxdisplay: provide hd44780_common_gotoxy | Lars Poeschel | 6 | -28/+43 |
| 2020-11-04 | auxdisplay: hd44780_common_print | Lars Poeschel | 5 | -13/+44 |
| 2020-11-04 | auxdisplay: Move addr out of charlcd_priv | Lars Poeschel | 2 | -36/+31 |
| 2020-11-04 | auxdisplay: Move write_cmd pointers to hd44780 drivers | Lars Poeschel | 5 | -42/+38 |
| 2020-11-04 | auxdisplay: Move write_data pointer to hd44780_common | Lars Poeschel | 5 | -20/+22 |
| 2020-11-04 | auxdisplay: Move ifwidth to struct hd44780_common | Lars Poeschel | 5 | -8/+9 |
| 2020-11-04 | auxdisplay: Move hwidth and bwidth to struct hd44780_common | Lars Poeschel | 6 | -55/+67 |
| 2020-11-04 | auxdisplay: Introduce hd44780_common.[ch] | Lars Poeschel | 6 | -17/+91 |
| 2020-11-04 | auxdisplay: Use an enum for charlcd backlight on/off ops | Lars Poeschel | 4 | -4/+9 |
| 2020-09-05 | Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'... | Linus Torvalds | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
| 2020-08-08 | auxdisplay: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2020-08-06 | Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linux | Linus Torvalds | 1 | -11/+6 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -27/+27 |
| 2020-05-29 | auxdisplay: charlcd: Reuse hex_to_bin() instead of custom code | Andy Shevchenko | 1 | -11/+6 |
| 2020-03-23 | Merge 5.6-rc7 into char-misc-next | Greg Kroah-Hartman | 3 | -12/+10 |
| 2020-03-18 | misc: cleanup minor number definitions in c file into miscdevice.h | Zhenzhong Duan | 2 | -4/+0 |
| 2020-03-06 | auxdisplay: charlcd: replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-03-06 | auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resource | Yangtao Li | 1 | -3/+1 |
| 2020-03-06 | auxdisplay: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -8/+8 |
| 2019-12-17 | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 2 | -2/+2 |
| 2019-12-11 | auxdisplay: constify fb ops | Jani Nikula | 2 | -2/+2 |
| 2019-12-04 | auxdisplay: charlcd: deduplicate simple_strtoul() | Andy Shevchenko | 1 | -27/+7 |
| 2019-09-17 | Merge tag 'docs-5.4' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2019-08-20 | auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constant | Nishka Dasgupta | 1 | -2/+2 |
| 2019-08-08 | auxdisplay: charlcd: add include guard to charlcd.h | Masahiro Yamada | 1 | -0/+5 |
| 2019-08-08 | auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay | Masahiro Yamada | 4 | -4/+42 |
| 2019-08-05 | auxdisplay: charlcd: add help text for backlight initial state | Mans Rullgard | 1 | -0/+5 |
| 2019-08-05 | auxdisplay: panel: need to delete scan_timer when misc_register fails in pane... | zhengbin | 1 | -0/+2 |
| 2019-07-31 | docs: admin-guide: add auxdisplay files to it after conversion to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2019-06-20 | auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero() | Souptick Joarder | 1 | -2/+2 |
| 2019-06-20 | auxdisplay/cfag12864bfb.c: Convert to use vm_map_pages_zero() | Souptick Joarder | 1 | -2/+3 |
| 2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-03-17 | auxdisplay: charlcd: make backlight initial state configurable | Mans Rullgard | 2 | -1/+30 |
| 2019-03-17 | auxdisplay: charlcd: simplify init message display | Mans Rullgard | 1 | -7/+8 |
| 2019-03-17 | auxdisplay: deconfuse configuration | Mans Rullgard | 2 | -6/+13 |
| 2019-03-17 | auxdisplay: hd44780: Convert to use charlcd_free() | Andy Shevchenko | 1 | -2/+2 |
| 2019-03-17 | auxdisplay: panel: Convert to use charlcd_free() | Andy Shevchenko | 1 | -2/+2 |
| 2019-03-17 | auxdisplay: charlcd: Introduce charlcd_free() helper | Andy Shevchenko | 1 | -0/+6 |
| 2019-03-17 | auxdisplay: charlcd: Move to_priv() to charlcd namespace | Andy Shevchenko | 1 | -13/+13 |
| 2019-03-17 | auxdisplay: hd44780: Fix memory leak on ->remove() | Andy Shevchenko | 1 | -0/+2 |
| 2019-02-15 | auxdisplay: ht16k33: fix potential user-after-free on module unload | Miguel Ojeda | 1 | -1/+1 |
| 2018-12-21 | auxdisplay: charlcd: fix x/y command parsing | Mans Rullgard | 1 | -0/+3 |
| 2018-11-01 | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed... | Linus Torvalds | 1 | -4/+3 |
| 2018-09-30 | Compiler Attributes: auxdisplay: panel: use __nonstring | Miguel Ojeda | 1 | -4/+3 |
| 2018-09-13 | gpiolib: Pass array info to get/set array functions | Janusz Krzysztofik | 1 | -4/+4 |
| 2018-09-13 | gpiolib: Pass bitmaps, not integer arrays, to get/set array | Janusz Krzysztofik | 1 | -38/+19 |
| 2018-08-18 | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2018-08-01 | auxdisplay: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
| 2018-08-01 | auxdisplay: charlcd: delete mdelay in long_sleep | Jia-Ju Bai | 1 | -4/+1 |
| 2018-07-07 | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 1 | -0/+1 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+2 |
| 2018-04-12 | auxdisplay: Replace licenses with SPDX identifiers | Miguel Ojeda | 8 | -70/+8 |
| 2018-04-12 | auxdisplay: make PANEL a menuconfig | Randy Dunlap | 1 | -1/+1 |
| 2018-04-12 | auxdisplay: fix broken menu | Randy Dunlap | 1 | -5/+5 |
| 2018-04-12 | auxdisplay: charlcd: Fix and clean up handling of x/y commands | Miguel Ojeda | 1 | -17/+78 |
| 2018-04-12 | auxdisplay: charlcd: fix hex literal ranges for graphics command | Robert Abel | 1 | -2/+2 |
| 2018-04-12 | auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed | Robert Abel | 1 | -0/+1 |
| 2018-04-12 | auxdisplay: charlcd: replace octal literal with form-feed escape sequence | Robert Abel | 1 | -1/+1 |
| 2018-04-12 | auxdisplay: charlcd: use null character instead of zero literal to terminate ... | Robert Abel | 1 | -2/+2 |
| 2018-04-12 | auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changes | Sean Young | 1 | -3/+4 |
| 2018-04-12 | auxdisplay: cfag12864bfb: constify fb_fix_screeninfo and fb_var_screeninfo st... | Gustavo A. R. Silva | 1 | -2/+2 |
| 2018-04-12 | auxdisplay: img-ascii-lcd: fix typo on select SYSCON/MFD_SYSCON | Corentin Labbe | 1 | -1/+1 |
| 2018-04-12 | auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 reference | Ulf Magnusson | 1 | -1/+1 |
| 2018-04-12 | auxdisplay: arm-charlcd: Fix struct charlcd doc line | Miguel Ojeda | 1 | -0/+2 |
| 2018-03-13 | auxdisplay: img-ascii-lcd: Silence 2 uninitialized warnings | Miguel Ojeda | 1 | -2/+2 |
| 2018-03-13 | auxdisplay: img-ascii-lcd: Fix doc comment to silence warnings | Miguel Ojeda | 1 | -1/+1 |
| 2018-03-13 | auxdisplay: panel: Change comments to silence fallthrough warnings | Miguel Ojeda | 1 | -3/+3 |
| 2018-01-10 | auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE | Jesse Chan | 1 | -0/+4 |
| 2017-11-27 | auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM | Thomas Meyer | 1 | -0/+1 |
| 2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -8/+6 |
| 2017-11-03 | Update MIPS email addresses | Paul Burton | 1 | -1/+1 |
| 2017-11-02 | auxdisplay: Convert timers to use timer_setup() | Kees Cook | 2 | -8/+6 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-09-18 | auxdisplay: charlcd: properly restore atomic counter on error path | Willy Tarreau | 2 | -4/+18 |
| 2017-07-17 | auxdisplay: constify charlcd_ops. | Arvind Yadav | 1 | -3/+3 |
| 2017-05-25 | auxdisplay: Convert list_for_each to entry variant | Wei Yongjun | 1 | -4/+1 |
| 2017-04-08 | auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folder | Andy Shevchenko | 3 | -0/+379 |
| 2017-04-08 | auxdisplay: Move panel.c to drivers/auxdisplay folder | Andy Shevchenko | 3 | -0/+2077 |
| 2017-04-08 | auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 data | Dmitry Torokhov | 1 | -4/+8 |
| 2017-04-08 | auxdisplay: img-ascii-lcd: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
| 2017-04-08 | auxdisplay: ht16k33: don't access uninitialized data | Arnd Bergmann | 1 | -1/+7 |
| 2017-04-08 | auxdisplay: hd44780: Fix DT properties to include units of measurement | Geert Uytterhoeven | 1 | -2/+3 |
| 2017-03-27 | Merge 4.11-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-03-17 | auxdisplay: Add HD44780 Character LCD support | Geert Uytterhoeven | 3 | -0/+337 |
| 2017-03-17 | auxdisplay: charlcd: Add support for displays with more than two lines | Geert Uytterhoeven | 1 | -9/+13 |
| 2017-03-17 | auxdisplay: charlcd: Add support for 4-bit interfaces | Geert Uytterhoeven | 1 | -6/+30 |
| 2017-03-17 | auxdisplay: charlcd: Extract character LCD core from misc/panel | Geert Uytterhoeven | 3 | -0/+794 |
| 2017-03-16 | auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches | Dmitry Torokhov | 1 | -0/+1 |
| 2017-02-10 | auxdisplay: ht16k33: remove private workqueue | Dmitry Torokhov | 1 | -15/+5 |
| 2017-02-10 | auxdisplay: ht16k33: rework input device initialization | Dmitry Torokhov | 1 | -153/+145 |
| 2017-02-10 | auxdisplay: ht16k33: do not try to free fbdev | Dmitry Torokhov | 1 | -3/+1 |
| 2017-01-11 | auxdisplay: fix new ht16k33 build errors | Randy Dunlap | 1 | -3/+3 |
| 2016-11-30 | auxdisplay: ht16k33: select framebuffer helper modules | Robin van der Gracht | 1 | -0/+4 |
| 2016-11-10 | auxdisplay: ht16k33: Driver for LED controller | Robin van der Gracht | 3 | -0/+573 |
| 2016-10-06 | auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displays | Paul Burton | 3 | -0/+453 |
| 2015-08-14 | auxdisplay: ks0108: initialize local parport variable | Sudip Mukherjee | 1 | -0/+2 |
| 2015-08-05 | auxdisplay: ks0108: use new parport device model | Sudip Mukherjee | 1 | -29/+47 |
| 2015-08-05 | auxdisplay: ks0108: use min_t | Sudip Mukherjee | 1 | -3/+5 |
| 2015-08-05 | auxdisplay: ks0108: start using pr_* | Sudip Mukherjee | 1 | -6/+6 |
| 2015-08-05 | auxdisplay: ks0108: fix refcount | Sudip Mukherjee | 1 | -0/+1 |
| 2013-10-29 | framebuffer: Use fb_<level> | Joe Perches | 1 | -2/+1 |
| 2013-01-03 | Drivers: misc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -5/+5 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2010-05-25 | auxdisplay: section cleanup in cfag12864bfb driver | Henrik Kretzschmar | 1 | -4/+4 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -1/+1 |
| 2010-03-07 | auxdisplay: move cfag12864bfb's probe function to .devinit.text | Uwe Kleine-König | 1 | -1/+1 |
| 2009-04-01 | auxdisplay: remove PARPORT dependency | H Hartley Sweeten | 1 | -2/+1 |
| 2008-07-24 | auxdisplay: small cleanups | Akinobu Mita | 1 | -11/+2 |
| 2008-07-04 | Miguel Ojeda has moved | Miguel Ojeda | 4 | -7/+7 |
| 2007-08-22 | cfag12864b fix | Miguel Ojeda | 1 | -1/+1 |
| 2007-08-18 | Add some help texts to recently-introduced kconfig items | Jan Engelhardt | 1 | -0/+5 |
| 2007-07-16 | Use menuconfig objects II - auxdisplay | Jan Engelhardt | 1 | -2/+6 |
| 2007-06-01 | cfag12864bfb: Use sys_ instead of cfb_ framebuffer accessors | Avuton Olrich | 2 | -3/+9 |
| 2007-05-10 | [S390] Kconfig: refine depends statements. | Martin Schwidefsky | 1 | -0/+1 |
| 2007-02-20 | [PATCH] cfag12864b: fix crash when built-in and no parport present | Miguel Ojeda | 3 | -1/+40 |
| 2007-02-11 | [PATCH] drivers: add LCD support | Miguel Ojeda Sandonis | 5 | -0/+844 |