aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz4-86/+95
2012-11-21mei: simplify write complete loop in irq handlerTomas Winkler1-25/+12
2012-11-21mei: don't mix read and write slotsTomas Winkler1-16/+19
2012-11-21mei: streamline amthif write complete functionTomas Winkler3-60/+48
2012-11-21mei: streamline write complete flow functionTomas Winkler1-70/+43
2012-11-21mei: use structured buffer for extra write bufferTomas Winkler3-27/+22
2012-11-21mei: compact code for mei bus message creationTomas Winkler4-148/+112
2012-11-21w1: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-7/+0
2012-11-21w1: remove use of __devexitBill Pemberton3-5/+5
2012-11-21w1: remove use of __devinitBill Pemberton3-5/+5
2012-11-21w1: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-21w1: mxc_w1: Fix commentFabio Estevam1-1/+1
2012-11-21w1: mxc_w1: Convert to platform driverFabio Estevam1-14/+2
2012-11-21w1: mxc_w1: Adapt the clock name to the new clock frameworkFabio Estevam1-3/+3
2012-11-16Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman214-1097/+2254
2012-11-16Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds1-1/+1
2012-11-16rapidio: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-11-16Merge 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/arm/arm-socLinus Torvalds2-4/+67
2012-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville6-5/+26
2012-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-3/+3
2012-11-16Merge tag 'usb-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds10-22/+71
2012-11-16Merge tag 'tty-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-7/+1
2012-11-16Merge tag 'staging-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-3/+1
2012-11-16Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesArnd Bergmann77-332/+849
2012-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus 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-15misc: hpilo: ignore auxiliary HP iLO BMC'sMark Rusk1-4/+11
2012-11-15drivers: mfd: fix dependencies for MFD_RTSX_PCIGreg Kroah-Hartman1-0/+1
2012-11-15drivers/memstick: Add realtek pcie memstick host driverWei WANG3-0/+652
2012-11-15drivers/mmc: Add realtek pcie sdmmc host driverWei WANG3-0/+1357
2012-11-15drivers/mfd: Add realtek pcie card reader driverWei WANG7-0/+1974
2012-11-15uio_pdrv: set memory mapping nameManuel Traut2-0/+2
2012-11-15drivers/parport: remove depends on CONFIG_EXPERIMENTALKees Cook1-8/+8
2012-11-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie3-4/+31
2012-11-16Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave 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-15Drivers: hv: Add Hyper-V balloon driverK. Y. Srinivasan3-0/+1048
2012-11-15mm: export a function to get vm committed memoryK. Y. Srinivasan1-1/+1
2012-11-15mei: use the same bus msg for connect and disconnect requestTomas Winkler3-27/+34
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler6-61/+44
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler3-10/+25
2012-11-15mei: move amthif specific release code to amithifTomas Winkler3-138/+154
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler6-23/+31
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler6-29/+24
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler5-20/+18