summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-05-222-25/+17
|\
| * aeroflex/greth: fix warning about unused variableSam Ravnborg2016-05-201-1/+1
| * openprom: fix warningSam Ravnborg2016-05-201-24/+16
* | x86: remove pointless uaccess_32.h complexityLinus Torvalds2016-05-221-3/+1
* | Merge tag 'rtc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-05-2141-734/+972
|\ \
| * | rtc: tps6586x: rename so module can be autoloadedNicolas Chauvet2016-05-211-1/+1
| * | rtc: rv3029: hide unused i2c device tableArnd Bergmann2016-05-211-7/+7
| * | rtc: rs5c372: r2025: fix check for 'oscillator halted' conditionThomas Koeller2016-05-211-2/+2
| * | rtc: rv3029: add alarm IRQMylène Josserand2016-05-211-21/+93
| * | rtc: rv3029: fix set_time functionMylène Josserand2016-05-211-1/+1
| * | rtc: rv3029: fix alarm supportMylène Josserand2016-05-211-7/+16
| * | rtc: rv3029: Remove some checks and warningsMylène Josserand2016-05-211-34/+34
| * | rtc: rv3029: Add support of RV3049Mylène Josserand2016-05-212-21/+124
| * | rtc: rv3029: convert to use regmapMylène Josserand2016-05-211-133/+142
| * | rtc: rv3029: remove 'i2c' in functions namesMylène Josserand2016-05-211-75/+57
| * | rtc: stmp3xxx: print message on errorSudip Mukherjee2016-05-201-1/+6
| * | rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-203-6/+6
| * | rtc: ds3232: fix call trace when rtc->ops_lock is used as NULLQianyu Gong2016-05-201-3/+6
| * | rtc: snvs: return error in case enable_irq_wake failsStefan Agner2016-05-201-1/+1
| * | rtc: zynqmp: Update seconds time programming logicAnurag Kumar Vulisha2016-05-201-6/+39
| * | rtc: mc13xxx: remove UIE signalingWolfram Sang2016-05-201-19/+0
| * | rtc: mxc: remove UIE signalingWolfram Sang2016-05-201-3/+0
| * | rtc: ds1307: Remove CLK_IS_ROOTStephen Boyd2016-05-201-2/+0
| * | rtc: hym8563: Remove CLK_IS_ROOTStephen Boyd2016-05-201-1/+1
| * | rtc: pcf8563: Remove CLK_IS_ROOTStephen Boyd2016-05-201-1/+1
| * | rtc: zynqmp: Write Calibration value before setting timeAnurag Kumar Vulisha2016-05-201-7/+14
| * | rtc: zynqmp: Enable RTC switching to battery power when VCC_PSAUX is N/AAnurag Kumar Vulisha2016-05-201-0/+8
| * | rtc: ds1685: actually spin forever in poweroff pathJosh Poimboeuf2016-05-201-0/+1
| * | rtc: da9053: fix access ordering error during RTC interrupt at system power onSteve Twiss2016-05-201-5/+8
| * | rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is e...Nicolas Boullis2016-05-201-5/+8
| * | rtc: ds1307: fix ds1307_native_smbus_read_block_data functionNicolas Boullis2016-05-201-2/+6
| * | rtc: ds1302: fix write value for day of week registerAkinobu Mita2016-05-201-1/+1
| * | rtc: ds1302: fix error check in set_timeAkinobu Mita2016-05-201-1/+1
| * | rtc: m41t80: handle oscillator failure bitMylène Josserand2016-05-201-2/+23
| * | rtc: m41t80: add wakealarm functionalityMylène Josserand2016-05-201-0/+2
| * | rtc: m41t80: add alarm functionalityMylène Josserand2016-05-201-13/+167
| * | rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand2016-05-201-11/+15
| * | rtc: m41t80: add the use of 'BIT' macroMylène Josserand2016-05-201-15/+15
| * | rtc: m41t80: replace i2c functions for smbus onesMylène Josserand2016-05-201-90/+44
| * | rtc: m41t80: remove proc macroMylène Josserand2016-05-201-4/+0
| * | rtc: m41t80: update sysfs entries exportMylène Josserand2016-05-201-24/+32
| * | rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-2025-89/+1
| * | rtc: at91sam9: remove duplicate assignment of variable mrColin Ian King2016-05-201-1/+1
| * | rtc: ds1302: rewrite using SPISergey Yanovich2016-05-202-197/+166
* | | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds2016-05-212-120/+104
|\ \ \
| * | | mailbox: Fix devm_ioremap_resource error detection codeAmitoj Kaur Chawla2016-05-081-2/+2
| * | | mailbox/omap: kill omap_mbox_{save/restore}_ctx() functionsSuman Anna2016-04-261-51/+0
| * | | mailbox/omap: check for any unread messages during suspendSuman Anna2016-04-261-1/+9
| * | | mailbox/omap: add support for suspend/resumeSuman Anna2016-04-261-0/+45
| * | | mailbox/omap: store mailbox interrupt type in omap_mbox_deviceSuman Anna2016-04-261-0/+2