summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-1787-112/+6
* watchdog: ts72xx_wdt: Propagate return value from timeout_to_regvalGuenter Roeck2013-11-171-1/+1
* watchdog: pcwd_usb: Use allocated buffer for usb_control_msgGuenter Roeck2013-11-171-1/+7
* watchdog: sp805_wdt: Remove unnecessary amba_set_drvdata()Michal Simek2013-11-171-1/+0
* watchdog: sirf: add watchdog driver of CSR SiRFprimaII and SiRFatlasVIXianglong Du2013-11-173-0/+234
* watchdog: Remove redundant of_match_ptrSachin Kamat2013-11-173-3/+3
* watchdog: ts72xx_wdt: cleanup return codes in ioctlDan Carpenter2013-11-171-20/+16
* watchdog: add ralink watchdog driverJohn Crispin2013-11-173-0/+216
* watchdog: Add MOXA ART watchdog driverJonas Jensen2013-11-173-0/+176
* watchdog: kempld_wdt: Add __user annotationJingoo Han2013-11-171-2/+2
* watchdog: dw_wdt: Add __user annotationJingoo Han2013-11-171-2/+2
* watchdog: use dev_get_platdata()Jingoo Han2013-11-177-12/+10
* watchdog: imx2_wdt: expose module alias for loading from device-treeNiels de Vos2013-11-171-0/+1
* watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepareHeiko Stübner2013-11-171-5/+5
* watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPSHeiko Stübner2013-11-171-8/+3
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-162-8/+3
|\
| * Merge tag 'omap-for-v3.13/fixes-for-merge-window-take2' of git://git.kernel.o...Olof Johansson2013-11-15432-5526/+22120
| |\
| | * pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changedRoger Quadros2013-11-141-7/+3
| * | video: exynos_mipi_dsim: Remove unused variableOlof Johansson2013-11-141-1/+0
* | | Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-1616-353/+381
|\ \ \
| * | | pwm: samsung: Fix kernel warning while unexporting a channelSachin Kamat2013-11-011-1/+1
| * | | pwm-backlight: Remove unused variableThierry Reding2013-10-221-1/+1
| * | | pwm_backlight: avoid short blank screen while doing hibernationHuayi Li2013-10-221-2/+8
| * | | pwm-backlight: Fix brightness adjustmentThierry Reding2013-10-181-12/+18
| * | | pwm: add ep93xx PWM supportH Hartley Sweeten2013-10-176-300/+240
| * | | pwm-backlight: Allow for non-increasing brightness levelsMike Dunn2013-10-161-14/+15
| * | | pwm-backlight: Add power supply supportThierry Reding2013-10-161-0/+13
| * | | pwm-backlight: Use new enable_gpio fieldThierry Reding2013-10-161-7/+50
| * | | pwm-backlight: Track enable stateThierry Reding2013-10-161-0/+11
| * | | pwm-backlight: Refactor backlight power on/offThierry Reding2013-10-161-22/+31
| * | | pwm-backlight: Improve readabilityThierry Reding2013-10-161-1/+6
| * | | pwm: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-10-152-12/+0
| * | | pwm: imx: Remove redundant of_match_ptrSachin Kamat2013-10-081-1/+1
| * | | pwm: lpc32xx: Remove redundant of_match_ptrSachin Kamat2013-10-081-1/+1
| * | | pwm: mxs: Remove redundant of_match_ptrSachin Kamat2013-10-081-1/+1
| * | | pwm: twl: Include linux/of.h headerSachin Kamat2013-10-081-0/+1
| * | | pwm: twl-led: Include linux/of.h headerSachin Kamat2013-10-081-0/+1
| * | | pwm: samsung: Include linux/of.h headerSachin Kamat2013-10-081-0/+1
| * | | pwm: imx: Include linux/of.h headerSachin Kamat2013-10-081-0/+1
| * | | pwm: atmel-tcb: fix max time computation for slow clk sourceBoris BREZILLON2013-09-191-1/+1
| * | | pwm: atmel-tcb: add missing clk source configBoris BREZILLON2013-09-191-0/+2
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-161-242/+405
|\ \ \ \
| * | | | random: add debugging code to detect early use of get_random_bytes()Theodore Ts'o2013-11-031-0/+9
| * | | | random: initialize the last_time field in struct timer_rand_stateTheodore Ts'o2013-11-031-2/+6
| * | | | random: don't zap entropy count in rand_initialize()Theodore Ts'o2013-11-031-7/+9
| * | | | random: printk notifications for urandom pool initializationTheodore Ts'o2013-11-031-1/+11
| * | | | random: make add_timer_randomness() fill the nonblocking pool firstTheodore Ts'o2013-11-031-3/+4
| * | | | random: convert DEBUG_ENT to tracepointsTheodore Ts'o2013-10-101-36/+16
| * | | | random: push extra entropy to the output poolsTheodore Ts'o2013-10-101-32/+86
| * | | | random: drop trickle modeTheodore Ts'o2013-10-101-17/+2