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