aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-23i2c: aspeed: added slave support for Aspeed I2C driverBrendan Higgins1-0/+201
2017-06-23i2c: aspeed: added driver for Aspeed I2CBrendan Higgins3-0/+701
2017-06-23i2c: aspeed: added documentation for Aspeed I2C driverBrendan Higgins1-0/+48
2017-06-23i2c: rcar: document HW incapabilitiesWolfram Sang1-1/+6
2017-06-19i2c: emev2: Handle return value of clk_prepare_enableArvind Yadav1-1/+3
2017-06-19i2c: designware: introducing I2C_SLAVE definitionsLuis Oliveira2-3/+46
2017-06-19i2c: designware: MASTER mode as separated driverLuis Oliveira6-368/+433
2017-06-19i2c: designware: refactoring of the i2c-designwareLuis Oliveira2-35/+52
2017-06-19i2c: designware: Cleaning and comment style fixes.Luis Oliveira3-61/+62
2017-06-19i2c: at91: Fix compilation warning.Arvind Yadav1-4/+4
2017-06-19i2c: at91: Handle return value of clk_prepare_enableArvind Yadav1-2/+6
2017-06-19i2c: use proper name for the R-Car SoCWolfram Sang1-1/+1
2017-06-19i2c: xlp9xx: Enable HWMON class probing for xlp9xxGeorge Cherian1-0/+1
2017-06-19i2c: i801: Add support for Intel Cannon LakeSrinivas Pandruvada3-0/+12
2017-06-18i2c: xgene-slimpro: include linux/io.h for memremapArnd Bergmann1-0/+1
2017-06-15i2c: stub: fix build warning regressionWolfram Sang1-1/+1
2017-06-02i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endMichael Thalmeier1-3/+3
2017-06-02i2c: sh_mobile: drop needless check for of_nodeWolfram Sang1-12/+7
2017-06-02i2c: sh_mobile: remove platform_dataWolfram Sang2-19/+0
2017-06-02i2c: stub: use pr_fmtWolfram Sang1-8/+8
2017-06-02i2c: xgene-slimpro: Add ACPI support by using PCC mailboxHoan Tran1-13/+161
2017-06-02i2c: xgene-slimpro: Use a single function to send command messageHoan Tran1-41/+26
2017-05-31i2c: reformat core-base file headerWolfram Sang1-21/+22
2017-05-31i2c: remove unneeded includes from coreWolfram Sang1-2/+0
2017-05-31docs: i2c: dev-interface: adapt to new filenames of the i2c coreWolfram Sang1-7/+7
2017-05-31i2c: break out ACPI support into separate fileWolfram Sang5-648/+670
2017-05-31i2c: break out OF support into separate fileWolfram Sang4-264/+286
2017-05-31i2c: break out smbus support into separate fileWolfram Sang6-799/+849
2017-05-31i2c: break out slave support into separate fileWolfram Sang4-101/+118
2017-05-31i2c: rename core source file to allow refactorizationWolfram Sang4-3/+5
2017-05-28Linux 4.12-rc3Linus Torvalds1-1/+1
2017-05-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds4-17/+11
2017-05-27Merge tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds14-49/+162
2017-05-27Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-6/+12
2017-05-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-37/+81
2017-05-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+16
2017-05-27Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+8
2017-05-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-47/+176
2017-05-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+18
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+12
2017-05-27Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-9/+47
2017-05-26x86/ftrace: Make sure that ftrace trampolines are not RWXThomas Gleixner1-6/+14
2017-05-26x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()Steven Rostedt (VMware)1-1/+1
2017-05-26selftests/ftrace: Add a testcase for many kprobe eventsMasami Hiramatsu1-0/+21
2017-05-26kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2-1/+10
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques1-1/+1
2017-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-17/+20
2017-05-26Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-1/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-254/+701
2017-05-26Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-74/+66