summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-20i2c: rcar: implement STOP and REP_START according to docsWolfram Sang1-14/+20
2018-08-20i2c: rcar: refactor private flagsWolfram Sang1-3/+4
2018-08-20i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return valueHans de Goede1-3/+5
2018-08-20i2c: core: ACPI: Properly set status byte to 0 for multi-byte writesHans de Goede1-3/+8
2018-08-20dt-bindings: i2c: rcar: Add r8a774a1 supportFabrizio Castro1-1/+3
2018-08-20dt-bindings: i2c: sh_mobile: Add r8a774a1 supportFabrizio Castro1-1/+3
2018-08-20i2c: imx: Simplify stopped state trackingEsben Haabendal1-8/+7
2018-08-20i2c: imx: Fix race condition in dma readEsben Haabendal1-4/+4
2018-08-20i2c: pasemi: remove hardcoded bus numbers on smbusDarren Stevens1-2/+1
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko7-94/+7
2018-08-08i2c: designware: Convert to use struct i2c_timingsAndy Shevchenko3-34/+33
2018-08-08i2c: core: Parse SDA hold time from firmwareAndy Shevchenko2-0/+4
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-rc6v4.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