summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2018-07-03i2c: designware: Add debug print for bus speedJarkko Nikula
2018-07-03i2c: designware: Add debug print for SDA hold time valueJarkko Nikula
2018-07-03i2c: designware: Separate timing parameter setting from HW initalizationJarkko Nikula
2018-07-03i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula
2018-07-03i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master()Jarkko Nikula
2018-07-03i2c: designware: Don't use internal ___constant_swab32Jarkko Nikula
2018-07-03i2c: designware: Move register access detection to common codeJarkko Nikula
2018-07-03i2c: designware: Remove needless variable from i2c_dw_init_slave()Jarkko Nikula
2018-07-03i2c: mux: make use of __i2c_smbus_xferPeter Rosin
2018-07-03i2c: mux: pca954x: make use of __i2c_smbus_xferPeter Rosin
2018-07-03i2c: mux: pca9541: make use of __i2c_smbus_xferPeter Rosin
2018-07-03i2c: mux: mlxcpld: make use of __i2c_smbus_xferPeter Rosin
2018-07-03i2c: smbus: add unlocked __i2c_smbus_xfer variantPeter Rosin
2018-06-29i2c: gpio: initialize SCL to HIGH againWolfram Sang
2018-06-29i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfersPeter Rosin
2018-06-29i2c: algos: bit: mention our experience about initial statesWolfram Sang
2018-06-29Revert "i2c: algo-bit: init the bus to a known state"Wolfram Sang
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-06-04Merge branch 'pm-domains'Rafael J. Wysocki
2018-05-31i2c: qup: fix building without CONFIG_ACPIArnd Bergmann
2018-05-30i2c: tegra: Remove suspend-resumeDmitry Osipenko
2018-05-30i2c: imx-lpi2c: Switch to SPDX identifierFabio Estevam
2018-05-30i2c: mxs: Switch to SPDX identifierFabio Estevam
2018-05-30Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin
2018-05-29i2c: algos: make use of i2c_8bit_addr_from_msgPeter Rosin
2018-05-29i2c: ocores: update HDL sources URLFederico Vaga
2018-05-29i2c: qup: Add command-line parameter to override SCL frequencyAustin Christ
2018-05-29i2c: qup: Correct duty cycle for FM and FM+Austin Christ
2018-05-29i2c: qup: Add support for Fast Mode PlusAustin Christ
2018-05-29i2c: qup: add probe path for Centriq ACPI devicesAustin Christ
2018-05-24i2c: robotfuzz-osif: drop pointless testPeter Rosin
2018-05-24i2c: robotfuzz-osif: remove pointless local variablePeter Rosin
2018-05-24i2c: rk3x: Don't print visible virtual mapping MMIO addressShawn Lin
2018-05-24i2c: opal: don't check number of messages in the driverWolfram Sang
2018-05-24i2c: ibm_iic: don't check number of messages in the driverWolfram Sang
2018-05-24i2c: imx: Switch to SPDX identifierFabio Estevam
2018-05-24platform: x86: intel_cht_int33fe: Fix dependenciesHeikki Krogerus
2018-05-24i2c: mux: pca954x: merge calls to of_match_device and of_device_get_match_dataJulia Lawall
2018-05-24i2c: mux: demux-pinctrl: use proper parent device for demux adapterWolfram Sang
2018-05-24i2c: mux: improve error message for failed symlinkWolfram Sang
2018-05-24i2c: mux: reg: failed memory allocation is logged elsewhereMarkus Elfring
2018-05-22i2c: xlp9xx: Make sure the transfer size is not more than I2C_SMBUS_BLOCK_SIZEGeorge Cherian
2018-05-22i2c: xlp9xx: Fix issue seen when updating receive lengthGeorge Cherian
2018-05-22i2c: xlp9xx: Add support for SMBAlertGeorge Cherian