aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-283-9/+20
|\
| * lguest: use cpu capability accessorsAndrew Morton2008-07-291-2/+2
| * lguest: fix switcher_page leak on unloadJohannes Weiner2008-07-291-0/+1
| * lguest: Guest int3 fixRusty Russell2008-07-291-7/+17
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2008-07-282-19/+21
|\ \
| * | mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov2008-07-292-9/+9
| * | mfd: add platform_data to mfd_cellMike Rapoport2008-07-292-1/+5
| * | mfd: Coding style fixesBen Dooks2008-07-281-8/+7
| * | mfd: Use to_platform_device instead of container_ofBen Dooks2008-07-281-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-288-138/+204
|\ \ \
| * | | PCI: add D3 power state avoidance quirkAlan Cox2008-07-282-0/+17
| * | | PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox2008-07-281-11/+7
| * | | PCI: add an option to allow ASPM enabled forciblyShaohua Li2008-07-281-6/+14
| * | | PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li2008-07-282-1/+15
| * | | PCI: disable ASPM per ACPI FADT settingShaohua Li2008-07-282-0/+12
| * | | PCI MSI: Don't disable MSIs if the mask bit isn't supportedMatthew Wilcox2008-07-281-3/+12
| * | | PCI: handle 64-bit resources better on 32-bit machinesMatthew Wilcox2008-07-281-2/+2
| * | | PCI: rewrite PCI BAR reading codeMatthew Wilcox2008-07-281-119/+123
| * | | PCI: document pci_target_stateJesse Barnes2008-07-281-0/+6
| * | | PCI hotplug: fix typo in pcie hotplug outputJesse Barnes2008-07-281-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-07-281-0/+1
|\ \ \ \
| * | | | [SCSI] qla2xxx: fix msleep compile errorFUJITA Tomonori2008-07-281-0/+1
| | |/ / | |/| |
* | | | sh7760fb: write colormap value to hardwareManuel Lauss2008-07-281-0/+1
* | | | spi_s3c24xx: really assign busnumBen Dooks2008-07-281-0/+1
* | | | mpc52xx_psc_spi: fix block transferLuotao Fu2008-07-281-15/+7
| |_|/ |/| |
* | | Merge branch 'cpus4096-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-283-12/+5
|\ \ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-28222-8361/+9990
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-28378-3685/+31470
| |\ \ \ | | | |/ | | |/|
| * | | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-263-12/+5
* | | | ipwireless: fix compile failureJames Bottomley2008-07-281-1/+1
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-07-286-28/+389
|\ \ \
| * | | Input: add driver for Atmel integrated touchscreen controllerDan Liang2008-07-233-0/+345
| * | | Input: ads7846 - optimize order of calculating Rt in ads7846_rx()Hans-Christian Egtvedt2008-07-231-5/+5
| * | | Input: ads7846 - fix sparse endian warningsHarvey Harrison2008-07-231-4/+2
| * | | Input: uinput - remove duplicate includeHuang Weiyi2008-07-231-1/+0
| * | | Input: serio - offload resume to kseriodShaohua Li2008-07-231-18/+37
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-287-109/+290
|\ \ \ \
| * | | | ibmveth: Fix multiple errors with dma_mapping_error conversionStephen Rothwell2008-07-281-4/+4
| * | | | Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2008-07-286-105/+286
| |\ \ \ \
| | * | | | spi: Add OF binding support for SPI bussesGrant Likely2008-07-253-0/+100
| | * | | | spi: split up spi_new_device() to allow two stage registration.Grant Likely2008-07-251-44/+95
| | * | | | of: adapt of_find_i2c_driver() to be usable by SPI alsoGrant Likely2008-07-252-61/+91
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds2008-07-282-3/+1
|\ \ \ \ \ \
| * | | | | | Remove deprecated virt_to_bus()Karsten Keil2008-07-282-3/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-07-283-32/+50
|\ \ \ \ \ \
| * | | | | | sh_keysc: remove request_mem_region() and release_mem_region()Tetsuya Mukawa2008-07-281-20/+7
| * | | | | | sh: Add SCIF2 support for SH7763.Nobuhiro Iwamatsu2008-07-282-12/+43
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-281-3/+3
|\ \ \ \ \ \
| * | | | | | stop_machine: Wean existing callers off stop_machine_run()Rusty Russell2008-07-281-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-07-28190-7945/+8874
|\ \ \ \ \ \