aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* kfifo: fix kfifo miss use of nozami.cStefani Seibold2010-08-111-2/+1
* parport_serial: use the PCI IRQ if offeredFr?d?ric Bri?re2010-08-111-1/+0
* panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-111-20/+5
* scsi: 53c700: remove dma_is_consistent usageFUJITA Tomonori2010-08-111-3/+0
* edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllersAnton Vorontsov2010-08-111-0/+6
* edac: i5400: improve handling of pci_enable_device() return valueKulikov Vasiliy2010-08-111-1/+1
* edac: i5000: improve handling of pci_enable_device() return valueKulikov Vasiliy2010-08-111-1/+1
* edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKEChristoph Egger2010-08-111-5/+5
* cs5535-mfgpt: reuse timers that have never been set upJens Rottmann2010-08-111-0/+11
* drivers/char/n_gsm.c: add missing spin_unlock_irqrestoreJulia Lawall2010-08-111-1/+1
* ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu2010-08-111-1/+11
* ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu2010-08-111-7/+28
* drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Justin P. Mattock2010-08-111-8/+2
* mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap2010-08-111-19/+20
* fusion: fix kernel-doc warningsRandy Dunlap2010-08-111-2/+0
* drivers/video/igafb.c: make igafb_setup() and igafb_init() staticAndrew Morton2010-08-111-2/+2
* drivers/video/igafb.c: introduce lost 'return'Kulikov Vasiliy2010-08-111-0/+1
* fbmem: VM_IO set, but not propagatedDaniel De Graaf2010-08-111-0/+1
* s3c-fb: automatically calculate pixel clock when none is givenMaurus Cuelenaere2010-08-111-0/+25
* s3c-fb: add support for DMA channel control on S5PV210Pawel Osciak2010-08-111-0/+15
* s3c-fb: fix section mismatchMarek Szyprowski2010-08-111-5/+5
* s3c-fb: protect window-specific registers during updatesPawel Osciak2010-08-111-0/+7
* s3c-fb: correct window osd size and alpha register handlingPawel Osciak2010-08-111-7/+47
* s3c-fb: add SHADOWCON shadow register locking support for S5PV210Pawel Osciak2010-08-111-4/+36
* s3c-fb: window 3 of 64xx+ does not have an osd_d registerPawel Osciak2010-08-111-1/+0
* s3c-fb: add wait for VSYNC ioctlPawel Osciak2010-08-111-1/+165
* s3c-fb: add support for display panningPawel Osciak2010-08-111-0/+68
* s3c-fb: separate S5PC100 and S5PV210 framebuffer driver data structuresPawel Osciak2010-08-111-3/+34
* s3c-fb: fix various null references on framebuffer memory alloc failurePawel Osciak2010-08-111-3/+5
* s3c-fb: integrate palette setup code into main driverBen Dooks2010-08-111-1/+32
* s3c-fb: udpate to support s3c2416/s3c2443 style hardwareBen Dooks2010-08-111-31/+131
* s3c-fb: initial move to unifying the header filesBen Dooks2010-08-111-28/+180
* s3c-fb: only init window colour key controls for windows with blendingBen Dooks2010-08-111-3/+11
* s3c-fb: fix distortedness situation for the mode more then 24bppInKi Dae2010-08-111-0/+1
* s3c-fb: add default window feature.InKi Dae2010-08-111-3/+3
* s3c-fb: change to depending on CONFIG_S3C_FB_DEVBen Dooks2010-08-111-1/+1
* drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options()Denys Vlasenko2010-08-111-3/+2
* fbcon: uninline four foo_update_attr() functionsDenys Vlasenko2010-08-114-4/+4
* fbcon: uninline large static function get_color()Denys Vlasenko2010-08-111-1/+1
* fbdev: efifb: section fixesHenrik Kretzschmar2010-08-111-4/+4
* gpio: sx150x: add Semtech I2C sx150x gpio expander driverGregory Bean2010-08-113-0/+657
* gpiolib: allow nested threaded irqs for poll(2)Daniel Gl?ckner2010-08-111-2/+2
* gpiolib: get rid of struct poll_desc and workletDaniel Gl?ckner2010-08-111-53/+27
* gpiolib: decouple might_sleep_if() from DEBUGDavid Brownell2010-08-111-6/+6
* pcf857x: support working w/o platform dataDmitry Eremin-Solenikov2010-08-111-5/+4
* gpio: max730x: make pullups configurable via platformdataMarc Kleine-Budde2010-08-111-7/+15
* rtc: rp5c01: add NVRAM supportGeert Uytterhoeven2010-08-111-0/+89
* drivers/rtc: remove unneeded ifdef CONFIG_PMChristian Dietrich2010-08-111-6/+0
* rtc-isl12022: properly handle military hour formatRoman Fietze2010-08-111-1/+1
* rtc: add support for DS3232 RTCRoy Zang2010-08-113-0/+337