summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* of: Add new helper of_parse_phandles_with_args()Anton Vorontsov2008-10-132-62/+128
* powerpc/of-bindings: Don't support linux,<modalias> "compatible" valuesGrant Likely2008-10-101-20/+5Star
* powerpc: Fix no interrupt handling in pata_of_platformAnton Vorontsov2008-10-101-1/+1
* powerpc/iseries: Remove unused variable in viodasd.cJohann Felix Soden2008-10-071-3/+0Star
* Merge commit 'jwb/jwb-next'Benjamin Herrenschmidt2008-10-077-14/+249
|\
| * ibm_newemac: Add support for GPCS, SGMII and M88E1112 PHYVictor Gallardo2008-10-024-9/+143
| * ibm_newemac: MAL support for PowerPC 405EZJosh Boyer2008-09-301-5/+55
| * ibm_newemac: Introduce mal_has_featureJosh Boyer2008-09-302-0/+42
| * ibm_newemac: Allow the "no flow control" EMAC feature to workJosh Boyer2008-09-303-0/+9
* | serial/mpc52xx_uart: remove code associated with !CONFIG_PPC_MERGEKumar Gala2008-09-251-180/+1Star
* | powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2008-09-236-7/+7
|/
* cpm_uart: Pass actual dev ptr to dma_* in ucc and cpm_uart serialBecky Bruce2008-09-194-8/+11
* serial/cpm_uart: Remove dead Kconfig optionsKumar Gala2008-09-161-36/+0Star
* Merge branch 'linux-2.6'Paul Mackerras2008-09-10524-6361/+7804
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-091-1/+1
| |\
| | * xen: fix 2.6.27-rc5 xen balloon driver warningsJeremy Fitzhardinge2008-09-081-1/+1
| * | [S390] cio: allow offline processing for disconnected devicesPeter Oberparleiter2008-09-091-0/+7
| * | [S390] cio: handle ssch() return codes correctly.Cornelia Huck2008-09-091-1/+3
| * | [S390] cio: Correct cleanup on error.Cornelia Huck2008-09-092-17/+22
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-091-1/+1
| |\ \
| | * | [ARM] omap: fix build error in ohci-omap.cRussell King2008-09-041-1/+1
| | |/
| * | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-09-097-43/+65
| |\ \
| | * | ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley2008-09-081-0/+2
| | * | pata_sil680: remove duplicate pcim_enable_deviceDavid Milburn2008-09-081-3/+0Star
| | * | libata-sff: kill spurious WARN_ON() in ata_hsm_move()Tejun Heo2008-09-081-5/+0Star
| | * | sata_nv: disable hardreset for genericTejun Heo2008-09-081-18/+1Star
| | * | ahci: disable PMP for marvell ahcisTejun Heo2008-09-081-1/+1
| | * | sata_mv: add RocketRaid 1720 PCI ID to driverMark Lord2008-09-081-1/+2
| | * | ahci, pata_marvell: play nicely togetherAlan Cox2008-09-083-15/+59
| * | | usb: fix null deferences in low level usb serialJason Wessel2008-09-091-1/+1
| |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-09-072-18/+58
| |\ \
| | * | Input: i8042 - make Lenovo 3000 N100 blacklist entry more specificJiri Kosina2008-09-051-1/+1
| | * | Input: bcm5974 - add BTN_TOUCH event for mousedev benefitHenrik Rydberg2008-09-051-0/+2
| | * | Input: bcm5974 - improve finger tracking and countingHenrik Rydberg2008-09-051-16/+54
| | * | Input: bcm5974 - small formatting cleanupHenrik Rydberg2008-09-051-1/+1
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-071-21/+33
| |\ \ \
| | * | | clocksource, acpi_pm.c: check for monotonicityDominik Brodowski2008-09-061-17/+29
| | * | | clocksource, acpi_pm.c: use proper read function also in errata modeDominik Brodowski2008-09-061-8/+8
| * | | | drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton2008-09-051-1/+3
| * | | | atmel_lcdfb: fix oops in rmmod when framebuffer fails to registerStanislaw Gruszka2008-09-051-4/+6
| * | | | forcedeth: fix kexec regressionRafael J. Wysocki2008-09-051-3/+5
| * | | | Merge git://git.infradead.org/~dwmw2/dwmw2-2.6.27Linus Torvalds2008-09-051-4/+4
| |\ \ \ \
| | * | | | [MTD] [NAND] tmio_nand: fix base address programmingDmitry Baryshkov2008-09-051-4/+4
| * | | | | Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-09-051-63/+208
| |\ \ \ \ \
| | * | | | | i2c: fix i2c-sh_mobile timing issuesMagnus Damm2008-09-051-63/+208
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...Linus Torvalds2008-09-05145-3135/+3341
| |\ \ \ \ \ \
| | * | | | | | V4L/DVB (8881): gspca: After 'while (retry--) {...}', retry will be -1 but no...Li Zefan2008-09-042-4/+4
| | * | | | | | V4L/DVB (8880): PATCH: Fix parents on some webcam driversHans de Goede2008-09-043-0/+3
| | * | | | | | V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelayThierry MERLE2008-09-043-4/+6
| | * | | | | | V4L/DVB (8876): budget: udelay changed to mdelayThierry MERLE2008-09-042-2/+4