summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-22mei: compact code for mei bus message creationTomas Winkler4-148/+112
2012-11-22w1: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-7/+0
2012-11-22w1: remove use of __devexitBill Pemberton3-5/+5
2012-11-22w1: remove use of __devinitBill Pemberton3-5/+5
2012-11-22w1: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-22w1: mxc_w1: Fix commentFabio Estevam1-1/+1
2012-11-22w1: mxc_w1: Convert to platform driverFabio Estevam1-14/+2
2012-11-22w1: mxc_w1: Adapt the clock name to the new clock frameworkFabio Estevam1-3/+3
2012-11-17Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman214-1097/+2254
2012-11-17Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds1-1/+1
2012-11-17rapidio: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-63/+117
2012-11-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+67
2012-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-5/+26
2012-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2012-11-16Merge tag 'usb-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-22/+71
2012-11-16Merge tag 'tty-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-7/+1
2012-11-16Merge tag 'staging-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2012-11-16Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Arnd Bergmann77-332/+849
2012-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-7/+5
2012-11-16Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds7-10/+38
2012-11-16misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready()Axel Lin1-1/+1
2012-11-16tilegx: request_irq with a non-null device nameSimon Marchi1-1/+1
2012-11-16misc: hpilo: ignore auxiliary HP iLO BMC'sMark Rusk1-4/+11
2012-11-16drivers: mfd: fix dependencies for MFD_RTSX_PCIGreg Kroah-Hartman1-0/+1
2012-11-16drivers/memstick: Add realtek pcie memstick host driverWei WANG3-0/+652
2012-11-16drivers/mmc: Add realtek pcie sdmmc host driverWei WANG3-0/+1357
2012-11-16drivers/mfd: Add realtek pcie card reader driverWei WANG7-0/+1974
2012-11-16uio_pdrv: set memory mapping nameManuel Traut2-0/+2
2012-11-16drivers/parport: remove depends on CONFIG_EXPERIMENTALKees Cook1-8/+8
2012-11-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie3-4/+31
2012-11-16Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+1
2012-11-16drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita1-4/+0
2012-11-16ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui1-1/+4
2012-11-16vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter1-0/+2
2012-11-16Drivers: hv: Add Hyper-V balloon driverK. Y. Srinivasan3-0/+1048
2012-11-16mm: export a function to get vm committed memoryK. Y. Srinivasan1-1/+1
2012-11-16mei: use the same bus msg for connect and disconnect requestTomas Winkler3-27/+34
2012-11-16mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler6-61/+44
2012-11-16mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler3-10/+25
2012-11-16mei: move amthif specific release code to amithifTomas Winkler3-138/+154
2012-11-16mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler6-23/+31
2012-11-16mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler6-29/+24
2012-11-16mei: amthif: prefix cb list with amthifTomas Winkler5-20/+18
2012-11-15Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2012-11-15Merge tag 'regulator-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-13/+20
2012-11-15s390/3215: fix tty close handlingHeiko Carstens1-7/+5
2012-11-15drm/radeon: fix logic error in atombios_encoders.cAlex Deucher1-1/+1
2012-11-15Revert "drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobu...David S. Miller1-1/+0
2012-11-15net/smsc911x: Fix ready check in cases where WORD_SWAP is neededKamlakant Patel1-2/+15