aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-29drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia1-0/+1
2013-03-29Drivers: hv: Notify the host of permanent hot-add failuresK. Y. Srinivasan1-2/+31
2013-03-29Drivers: hv: balloon: Support 2M page allocations for ballooningK. Y. Srinivasan1-2/+16
2013-03-29Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirementsK. Y. Srinivasan1-2/+15
2013-03-29misc: apds990x: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-5/+1
2013-03-29misc: bh1770glc: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-6/+1
2013-03-29misc: bh1780gli: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-6/+4
2013-03-29mei: bus: Implement bus driver data setter/getterSamuel Ortiz1-0/+12
2013-03-29mei: bus: Synchronous API for the data transmissionSamuel Ortiz2-10/+30
2013-03-29mei: bus: Call bus routines from the core codeSamuel Ortiz5-2/+42
2013-03-29mei: bus: Add bus related structures to mei_clSamuel Ortiz4-15/+44
2013-03-29mei: bus: Initial implementation for I/O routinesSamuel Ortiz2-0/+256
2013-03-29mei: bus: Implement driver registrationSamuel Ortiz1-0/+26
2013-03-29mei: bus: Initial MEI Client bus type implementationSamuel Ortiz3-0/+199
2013-03-29mei: move mei-me to separate moduleTomas Winkler5-7/+19
2013-03-29mei: prefix me hardware specific functions with mei_me_Tomas Winkler2-36/+36
2013-03-29mei: rename function mei_hw_init to mei_startTomas Winkler3-4/+4
2013-03-29mei: ME structures should be initialized in mei_device_initTomas Winkler2-8/+9
2013-03-29mei: unregister watchdog from mei_stop functionTomas Winkler2-2/+3
2013-03-29mei: drop RECOVERING_FROM_RESET device stateTomas Winkler2-5/+0
2013-03-26Merge branch 'char-misc-linus' into char-misc-nextGreg Kroah-Hartman7-100/+163
2013-03-26mfd: pm8921: Disable driver until it gets fixedDavid Brown1-1/+1
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-nextGreg Kroah-Hartman291-2012/+3121
2013-03-26extcon: arizona: Fix interaction between headphone outputs and identificationMark Brown1-14/+30
2013-03-26extcon: arizona: Factor out magic applicationMark Brown1-55/+36
2013-03-25Drivers: hv: balloon: make local functions staticWei Yongjun1-2/+2
2013-03-25dummy-irq: introduce a dummy IRQ handler driverJiri Kosina3-0/+68
2013-03-25mei: add mei_irq_compl_handler functionTomas Winkler3-26/+34
2013-03-25memory: emif: Load the correct custom config values from dtLokesh Vutla1-3/+4
2013-03-25memory: emif: errata i743: Prohibit usage of Power-Down modeGrygorii Strashko1-0/+35
2013-03-25memory: emif: Fix the incorrect 'size' parameter in memcpyOleksandr Dmytryshyn1-1/+1
2013-03-25memory: emif: use restart if power_off not present when out of specNishanth Menon1-1/+9
2013-03-25memory: emif: Handle devices which are not rated for >85CNishanth Menon1-0/+27
2013-03-25memory: emif: handle overflow for timing for LP modeNishanth Menon1-8/+28
2013-03-25memory: emif: setup LP settings on freq updateAmbresh K1-0/+2
2013-03-25memory: emif: Fix the lpmode timeout calculationLokesh Vutla1-3/+7
2013-03-25drivers: char: Use PTR_RET functionAlexandru Gheorghiu1-1/+1
2013-03-25parport: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu3-9/+6
2013-03-25parport: amiga: use module_platform_driver_probe()Fabio Porcedda1-14/+1
2013-03-25SSBI: Remove MSM_ prefix from SSBI driversDavid Brown6-55/+55
2013-03-25ssbi: Remove extraneous loggingDavid Brown1-15/+1
2013-03-25ssbi: Use regular init levelDavid Brown1-1/+1
2013-03-25ssbi: Comment the use of udelay()David Brown1-0/+13
2013-03-25SSBI: Convert SSBI to device treeDavid Brown1-49/+32
2013-03-25ssbi: Allow compilation as a moduleDavid Brown1-1/+1
2013-03-25ssbi: Fix exit mismatch in remove functionDavid Brown1-1/+1
2013-03-25fix: Use EXPORT_SYMBOL_GPLDavid Brown1-2/+2
2013-03-25add single-wire serial bus interface (SSBI) driverKenneth Heitke5-0/+417
2013-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds6-12/+29
2013-03-23Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds4-45/+86