summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-08i2c: designware-pcidrv: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-08i2c: amd8111: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-05i2c: sh_mobile: use core to detect 'no zero length read' quirkWolfram Sang1-5/+5
2018-08-05i2c: xlr: use core to detect 'no zero length' quirkWolfram Sang1-6/+5
2018-08-05i2c: rcar: use core to detect 'no zero length' quirkWolfram Sang1-7/+6
2018-08-05i2c: stu300: use core to detect 'no zero length' quirkWolfram Sang1-6/+6
2018-08-05i2c: pmcmsp: use core to detect 'no zero length' quirkWolfram Sang1-16/+1
2018-08-05i2c: mxs: use core to detect 'no zero length' quirkWolfram Sang1-3/+5
2018-08-05i2c: designware-master: use core to detect 'no zero length' quirkWolfram Sang1-7/+5
2018-08-05i2c: quirks: add zero length checksWolfram Sang2-0/+10
2018-08-05i2c: aspeed: Add an explicit type casting for *get_clk_reg_valJae Hyun Yoo1-1/+1
2018-08-05Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang1-13/+11
2018-08-04i2c: Add Actions Semiconductor Owl family S900 I2C driverManivannan Sadhasivam3-0/+503
2018-08-04dt-bindings: i2c: Add binding for Actions Semiconductor Owl I2C controllerManivannan Sadhasivam1-0/+27
2018-07-31i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controllerKarthikeyan Ramasubramanian4-0/+695
2018-07-30i2c: mux: pca954x: use helper variable in probeLinus Walleij1-13/+11
2018-07-29Merge tag 'at24-4.19-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang358-1722/+3093
2018-07-25eeprom: at24: Add support for address-width propertyAlan Chiang1-0/+17
2018-07-25dt-bindings: at24: Add address-width propertyAlan Chiang1-0/+2
2018-07-23i2c: rcar: handle RXDMA HW behaviour on Gen3Wolfram Sang1-3/+51
2018-07-23Linux 4.18-rc6Linus Torvalds1-1/+1
2018-07-22Merge tag 'nvme-for-4.18' of git://git.infradead.org/nvmeLinus Torvalds2-34/+41
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-29/+14
2018-07-22alpha: fix osf_wait4() breakageAl Viro2-5/+2
2018-07-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-7/+25
2018-07-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2018-07-22Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-9/+10
2018-07-22Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+15
2018-07-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+84
2018-07-22Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-14/+52
2018-07-22Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+5
2018-07-22mm: make vm_area_alloc() initialize core fieldsLinus Torvalds7-26/+17
2018-07-22mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds3-11/+7
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds7-27/+44
2018-07-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-9/+20
2018-07-21mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-21mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins1-0/+2
2018-07-21fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-07-21MAINTAINERS: Peter has movedPeter Senna Tschudin1-1/+1
2018-07-21mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre1-0/+3
2018-07-21i2c: aspeed: Adjust spinlock scope in the irq handlerJae Hyun Yoo1-6/+10
2018-07-21i2c: aspeed: Fix initial values of master and slave stateJae Hyun Yoo1-2/+2
2018-07-21i2c: aspeed: Add newline characters into message printings.Jae Hyun Yoo1-9/+9
2018-07-21i2c: exynos5: Describe the hardware variant for readabilityKrzysztof Kozlowski1-8/+14
2018-07-21i2c: recovery: make pin init look like STOPWolfram Sang1-9/+10
2018-07-21i2c: rcar: Add compatible support for r8a77990 (R-Car E3)Hiromitsu Yamasaki1-0/+1
2018-07-21MAINTAINERS: Add Eddie as the maintainer for the FSI-attached I2C driverEddie James1-0/+8
2018-07-21i2c: fsi: Add bus recoveryEddie James1-0/+132
2018-07-21i2c: fsi: Add I2C master lockingEddie James1-4/+12
2018-07-21i2c: fsi: Add transfer implementationEddie James1-2/+193