summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2023-02-12i2c: st: use pm_sleep_ptr to avoid ifdef CONFIG_PM_SLEEPAlain Volmat
2023-02-09soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman
2023-02-04i2c: cht-wc: Add charger-chip info for the Lenovo Yoga Tab 3 YT3-X90FHans de Goede
2023-02-03i2c: xiic: Remove interrupt enable/disable in Rx pathRaviteja Narayanam
2023-02-03i2c: xiic: Add smbus_block_read functionalityRaviteja Narayanam
2023-02-03i2c: xiic: Add wait for FIFO empty in send_txRaviteja Narayanam
2023-02-03i2c: xiic: Switch to Xiic standard mode for i2c-readRaviteja Narayanam
2023-02-03i2c: xiic: Fix Rx and Tx paths in standard modeRaviteja Narayanam
2023-02-03i2c: xiic: Add standard mode support for > 255 byteRaviteja Narayanam
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02i2c: ls2x: Add driver for Loongson-2K/LS7A I2C controllerBinbin Zhou
2023-02-02i2c: nvidia-gpu: Remove ccgx,firmware-build propertyWayne Chang
2023-02-02i2c: nvidia-gpu: Add ACPI property to align with device-treeWayne Chang
2023-01-28i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K
2023-01-28i2c: designware: add a new bit check for IC_CON controlShyam Sundar S K
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-23i2c: gpio: support write-only sda/scl w/o pull-upHeiner Kallweit
2023-01-23i2c: algo: bit: allow getsda to be NULLHeiner Kallweit
2023-01-20i2c: au1550: Use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-20i2c: mt65xx: Use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-20i2c: bcm2835: Use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-20i2c: aspeed: Use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-20i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap
2023-01-20i2c: axxia: use 'struct' for kernel-doc notationRandy Dunlap
2023-01-20i2c: gpio: Add support on ACPI-based systemBinbin Zhou
2023-01-20i2c: cadence: Remove redundant expression in if clauseLars-Peter Clausen
2023-01-20i2c: cadence: Remove `irq` field from driver state structLars-Peter Clausen
2023-01-20i2c: cadence: Remove unused CDNS_I2C_DATA_INTR_DEPTH defineLars-Peter Clausen
2023-01-20i2c: Set i2c pinctrl recovery info from it's device pinctrlHanna Hawa
2023-01-17i2c: dev: fix notifier return valuesBartosz Golaszewski
2023-01-17Merge branch 'i2c/fwnode-api' into i2c/for-mergewindowWolfram Sang
2023-01-17i2c: add fwnode APIsRussell King (Oracle)
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann
2023-01-12ARM: omap1: remove unused board filesArnd Bergmann
2023-01-10ARM: iop32x: remove the platformArnd Bergmann
2023-01-09i2c: mxs: suppress probe-deferral error messageStefan Wahren
2023-01-09i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar
2023-01-09i2c: qcom-geni: change i2c_master_hub to staticYang Yingliang
2023-01-09i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald
2023-01-09i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly
2023-01-09i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa
2023-01-09i2c: qcom-cci: Deprecate duplicated compatiblesKonrad Dybcio
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2022-12-07i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma
2022-12-07i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang
2022-12-07i2c: xiic: Make sure to disable clock on .remove()Uwe Kleine-König
2022-12-07i2c: hisi: Add support to get clock frequency from clockWeilong Chen
2022-12-05i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang