aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-06pch_phub: fix error return code in pch_phub_probe()Wei Yongjun1-19/+17
2013-06-06misc: replace strict_strtoul() with kstrtoul()Jingoo Han14-83/+154
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko1-0/+1
2013-06-03pch_phub: re-use native MAC address parserAndy Shevchenko1-6/+2
2013-06-03pcie-gadget-spear: fix error return code in spear_pcie_gadget_probe()Wei Yongjun1-2/+6
2013-05-30misc/ep93xx_pwm: use kstrtol instead of strict_strtolH Hartley Sweeten1-3/+3
2013-05-30misc/ep93xx_pwm: use module_platform_driver()H Hartley Sweeten1-5/+5
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_is_inverted() inline functionH Hartley Sweeten1-6/+2
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_is_enabled() inline functionH Hartley Sweeten1-7/+2
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_read_tc() inline functionH Hartley Sweeten1-8/+3
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_normal() inline functionH Hartley Sweeten1-6/+1
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_invert() inline functionH Hartley Sweeten1-6/+1
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_disable() inline functionH Hartley Sweeten1-8/+3
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_enable() inline functionH Hartley Sweeten1-6/+1
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_write_dc() inline functionH Hartley Sweeten1-9/+6
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_write_tc() inline functionH Hartley Sweeten1-8/+3
2013-05-30misc/ep93xx_pwm: remove ep93xx_pwm_{write,read}l() inline functionsH Hartley Sweeten1-21/+9
2013-05-30misc/ep93xx_pwm: use {read,write}* instead of __raw_* versions for ioH Hartley Sweeten1-2/+2
2013-05-30misc/ep93xx_pwm: use managed device resourcesH Hartley Sweeten1-53/+20
2013-05-30drivers/misc: at25: convert to use devm_kzallocNikolay Balandin1-17/+8
2013-05-30drivers/misc: at24: convert to use devm_kzallocNikolay Balandin1-29/+15
2013-05-30misc: use platform_{get,set}_drvdata()Jingoo Han4-9/+9
2013-05-30mei: me: remove artificial singleton requirementTomas Winkler1-19/+0
2013-05-30mei: fix read after read scenarioTomas Winkler1-11/+13
2013-05-30mei: deprecate the mei_wd_state_independence_msgTomas Winkler3-37/+0
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman4-3/+9
2013-05-23Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-10/+15
2013-05-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-2/+2
2013-05-21drivers/misc: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-21mei: fix out of array access to me clients arrayTomas Winkler1-9/+8
2013-05-21mei: bus: Reset event_cb when disabling a deviceSamuel Ortiz1-0/+2
2013-05-21mei: fix out of array access to me clients arrayTomas Winkler1-9/+8
2013-05-21mei: revamp interrupt thread handlersTomas Winkler3-81/+68
2013-05-21mei: move mei_cl_complete to client.cTomas Winkler3-27/+28
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2-2/+2
2013-05-18drivers/misc: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-16misc: ep93xx_pwm: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16misc: arm-charlcd: remove unnecessary platform_set_drvdata()Jingoo Han1-4/+1
2013-05-16drivers: misc: use devm_ioremap_resource()Laurent Navet1-3/+4
2013-05-16Drivers: Misc: tsl2250: fix warnings, unsigned long will never < 0Chen Gang1-2/+2
2013-05-16dummy-irq: require the user to specify an IRQ numberJonathan Corbet1-1/+5
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+1
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds7-25/+28
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-04-29misc: generic on-chip SRAM allocation driverPhilipp Zabel3-0/+131
2013-04-29lis3lv02d: don't wank with fasync() on ->release()Al Viro1-1/+0
2013-04-23misc: mark spear13xx-pcie-gadget as brokenArnd Bergmann1-1/+1
2013-04-23mei: fix krealloc() misuse in in mei_cl_irq_read_msg()Wei Yongjun1-5/+5
2013-04-23mei: reduce flow control only for completed messagesTomas Winkler1-3/+4