summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c: xiic: Do not reset controller before every transferShubhrajyoti Datta2015-08-101-1/+0
| * i2c: xiic: move the xiic_process to thread contextShubhrajyoti Datta2015-08-101-13/+20
| * i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta2015-08-101-3/+0
| * i2c: pxa: Use devm_ variants in probe functionVaibhav Hiremath2015-08-101-51/+26
| * i2c: pxa: Update debug function to dump more info on errorVaibhav Hiremath2015-08-101-7/+15
| * i2c: pxa: Fix compile warning in 64bit modeYipeng Yao2015-08-101-1/+3
| * i2c: pxa: Return I2C_RETRY when timeout in pio modeShouming Wang2015-08-101-1/+3
| * i2c: pxa: No need to set slave addr for i2c master mode resetVaibhav Hiremath2015-08-101-1/+1
| * i2c: pxa: keep i2c irq ON in suspendLeilei Shang2015-08-101-2/+3
| * i2c: emev2: add driverWolfram Sang2015-08-104-0/+362
| * clk: shmobile: emev2: deassert reset for IIC0/1Wolfram Sang2015-08-101-0/+6
| * i2c: omap: on ->remove() call pm_runtime_put_sync()Felipe Balbi2015-08-101-1/+1
| * i2c: omap: abolish variable name confusionFelipe Balbi2015-08-101-299/+299
| * i2c: omap: switch to dev_get_drvdata()Felipe Balbi2015-08-101-4/+2
| * i2c: parport: start using pr_fmtSudip Mukherjee2015-08-101-8/+8
| * i2c: parport: use dev_*Sudip Mukherjee2015-08-101-4/+5
* | Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2015-09-0982-933/+1756
|\ \
| * | rtc: abx80x: fix RTC write bitMitja Spes2015-09-051-1/+1
| * | rtc: ab8500: Add a sentinel to ab85xx_rtc_ids[]Fabio Estevam2015-09-051-0/+1
| * | rtc: ds1374: Remove unused variableFabio Estevam2015-09-051-2/+0
| * | rtc: Fix module autoload for OF platform driversJavier Martinez Canillas2015-09-058-0/+8
| * | rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} driversJavier Martinez Canillas2015-09-053-0/+3
| * | rtc: omap: Add external clock enabling supportKeerthy2015-09-051-1/+24
| * | rtc: omap: Add internal clock enabling supportKeerthy2015-09-051-0/+10
| * | ARM: dts: AM437x: Add the internal and external clock nodes for rtcKeerthy2015-09-055-0/+37
| * | rtc: s5m: fix to update ctrl registerJoonyoung Shim2015-09-051-0/+10
| * | rtc: add xilinx zynqmp rtc driverSuneel Garapati2015-09-053-0/+287
| * | devicetree: bindings: rtc: add bindings for xilinx zynqmp rtcSuneel Garapati2015-09-051-0/+25
| * | rtc: as3722: correct month valueBibek Basu2015-09-051-2/+2
| * | ARM: config: Switch PXA27x platforms to use PXA RTC driverRob Herring2015-09-056-6/+6
| * | ARM: mmp: remove unused RTC register definitionsRob Herring2015-09-051-23/+0
| * | ARM: sa1100: remove unused RTC register definitionsRob Herring2015-09-051-34/+0
| * | rtc: sa1100/pxa: convert to run-time register mappingRob Herring2015-09-053-27/+63
| * | ARM: pxa: add memory resource to SA1100 RTC deviceRob Herring2015-09-051-16/+2
| * | rtc: pxa: convert to use shared sa1100 functionsRob Herring2015-09-054-34/+31
| * | rtc: sa1100: prepare to share sa1100_rtc_opsRob Herring2015-09-052-29/+49
| * | rtc: ds3232: fix WARNING trace in resume functionWang Dongsheng2015-09-051-1/+4
| * | rtc: s3c: remove unnecessary NULL assignmentJoonyoung Shim2015-09-051-1/+0
| * | rtc: s3c: add missing clk controlJoonyoung Shim2015-09-051-0/+3
| * | rtc: s3c: fix disabled clocks for alarmJoonyoung Shim2015-09-051-6/+18
| * | rtc: at91sam9: remove useless includeAlexandre Belloni2015-09-051-1/+0
| * | rtc: at91sam9: include linux/of.hAlexandre Belloni2015-09-051-0/+1
| * | rtc: armada38x: Align RTC set time procedure with the official errataNadav Haklai2015-09-051-20/+12
| * | rtc: rx8025: check time validity when necessaryAlexandre Belloni2015-09-051-29/+29
| * | rtc: rx8025: fix RX8025_BIT_CTRL2_CTFG initializationAlexandre Belloni2015-09-051-1/+1
| * | rtc: rx8025: remove useless initializationAlexandre Belloni2015-09-051-1/+0
| * | rtc: rx8025: reset validity when setting timeAlexandre Belloni2015-09-051-11/+20
| * | rtc: rx8025: fix rx8025_init_client()Alexandre Belloni2015-09-051-1/+1
| * | rtc: rx8025: continue without alarm when irq request failsAlexandre Belloni2015-09-051-2/+2
| * | rtc: rx8025: cleanup accessorsAlexandre Belloni2015-09-051-54/+31