summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-25cmd64x: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-25atiixp: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-25amd74xx: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-25alim15x3: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-25aec62xx: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+13
2008-07-25ide: add ide_pci_remove() helperBartlomiej Zolnierkiewicz2-6/+36
2008-07-25via82cxxx: cleanup ->init_chipset methodBartlomiej Zolnierkiewicz1-46/+35
2008-07-25cmd64x: cleanup ->init_chipset methodBartlomiej Zolnierkiewicz1-18/+0
2008-07-25amd74xx: cleanup ->init_chipset methodBartlomiej Zolnierkiewicz1-18/+18
2008-07-25tc86c001: remove ->init_chipset methodBartlomiej Zolnierkiewicz1-12/+26
2008-07-25via82cxxx: convert to use ->host_privBartlomiej Zolnierkiewicz1-12/+21
2008-07-25siimage: convert to use ->host_privBartlomiej Zolnierkiewicz1-56/+58
2008-07-25sc1200: convert to use ->host_privBartlomiej Zolnierkiewicz1-20/+19
2008-07-25it821x: convert to use ->host_privBartlomiej Zolnierkiewicz1-15/+13
2008-07-25hpt366: convert to use ->host_privBartlomiej Zolnierkiewicz1-31/+41
2008-07-25aec62xx: convert to use ->host_privBartlomiej Zolnierkiewicz1-16/+16
2008-07-25ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz7-13/+92
2008-07-25ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz32-39/+80
2008-07-25ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()Bartlomiej Zolnierkiewicz1-7/+11
2008-07-25ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()Bartlomiej Zolnierkiewicz1-5/+9
2008-07-25ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'Bartlomiej Zolnierkiewicz1-9/+3
2008-07-25ide: always call ->init_chipset method in do_ide_setup_pci_device()Bartlomiej Zolnierkiewicz1-14/+10
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds24-41/+370
2008-07-24Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds3-0/+3
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-53/+1
2008-07-24Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds4-0/+128
2008-07-24Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds7-5/+748
2008-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-10/+12
2008-07-24auxdisplay: small cleanupsAkinobu Mita1-11/+2
2008-07-24video/fb: cleanup FB_MAJOR usagePhilippe De Muyter1-0/+1
2008-07-24fbcon: remove stray semicolonsJan Beulich1-4/+2
2008-07-24fbdev: LCD backlight driver using Atmel PWM driverHans-Christian Egtvedt3-0/+257
2008-07-24fbcon: bgcolor fixStefano Stabellini1-1/+1
2008-07-24video: sh7760fb: SH7760/SH7763 LCDC framebuffer driverNobuhiro Iwamatsu3-0/+672
2008-07-24neofb: drop the xtimings structureKrzysztof Helt1-48/+40
2008-07-24neofb: drop redundant codeKrzysztof Helt1-73/+22
2008-07-24neofb: simplify clock calculationKrzysztof Helt1-18/+14
2008-07-24drivers/video/amifb.c cleanupsAdrian Bunk1-10/+7
2008-07-24lxfb: fix console blankingJordan Crouse1-10/+18
2008-07-24lxfb: drop dead declarations from headerAndres Salomon1-2/+0
2008-07-24drivers/char: remove old broken Cobalt LCD driverYoichi Yuasa4-678/+0
2008-07-24fbdev: add new Cobalt LCD framebuffer driverYoichi Yuasa3-0/+376
2008-07-24fsl-diu-fb: update Freescale DIU driver to use page_alloc_exact()Timur Tabi1-38/+22
2008-07-24lcd: add platform_lcd driverBen Dooks3-0/+180
2008-07-24lcd: add lcd_device to check_fb() entry in lcd_opsBen Dooks3-3/+3
2008-07-24fb: add support for the ILI9320 video display controllerBen Dooks5-1/+714
2008-07-24sm501: fixup allocation code to be 64bit resource compliantBen Dooks1-11/+42
2008-07-24sm501: restructure init to allow only 1 fb on an SM501Ben Dooks1-115/+149
2008-07-24sm501: add inversion controls for VBIASEN and FPENBen Dooks1-4/+22
2008-07-24atmel_lcdfb: avoid division by zeroNicolas Ferre1-0/+35