summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM opsRoja Rani Yarubandi2021-06-041-1/+11
* i2c: qcom-geni: Add shutdown callback for i2cRoja Rani Yarubandi2021-06-041-0/+9
* i2c: tegra-bpmp: Demote kernel-doc abusesLee Jones2021-06-031-2/+2
* i2c: altera: Fix formatting issue in struct and demote unworthy kernel-doc he...Lee Jones2021-06-031-5/+4
* i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski2021-05-281-0/+3
* i2c: mediatek: Disable i2c start_en and clear intr_stat brfore resetQii Wang2021-05-281-0/+5
* i2c: i801: Don't generate an interrupt on bus resetJean Delvare2021-05-271-4/+2
* i2c: mpc: implement erratum A-004447 workaroundChris Packham2021-05-271-2/+79
* i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function nameLee Jones2021-05-271-1/+1
* i2c: busses: i2c-st: Fix copy/paste function misnaming issuesLee Jones2021-05-271-2/+2
* i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structureLee Jones2021-05-271-4/+4
* i2c: busses: i2c-ocores: Place the expected function names into the documenta...Lee Jones2021-05-271-4/+4
* i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msg...Lee Jones2021-05-271-1/+2
* i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'Lee Jones2021-05-271-1/+1
* i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'Lee Jones2021-05-271-1/+1
* i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-docLee Jones2021-05-271-1/+1
* i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersLee Jones2021-05-271-2/+2
* i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones2021-05-271-1/+1
* i2c: sh_mobile: Use new clock calculation formulas for RZ/G2EGeert Uytterhoeven2021-05-251-1/+1
* i2c: I2C_HISI should depend on ACPIGeert Uytterhoeven2021-05-251-1/+1
* i2c: icy: Remove unused variable new_fwnode in icy_probe()Geert Uytterhoeven2021-05-251-1/+0
* i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"Colin Ian King2021-05-251-1/+1
* Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-3040-655/+1847
|\
| * i2c: mediatek: Use scl_int_delay_ns to compensate clock-stretchingQii Wang2021-04-171-1/+5
| * i2c: mediatek: Fix wrong dma sync flagQii Wang2021-04-171-1/+1
| * i2c: mediatek: Fix send master code at more than 1MHzQii Wang2021-04-171-4/+5
| * i2c: sh7760: fix IRQ error pathSergey Shtylyov2021-04-171-1/+1
| * i2c: i801: Add support for Intel Alder Lake PCH-MJarkko Nikula2021-04-171-0/+4
| * i2c: core: Fix spacing error by checkpatchTian Tao2021-04-171-1/+1
| * i2c: s3c2410: simplify getting of_device_id match dataKrzysztof Kozlowski2021-04-171-6/+3
| * i2c: nomadik: Fix space errorsTian Tao2021-04-151-2/+2
| * i2c: iop3xx: Fix coding style issuesTian Tao2021-04-151-13/+15
| * i2c: amd8111: Fix coding style issuesTian Tao2021-04-151-134/+134
| * i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()Andy Shevchenko2021-04-151-3/+1
| * i2c: mpc: Use device_get_match_data() helperAndy Shevchenko2021-04-151-8/+4
| * i2c: mpc: Remove CONFIG_PM_SLEEP ifdefferyAndy Shevchenko2021-04-151-11/+3
| * i2c: mpc: Use devm_clk_get_optional()Andy Shevchenko2021-04-151-13/+12
| * i2c: mpc: Update license and copyrightChris Packham2021-04-151-8/+3
| * i2c: mpc: Interrupt driven transferChris Packham2021-04-151-187/+239
| * i2c: sh7760: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: rcar: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: mlxbf: add IRQ checkSergey Shtylyov2021-04-141-0/+2
| * i2c: jz4780: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: emev2: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: cadence: add IRQ checkSergey Shtylyov2021-04-141-1/+4
| * i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua2021-04-141-1/+1
| * i2c: xiic: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
| * i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-6/+6
| * i2c: sprd: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
| * i2c: omap: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-4/+4