Age | Commit message (Expand) | Author | Files | Lines |
2021-02-26 | i2c: exynos5: Preserve high speed master code | Mårten Lindahl | 1 | -1/+7 |
2021-02-26 | Revert "i2c: i2c-qcom-geni: Add shutdown callback for i2c" | Wolfram Sang | 1 | -34/+0 |
2021-02-26 | i2c: designware: Get right data length | Liguang Zhang | 2 | -1/+3 |
2021-02-26 | i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition | Maxime Ripard | 1 | -1/+1 |
2021-02-23 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -3/+1 |
2021-02-22 | Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 32 | -2993/+764 |
2021-02-22 | Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -6/+2 |
2021-02-21 | Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2021-02-17 | Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 6 | -8/+60 |
2021-02-12 | i2c: remove redundant error print in stm32f7_i2c_probe | Menglong Dong | 1 | -5/+1 |
2021-02-12 | i2c: stm32f7: fix configuration of the digital filter | Alain Volmat | 1 | -1/+10 |
2021-02-12 | i2c: testunit: add support for block process calls | Wolfram Sang | 1 | -2/+10 |
2021-02-12 | i2c: busses: Replace spin_lock_irqsave with spin_lock in hard IRQ | Weihang Li | 2 | -6/+4 |
2021-02-09 | i2c: i801: Add support for Intel Alder Lake PCH-P | Jarkko Nikula | 1 | -0/+4 |
2021-02-09 | i2c: mv64xxx: Fix check for missing clock after adding RPM | Samuel Holland | 1 | -1/+1 |
2021-02-09 | i2c: mux: mlxcpld: Add callback to notify mux creation completion | Vadim Pasternak | 1 | -0/+4 |
2021-02-09 | i2c: mux: mlxcpld: Extend supported mux number | Vadim Pasternak | 1 | -8/+2 |
2021-02-09 | i2c: mux: mlxcpld: Extend driver to support word address space devices | Vadim Pasternak | 1 | -8/+39 |
2021-02-09 | i2c: mux: mlxcpld: Get rid of adapter numbers enforcement | Vadim Pasternak | 1 | -5/+2 |
2021-02-09 | i2c: mux: mlxcpld: Prepare mux selection infrastructure for two-byte support | Vadim Pasternak | 1 | -9/+9 |
2021-02-09 | i2c: mux: mlxcpld: Convert driver to platform driver | Vadim Pasternak | 1 | -34/+28 |
2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2021-02-02 | i2c: imx: Synthesize end of transaction events without idle interrupts | Kevin Paul Herbert | 1 | -7/+52 |
2021-02-02 | i2c: i2c-qcom-geni: Add shutdown callback for i2c | Roja Rani Yarubandi | 1 | -0/+34 |
2021-02-02 | i2c: mv64xxx: Add runtime PM support | Samuel Holland | 1 | -42/+78 |
2021-02-02 | i2c: amd-mp2: Remove unused macro | Richard Neumann | 1 | -3/+0 |
2021-02-02 | i2c: amd-mp2: convert to PCI logging functions | Richard Neumann | 3 | -37/+24 |
2021-02-02 | i2c: mux: mlxcpld: Move header file out of x86 realm | Vadim Pasternak | 1 | -1/+1 |
2021-02-02 | i2c: mux: mlxcpld: Update module license | Vadim Pasternak | 1 | -30/+3 |
2021-01-28 | i2c: mediatek: Move suspend and resume handling to NOIRQ phase | Qii Wang | 1 | -3/+16 |
2021-01-28 | i2c: smbus: improve naming in i2c_smbus_xfer_emulated() | Wolfram Sang | 1 | -12/+12 |
2021-01-28 | i2c: smbus: don't abuse loop variable | Wolfram Sang | 1 | -5/+4 |
2021-01-28 | i2c: tegra: Use threaded interrupt | Dmitry Osipenko | 1 | -4/+5 |
2021-01-28 | Merge tag 'v5.11-rc5' into i2c/for-5.12 | Wolfram Sang | 8 | -12/+74 |
2021-01-28 | i2c: remove zte zx bus driver | Arnd Bergmann | 3 | -612/+0 |
2021-01-26 | isa: Make the remove callback for isa drivers return void | Uwe Kleine-König | 2 | -6/+2 |
2021-01-22 | i2c: sprd: depend on COMMON_CLK to fix compile tests | Krzysztof Kozlowski | 1 | -0/+1 |
2021-01-22 | i2c: s3c2410: advertise SMBus transfers using RECV_LEN | Wolfram Sang | 1 | -1/+1 |
2021-01-22 | i2c: qup: advertise SMBus transfers using RECV_LEN | Wolfram Sang | 1 | -1/+1 |
2021-01-22 | i2c: algo: bit: use new macro to specifiy capabilities | Wolfram Sang | 1 | -3/+1 |
2021-01-22 | i2c: remove u300 bus driver | Arnd Bergmann | 3 | -1022/+0 |
2021-01-22 | i2c: remove sirf bus driver | Arnd Bergmann | 3 | -486/+0 |
2021-01-22 | Revert "i2c: imx: Remove unused .id_table support" | Fabio Estevam | 1 | -1/+19 |
2021-01-20 | ARM: remove tango platform | Arnd Bergmann | 1 | -2/+2 |
2021-01-17 | i2c: stub: remove definition of DEBUG | Tom Rix | 1 | -1/+0 |
2021-01-17 | i2c: i2c-mux-gpio: Enable this driver in ACPI land | Evan Green | 1 | -28/+79 |
2021-01-17 | i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt() | Evan Green | 1 | -2/+3 |
2021-01-17 | i2c: octeon: check correct size of maximum RECV_LEN packet | Wolfram Sang | 1 | -1/+1 |
2021-01-17 | i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO | Sowjanya Komatineni | 1 | -1/+21 |
2021-01-17 | i2c: bpmp-tegra: Ignore unknown I2C_M flags | Mikko Perttunen | 1 | -1/+1 |