summaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
| |/ /
* | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-1/+1
|\ \ \
| * | | soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman2023-02-091-1/+1
* | | | Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-2/+2
|\ \ \ \
| * | | | Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman2023-02-066-46/+35
| |\| | |
| * | | | i2c: nvidia-gpu: Remove ccgx,firmware-build propertyWayne Chang2023-02-021-2/+1
| * | | | i2c: nvidia-gpu: Add ACPI property to align with device-treeWayne Chang2023-02-021-0/+1
| | |/ / | |/| |
* | | | Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-02-241-0/+46
|\ \ \ \
| * | | | i2c: cht-wc: Add charger-chip info for the Lenovo Yoga Tab 3 YT3-X90FHans de Goede2023-02-041-0/+46
| |/ / /
* | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-223-78/+99
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-026-46/+35
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| * | | i2c: add fwnode APIsRussell King (Oracle)2023-01-173-78/+99
| | |/ | |/|
* | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-212-78/+5
|\ \ \ | |_|/ |/| |
| * | ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-162-74/+1
| * | ARM: omap1: remove unused board filesArnd Bergmann2023-01-121-1/+1
| * | ARM: iop32x: remove the platformArnd Bergmann2023-01-101-3/+3
| |/
* | i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap2023-01-201-22/+22
* | i2c: axxia: use 'struct' for kernel-doc notationRandy Dunlap2023-01-201-1/+1
* | i2c: mxs: suppress probe-deferral error messageStefan Wahren2023-01-091-2/+2
* | i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar2023-01-091-0/+2
* | i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald2023-01-091-18/+2
* | i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly2023-01-091-3/+6
|/
* Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-1526-296/+389
|\
| * i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma2022-12-071-0/+3
| * i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang2022-12-071-3/+2
| * i2c: xiic: Make sure to disable clock on .remove()Uwe Kleine-König2022-12-071-3/+6
| * i2c: hisi: Add support to get clock frequency from clockWeilong Chen2022-12-071-4/+11
| * i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang2022-12-051-7/+3
| * i2c: slave-eeprom: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-051-2/+3
| * i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-051-3/+3
| * drivers/i2c: use simple i2c probeStephen Kitt2022-12-052-6/+4
| * i2c: mux: pca9541: switch to using .probe_newPeter Rosin2022-12-051-3/+2
| * i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids'Binbin Zhou2022-12-051-3/+1
| * i2c: qcom-geni: add support for I2C Master Hub variantNeil Armstrong2022-12-051-0/+8
| * i2c: qcom-geni: add desc struct to prepare support for I2C Master Hub variantNeil Armstrong2022-12-051-3/+47
| * i2c: tegra: Set ACPI node as primary fwnodeAkhil R2022-12-021-0/+1
| * i2c: smbus: add DDR support for SPDCorentin Labbe2022-12-011-0/+6
| * Merge branch 'i2c/client_device_id_helper-immutable' into i2c/for-mergewindowWolfram Sang2022-11-141-0/+14
| |\
| * | i2c: /pasemi: PASemi I2C controller IRQ enablementArminder Singh2022-11-123-5/+38
| * | i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-121-2/+1
| * | i2c: designware: Add comment to custom register value constantsJarkko Nikula2022-11-121-2/+2
| * | i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula2022-11-121-115/+115
| * | i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula2022-11-124-15/+5
| * | i2c: designware: Simplify master interrupt handler nestingJarkko Nikula2022-11-121-21/+12
| * | i2c: designware: Move debug print in i2c_dw_isr()Jarkko Nikula2022-11-121-1/+1
| * | i2c: designware: Do not process interrupt when device is suspendedJarkko Nikula2022-11-121-0/+2
| * | i2c: designware: Simplify slave interrupt handler nestingJarkko Nikula2022-11-121-14/+4
| * | i2c: designware: Remove unused completion code from i2c-designware-slaveJarkko Nikula2022-11-121-4/+0
| * | i2c: designware: Remove needless initializations from i2c_dw_reg_slave()Jarkko Nikula2022-11-121-6/+0
| * | i2c: designware: Define software status flags with BIT()Jarkko Nikula2022-11-123-8/+8