aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: iproc: handle Master aborted errorRayagonda Kokatanur2021-01-051-3/+5
| * | | i2c: rcar: protect against supurious interrupts on V3UWolfram Sang2021-01-051-14/+43
| * | | i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang2021-01-051-1/+5
| * | | i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang2021-01-051-1/+1
| * | | i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang2021-01-051-7/+4
| * | | i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi2021-01-051-16/+43
| * | | i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko2021-01-051-7/+3
| * | | i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko2021-01-051-2/+1
| * | | i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak2021-01-051-1/+1
| * | | i2c: mlxcpld: Update module licenseVadim Pasternak2021-01-051-29/+3
| * | | i2c: core: Do not print duplicate error when failing to register an i2c-clien...Hans de Goede2021-01-051-5/+1
| | |/ | |/|
* | | Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-212-6/+2
|\ \ \
| * \ \ Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-02-176-8/+60
| |\ \ \
| * | | | isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-262-6/+2
* | | | | Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-02-201-2/+2
|\ \ \ \ \
| * | | | | ARM: remove tango platformArnd Bergmann2021-01-201-2/+2
| | |_|/ / | |/| | |
* | | | | i2c: stm32f7: fix configuration of the digital filterAlain Volmat2021-02-121-1/+10
| |_|/ / |/| | |
* | | | i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang2021-01-281-3/+16
| |_|/ |/| |
* | | i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski2021-01-221-0/+1
* | | Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam2021-01-221-1/+19
* | | i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang2021-01-171-1/+1
* | | i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni2021-01-171-1/+21
* | | i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen2021-01-171-1/+1
* | | i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen2021-01-111-1/+1
| |/ |/|
* | i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang2021-01-051-5/+22
* | i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede2021-01-041-1/+1
* | i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang2021-01-041-1/+7
|/
* Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-151-2/+2
|\
| *-. Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki2020-12-151-2/+2
| |\ \
| | * | PM: sleep: Add dev_wakeup_path() helperPatrice Chotard2020-11-231-2/+2
| | |/
* | | i2c: remove check that can never be trueUwe Kleine-König2020-12-111-4/+1
* | | i2c: Warn when device removing failsUwe Kleine-König2020-12-111-2/+7
* | | i2c: designware: Make register offsets all of the same widthAndy Shevchenko2020-12-091-3/+3
* | | i2c: designware: Switch header to use BIT() and GENMASK()Andy Shevchenko2020-12-091-46/+46
* | | i2c: pxa: move to generic GPIO recoveryCodrin Ciubotariu2020-12-091-68/+8
* | | i2c: sh_mobile: Mark adapter suspended during suspendGeert Uytterhoeven2020-12-091-0/+28
* | | i2c: owl: Add compatible for the Actions Semi S500 I2C controllerCristian Ciocaltea2020-12-091-0/+1
* | | i2c: imx: support slave mode for imx I2C driverBiwen Li2020-12-072-24/+196
* | | Merge branch 'i2c/for-current' into i2c/for-5.11Wolfram Sang2020-12-078-193/+223
|\| |
| * | i2c: mlxbf: Fix the return check of devm_ioremap and ioremapWang Xiaojun2020-12-051-6/+6
| * | i2c: mlxbf: select CONFIG_I2C_SLAVEArnd Bergmann2020-12-051-0/+1
| * | i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers2020-12-021-2/+10
| * | i2c: imx: Check for I2SR_IAL after every byteChristian Eggers2020-12-021-0/+10
| * | i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers2020-12-021-6/+16
| * | i2c: qcom: Fix IRQ error misassignementRobert Foss2020-12-021-2/+2
| * | i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng2020-12-021-1/+2
| |/
| * i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu2020-11-061-27/+18
| * i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu2020-11-061-6/+1
| * i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORMGeert Uytterhoeven2020-11-061-1/+1
| * i2c: mlxbf: Update author and maintainer email infoKhalil Blaiech2020-11-061-1/+1