summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-17drivers: add support for the TI VLYNQ busFlorian Fainelli5-0/+842
2009-06-17console: make blank timeout value a boot optionDaniel Mack1-6/+7
2009-06-17eisa.ids: add Network Peripherals FDDI boardsMaciej W. Rozycki1-0/+5
2009-06-17use printk_once() in several placesMinchan Kim1-6/+3
2009-06-17mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-4/+0
2009-06-17videobuf-dma-contig: zero copy USERPTR supportMagnus Damm1-5/+89
2009-06-17page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2-2/+2
2009-06-17firmware_map: fix hang with x86/32bitYinghai Lu1-7/+9
2009-06-17spi: takes size of a pointer to determine the size of the pointed-to typeRoel Kluin1-3/+3
2009-06-17time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann3-1/+3
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds714-36880/+63315
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds9-154/+184
2009-06-15regulator/max1586: fix V3 gain calculation integer overflowPhilipp Zabel1-4/+4
2009-06-15regulator/max1586: support increased V3 voltage rangePhilipp Zabel1-19/+52
2009-06-15regulator: lp3971 - fix driver link error when built-in.Liam Girdwood1-1/+1
2009-06-15LP3971 PMIC regulator driver (updated and combined version)Marek Szyprowski3-0/+570
2009-06-15regulator: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-06-15regulator: Set MODULE_ALIAS for regulator driversMark Brown3-0/+3
2009-06-15regulator: Support list_voltage for fixed voltage regulatorMark Brown1-1/+14
2009-06-15regulator: Move regulator drivers to subsys_initcall()Mark Brown4-4/+4
2009-06-15regulator: build fix for powerpc - renamed show_stateLiam Girdwood1-5/+5
2009-06-15regulator: add userspace-consumer driverMike Rapoport3-0/+211
2009-06-15Maxim 1586 regulator driverRobert Jarzmik3-0/+259
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller725-17371/+79188
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds24-136/+181
2009-06-15fusion: fix recent kernel-doc problemsRandy Dunlap2-4/+3
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds26-203/+2129
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds64-95/+96
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds16-51/+805
2009-06-15Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds43-178/+4145
2009-06-15Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier22-133/+150
2009-06-15mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-14Bluetooth: Fix issue with uninitialized nsh.type in DTL-1 driverMarcel Holtmann1-0/+2
2009-06-14Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King9-6/+1570
2009-06-14ieee802154: fix kconfig bool/tristate muckupRandy Dunlap1-1/+1
2009-06-14bonding: initialization reworkStephen Hemminger1-37/+30
2009-06-14bonding: use is_zero_ether_addrStephen Hemminger1-2/+2
2009-06-14bonding: network device names are case sensativeStephen Hemminger2-53/+57
2009-06-14bonding: elminate bad refcount codeStephen Hemminger1-21/+0
2009-06-14bonding: fix style issuesStephen Hemminger2-497/+460
2009-06-14bonding: fix destructorStephen Hemminger3-15/+9
2009-06-14bonding: remove bonding read/write semaphoreStephen Hemminger3-36/+6
2009-06-14bonding: initialize before registrationStephen Hemminger1-4/+4
2009-06-14bonding: bond_create always called with default parametersStephen Hemminger3-9/+8
2009-06-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...David S. Miller5-1/+1015
2009-06-14IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-14atmel-mci: add MCI2 register definitionsNicolas Ferre1-0/+22
2009-06-14atmel-mci: Integrate AT91 specific definition in header fileNicolas Ferre1-0/+11
2009-06-14tmio_mmc: allow compilation for ASIC3Philipp Zabel2-3/+3
2009-06-14mmc_block: do not DMA to stackBen Dooks1-4/+12