summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: use pcmcia_loop_config in net pcmcia driversDominik Brodowski2008-08-239-654/+596Star
* pcmcia: use pcmcia_loop_config in ISDN pcmcia driversDominik Brodowski2008-08-235-319/+191Star
* pcmcia: use pcmcia_loop_config in scsi pcmcia driversDominik Brodowski2008-08-235-198/+183Star
* pcmcia: use pcmcia_loop_config in bluetooth driversDominik Brodowski2008-08-233-194/+108Star
* pcmcia: use pcmcia_loop_config in pata and ide driversDominik Brodowski2008-08-232-172/+156Star
* pcmcia: add pcmcia_loop_config() helperDominik Brodowski2008-08-231-0/+62
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-293-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-292-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/+7Star
| * | mfd: Use to_platform_device instead of container_ofBen Dooks2008-07-281-2/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-298-138/+204
|\ \ \
| * | | PCI: add D3 power state avoidance quirkAlan Cox2008-07-292-0/+17
| * | | PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox2008-07-291-11/+7Star
| * | | 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-291-0/+1
|\ \ \ \
| * | | | [SCSI] qla2xxx: fix msleep compile errorFUJITA Tomonori2008-07-281-0/+1
| | |/ / | |/| |
* | | | sh7760fb: write colormap value to hardwareManuel Lauss2008-07-291-0/+1
* | | | spi_s3c24xx: really assign busnumBen Dooks2008-07-291-0/+1
* | | | mpc52xx_psc_spi: fix block transferLuotao Fu2008-07-291-15/+7Star
| |_|/ |/| |
* | | Merge branch 'cpus4096-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-293-12/+5Star
|\ \ \
| * \ \ 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/+5Star
* | | | ipwireless: fix compile failureJames Bottomley2008-07-291-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-243-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/+2Star
| * | | Input: uinput - remove duplicate includeHuang Weiyi2008-07-231-1/+0Star
| * | | 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-263-0/+100
| | * | | | spi: split up spi_new_device() to allow two stage registration.Grant Likely2008-07-261-44/+95
| | * | | | of: adapt of_find_i2c_driver() to be usable by SPI alsoGrant Likely2008-07-262-61/+91
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds2008-07-282-3/+1Star
|\ \ \ \ \ \
| * | | | | | Remove deprecated virt_to_bus()Karsten Keil2008-07-282-3/+1Star
| | |_|_|_|/ | |/| | | |