| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | i2c: xiic: Remove some dead code | Christophe JAILLET | 2023-02-17 | 1 | -4/+0 |
| * | i2c: xiic: Add SCL frequency configuration support | Raviteja Narayanam | 2023-02-17 | 1 | -0/+148 |
| * | i2c: xiic: Update compatible with new IP version | Raviteja Narayanam | 2023-02-17 | 1 | -0/+1 |
| * | i2c: i801: Call i801_check_post() from i801_access() | Heiner Kallweit | 2023-02-17 | 1 | -11/+9 |
| * | i2c: i801: Call i801_check_pre() from i801_access() | Heiner Kallweit | 2023-02-17 | 1 | -8/+5 |
| * | i2c: i801: Centralize configuring block commands in i801_block_transaction | Heiner Kallweit | 2023-02-17 | 1 | -49/+35 |
| * | i2c: i801: Centralize configuring non-block commands in i801_simple_transaction | Heiner Kallweit | 2023-02-17 | 1 | -17/+14 |
| * | i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block only | Heiner Kallweit | 2023-02-17 | 1 | -9/+12 |
| * | i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction() | Heiner Kallweit | 2023-02-17 | 1 | -37/+55 |
| * | i2c: i801: add helper i801_set_hstadd() | Heiner Kallweit | 2023-02-12 | 1 | -20/+16 |
| * | i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFER | Heiner Kallweit | 2023-02-12 | 1 | -0/+4 |
| * | i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQ | Heiner Kallweit | 2023-02-12 | 1 | -5/+9 |
| * | i2c: i801: improve interrupt handler | Heiner Kallweit | 2023-02-12 | 1 | -17/+8 |
| * | i2c: st: use pm_sleep_ptr to avoid ifdef CONFIG_PM_SLEEP | Alain Volmat | 2023-02-12 | 1 | -7/+2 |
| * | i2c: xiic: Remove interrupt enable/disable in Rx path | Raviteja Narayanam | 2023-02-03 | 1 | -5/+0 |
| * | i2c: xiic: Add smbus_block_read functionality | Raviteja Narayanam | 2023-02-03 | 1 | -4/+78 |
| * | i2c: xiic: Add wait for FIFO empty in send_tx | Raviteja Narayanam | 2023-02-03 | 1 | -0/+7 |
| * | i2c: xiic: Switch to Xiic standard mode for i2c-read | Raviteja Narayanam | 2023-02-03 | 1 | -39/+57 |
| * | i2c: xiic: Fix Rx and Tx paths in standard mode | Raviteja Narayanam | 2023-02-03 | 1 | -0/+53 |
| * | i2c: xiic: Add standard mode support for > 255 byte | Raviteja Narayanam | 2023-02-03 | 1 | -41/+225 |
| * | i2c: ls2x: Add driver for Loongson-2K/LS7A I2C controller | Binbin Zhou | 2023-02-02 | 3 | -0/+382 |
| * | i2c: designware: Change from u32 to unsigned int for regmap_read() calls | Shyam Sundar S K | 2023-01-28 | 4 | -14/+16 |
| * | i2c: designware: add a new bit check for IC_CON control | Shyam Sundar S K | 2023-01-28 | 2 | -0/+21 |
| * | i2c: gpio: support write-only sda/scl w/o pull-up | Heiner Kallweit | 2023-01-23 | 1 | -3/+10 |
| * | i2c: au1550: Use devm_platform_get_and_ioremap_resource() | ye xingchen | 2023-01-20 | 1 | -3/+1 |
| * | i2c: mt65xx: Use devm_platform_get_and_ioremap_resource() | ye xingchen | 2023-01-20 | 1 | -5/+2 |
| * | i2c: bcm2835: Use devm_platform_get_and_ioremap_resource() | ye xingchen | 2023-01-20 | 1 | -3/+1 |
| * | i2c: aspeed: Use devm_platform_get_and_ioremap_resource() | ye xingchen | 2023-01-20 | 1 | -3/+1 |
| * | i2c: gpio: Add support on ACPI-based system | Binbin Zhou | 2023-01-20 | 1 | -13/+21 |
| * | i2c: cadence: Remove redundant expression in if clause | Lars-Peter Clausen | 2023-01-20 | 1 | -3/+1 |
| * | i2c: cadence: Remove `irq` field from driver state struct | Lars-Peter Clausen | 2023-01-20 | 1 | -10/+7 |
| * | i2c: cadence: Remove unused CDNS_I2C_DATA_INTR_DEPTH define | Lars-Peter Clausen | 2023-01-20 | 1 | -2/+0 |
| * | i2c: qcom-geni: change i2c_master_hub to static | Yang Yingliang | 2023-01-09 | 1 | -1/+1 |
| * | i2c: designware: fix i2c_dw_clk_rate() return size to be u32 | Hanna Hawa | 2023-01-09 | 2 | -2/+2 |
| * | i2c: qcom-cci: Deprecate duplicated compatibles | Konrad Dybcio | 2023-01-09 | 1 | -1/+7 |
* | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-02-24 | 1 | -1/+1 |
|\ \ |
|
| * | | soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.h | Elliot Berman | 2023-02-09 | 1 | -1/+1 |
* | | | Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-02-24 | 1 | -2/+2 |
|\ \ \ |
|
| * \ \ | Merge 6.2-rc7 into usb-next | Greg Kroah-Hartman | 2023-02-06 | 6 | -46/+35 |
| |\ \ \
| | |/ / |
|
| * | | | i2c: nvidia-gpu: Remove ccgx,firmware-build property | Wayne Chang | 2023-02-02 | 1 | -2/+1 |
| * | | | i2c: nvidia-gpu: Add ACPI property to align with device-tree | Wayne Chang | 2023-02-02 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 2023-02-23 | 1 | -0/+46 |
|\ \ \ |
|
| * | | | i2c: cht-wc: Add charger-chip info for the Lenovo Yoga Tab 3 YT3-X90F | Hans de Goede | 2023-02-04 | 1 | -0/+46 |
| |/ / |
|
* | | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2023-02-20 | 2 | -78/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | ARM: s3c: remove s3c24xx specific hacks | Arnd Bergmann | 2023-01-16 | 2 | -74/+1 |
| * | | ARM: omap1: remove unused board files | Arnd Bergmann | 2023-01-12 | 1 | -1/+1 |
| * | | ARM: iop32x: remove the platform | Arnd Bergmann | 2023-01-10 | 1 | -3/+3 |
| |/ |
|
* | | i2c: rk3x: fix a bunch of kernel-doc warnings | Randy Dunlap | 2023-01-20 | 1 | -22/+22 |
* | | i2c: axxia: use 'struct' for kernel-doc notation | Randy Dunlap | 2023-01-20 | 1 | -1/+1 |
* | | i2c: mxs: suppress probe-deferral error message | Stefan Wahren | 2023-01-09 | 1 | -2/+2 |