Age | Commit message (Expand) | Author | Files | Lines |
2021-06-04 | i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops | Roja Rani Yarubandi | 1 | -1/+11 |
2021-06-04 | i2c: qcom-geni: Add shutdown callback for i2c | Roja Rani Yarubandi | 1 | -0/+9 |
2021-06-03 | i2c: tegra-bpmp: Demote kernel-doc abuses | Lee Jones | 1 | -2/+2 |
2021-06-03 | i2c: altera: Fix formatting issue in struct and demote unworthy kernel-doc he... | Lee Jones | 1 | -5/+4 |
2021-05-28 | i2c: s3c2410: fix possible NULL pointer deref on read message after write | Krzysztof Kozlowski | 1 | -0/+3 |
2021-05-28 | i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset | Qii Wang | 1 | -0/+5 |
2021-05-27 | i2c: i801: Don't generate an interrupt on bus reset | Jean Delvare | 1 | -4/+2 |
2021-05-27 | i2c: mpc: implement erratum A-004447 workaround | Chris Packham | 1 | -2/+79 |
2021-05-27 | i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name | Lee Jones | 1 | -1/+1 |
2021-05-27 | i2c: busses: i2c-st: Fix copy/paste function misnaming issues | Lee Jones | 1 | -2/+2 |
2021-05-27 | i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure | Lee Jones | 1 | -4/+4 |
2021-05-27 | i2c: busses: i2c-ocores: Place the expected function names into the documenta... | Lee Jones | 1 | -4/+4 |
2021-05-27 | i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msg... | Lee Jones | 1 | -1/+2 |
2021-05-27 | i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()' | Lee Jones | 1 | -1/+1 |
2021-05-27 | i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode' | Lee Jones | 1 | -1/+1 |
2021-05-27 | i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc | Lee Jones | 1 | -1/+1 |
2021-05-27 | i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers | Lee Jones | 1 | -2/+2 |
2021-05-27 | i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout' | Lee Jones | 1 | -1/+1 |
2021-05-25 | i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E | Geert Uytterhoeven | 1 | -1/+1 |
2021-05-25 | i2c: I2C_HISI should depend on ACPI | Geert Uytterhoeven | 1 | -1/+1 |
2021-05-25 | i2c: icy: Remove unused variable new_fwnode in icy_probe() | Geert Uytterhoeven | 1 | -1/+0 |
2021-05-25 | i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected" | Colin Ian King | 1 | -1/+1 |
2021-04-30 | Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 40 | -655/+1847 |
2021-04-30 | Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2021-04-29 | Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 1 | -6/+1 |
2021-04-26 | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2021-04-17 | i2c: mediatek: Use scl_int_delay_ns to compensate clock-stretching | Qii Wang | 1 | -1/+5 |
2021-04-17 | i2c: mediatek: Fix wrong dma sync flag | Qii Wang | 1 | -1/+1 |
2021-04-17 | i2c: mediatek: Fix send master code at more than 1MHz | Qii Wang | 1 | -4/+5 |
2021-04-17 | i2c: sh7760: fix IRQ error path | Sergey Shtylyov | 1 | -1/+1 |
2021-04-17 | i2c: i801: Add support for Intel Alder Lake PCH-M | Jarkko Nikula | 1 | -0/+4 |
2021-04-17 | i2c: core: Fix spacing error by checkpatch | Tian Tao | 1 | -1/+1 |
2021-04-17 | i2c: s3c2410: simplify getting of_device_id match data | Krzysztof Kozlowski | 1 | -6/+3 |
2021-04-15 | i2c: nomadik: Fix space errors | Tian Tao | 1 | -2/+2 |
2021-04-15 | i2c: iop3xx: Fix coding style issues | Tian Tao | 1 | -13/+15 |
2021-04-15 | i2c: amd8111: Fix coding style issues | Tian Tao | 1 | -134/+134 |
2021-04-15 | i2c: mv64xxx: Fix random system lock caused by runtime PM | Marek BehĂșn | 1 | -0/+4 |
2021-04-15 | i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource() | Andy Shevchenko | 1 | -3/+1 |
2021-04-15 | i2c: mpc: Use device_get_match_data() helper | Andy Shevchenko | 1 | -8/+4 |
2021-04-15 | i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery | Andy Shevchenko | 1 | -11/+3 |
2021-04-15 | i2c: mpc: Use devm_clk_get_optional() | Andy Shevchenko | 1 | -13/+12 |
2021-04-15 | i2c: mpc: Update license and copyright | Chris Packham | 1 | -8/+3 |
2021-04-15 | i2c: mpc: Interrupt driven transfer | Chris Packham | 1 | -187/+239 |
2021-04-14 | i2c: designware: Get rid of legacy platform data | Andy Shevchenko | 1 | -6/+1 |
2021-04-14 | i2c: sh7760: add IRQ check | Sergey Shtylyov | 1 | -1/+4 |
2021-04-14 | i2c: rcar: add IRQ check | Sergey Shtylyov | 1 | -1/+4 |
2021-04-14 | i2c: mlxbf: add IRQ check | Sergey Shtylyov | 1 | -0/+2 |
2021-04-14 | i2c: jz4780: add IRQ check | Sergey Shtylyov | 1 | -1/+4 |
2021-04-14 | i2c: emev2: add IRQ check | Sergey Shtylyov | 1 | -1/+4 |
2021-04-14 | i2c: cadence: add IRQ check | Sergey Shtylyov | 1 | -1/+4 |