summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2008-08-1112-66/+2172
|\
| * mfd: tc6393 cleanup and updateIan Molton2008-08-101-63/+93
| * mfd: have TMIO drivers and subdevices depend on ARMSamuel Ortiz2008-08-103-2/+11
| * mfd: TMIO MMC driverIan Molton2008-08-104-0/+892
| * mfd: driver for the TMIO NAND controllerIan Molton2008-08-103-0/+564
| * mfd: t7l66 MMC platform dataIan Molton2008-08-101-0/+5
| * mfd: tc6387 MMC platform dataIan Molton2008-08-101-1/+10
| * mfd: Fix 7l66 and 6387 according to the new mfd-core APISamuel Ortiz2008-08-102-5/+10
| * mfd: Fix tc6393 according to the new tmio.hSamuel Ortiz2008-08-101-3/+0
| * mfd: driver for the TC6387XB TMIO controller.Ian Molton2008-08-103-0/+179
| * mfd: driver for the T7L66XB TMIO SoCIan Molton2008-08-103-0/+416
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-08-118-110/+66
|\ \
| * | hwmon: (lm75) Drop legacy i2c driverJean Delvare2008-08-101-92/+22
| * | i2c: correct some size_t printk formatsDavid Brownell2008-08-102-6/+6
| * | i2c: Check for address business before creating clientsJean Delvare2008-08-101-1/+6
| * | i2c: Let users select algorithm drivers manually againJean Delvare2008-08-102-3/+22
| * | i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil2008-08-101-1/+3
| * | i2c: Fix oops on bus multiplexer driver loadingJean Delvare2008-08-102-7/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-08-117-18/+21
|\ \
| * | [WATCHDOG] pcwd.c - fix open_allowed type.Wim Van Sebroeck2008-08-101-1/+1
| * | [WATCHDOG] fix watchdog/ixp4xx_wdt.c compilationAdrian Bunk2008-08-101-1/+1
| * | [WATCHDOG] fix watchdog/wdt285.c compilationAdrian Bunk2008-08-101-1/+1
| * | [WATCHDOG] fix watchdog/at91rm9200_wdt.c compilationAdrian Bunk2008-08-101-1/+1
| * | [WATCHDOG] fix watchdog/shwdt.c compilationAdrian Bunk2008-08-101-12/+12
| * | [WATCHDOG] fix watchdog/txx9wdt.c compilationAdrian Bunk2008-08-101-1/+1
| * | [WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=nJean Delvare2008-08-101-1/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-08-114-21/+48
|\ \
| * | PCI: Limit VPD length for Broadcom 5708SDean Hildebrand2008-08-071-1/+3
| * | PCI PM: Export pci_pme_active to driversRafael J. Wysocki2008-08-071-1/+2
| * | PCI: check the return value of device_create_bin_file() in pci_create_bus()Simon Horman2008-08-071-16/+38
| * | PCI: fully restore MSI state at resume timeJesse Barnes2008-08-071-3/+2
| * | PCI: add Broadcom 5708S to VPD length quirkEric Dumazet2008-08-071-1/+4
* | | Fix race/oops in tty layer after BKL pushdownChristian Borntraeger2008-08-111-1/+1
* | | Revert "fbcon: bgcolor fix"Linus Torvalds2008-08-111-1/+1
* | | uninline atl1e_setup_mac_ctrl()Adrian Bunk2008-08-091-2/+2
| |/ |/|
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-08-081-10/+10
|\ \
| * | [CPUFREQ] Fix -Wshadow warning in conservative governor.Dave Jones2008-08-081-10/+10
* | | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-08185-397/+373
|\ \ \ | |/ / |/| |
| * | Merge Linus' latest into masterRussell King2008-08-08132-6320/+5822
| |\ \
| * \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-08-071-1/+3
| |\ \ \
| | * | | [ARM] sa1100_wdt: use reset_status to remember watchdog reset statusEric Miao2008-08-051-1/+4
| * | | | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-07182-366/+366
| * | | | Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Russell King2008-08-072-3/+3
| |\ \ \ \
| | * | | | avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-052-3/+3
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-07551-15802/+30676
| |\ \ \ \
| * | | | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-0796-96/+93
| * | | | | [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-0715-15/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-08132-3204/+34038
|\ \ \ \ \ \
| * | | | | | bnx2x: fix logical opRandy Dunlap2008-08-071-1/+1
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-08-075-33/+167
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud