summaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | i2c: Make remove callback return voidUwe Kleine-König2022-08-167-19/+7
| | |_|/ | |/| |
* | | | Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-10-032-32/+15
|\ \ \ \
| * | | | i2c: mlxbf: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko2022-09-191-14/+6
| * | | | i2c: amd-mp2-plat: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko2022-09-191-18/+9
| | |/ / | |/| |
* | | | i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probeZhang Qilong2022-10-021-1/+2
| |_|/ |/| |
* | | i2c: mux: harden i2c_mux_alloc() against integer overflowsDan Carpenter2022-09-211-2/+3
* | | i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi2022-09-211-40/+23
* | | i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi2022-09-171-0/+3
* | | i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi2022-09-171-1/+1
* | | i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König2022-09-161-1/+1
|/ /
* | i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König2022-08-211-9/+11
* | Revert "i2c: scmi: Replace open coded device_get_match_data()"Wolfram Sang2022-08-211-2/+7
|/
* i2c: move core from strlcpy to strscpyWolfram Sang2022-08-112-2/+2
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-1147-49/+49
* i2c: kempld: Support ACPI I2C device declarationChris Pringle2022-08-111-0/+1
* i2c: mediatek: add i2c compatible for MT8188Kewei Xu2022-08-111-0/+43
* i2c: microchip-corei2c: fix erroneous late ack sendConor Dooley2022-08-111-1/+1
* i2c: qcom-geni: Fix GPI DMA buffer sync-backRobin Reckmann2022-08-111-2/+3
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-071-3/+4
|\
| * powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-3/+4
* | Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-052-30/+10
|\ \
| * | i2c: i801: convert to use common P2SB accessorAndy Shevchenko2022-07-142-30/+10
| |/
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-043-36/+6
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-103-36/+6
| |/
* | Merge tag 'i2c-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-0419-139/+1284
|\ \
| * | i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He2022-07-261-0/+1
| * | i2c: qcom-geni: Use the correct return valueBjorn Andersson2022-07-241-1/+1
| * | i2c: cadence: Support PEC for SMBus block readLars-Peter Clausen2022-07-241-1/+9
| * | i2c: qcom-geni: Propagate GENI_ABORT_DONE to geni_i2c_abort_xfer()Bjorn Andersson2022-07-241-5/+15
| * | i2c: brcmstb: Use dev_name() for adapter nameFlorian Fainelli2022-07-221-3/+1
| * | i2c: Add Renesas RZ/V2M controllerPhil Edworthy2022-07-223-0/+543
| * | i2c: mlxcpld: Add callback to notify probing completionVadim Pasternak2022-07-161-0/+4
| * | i2c: scmi: Replace open coded device_get_match_data()Andy Shevchenko2022-07-161-7/+2
| * | i2c: stm32: add support for the STM32MP13 socAlain Volmat2022-07-161-0/+7
| * | i2c: add support for microchip fpga i2c controllersConor Dooley2022-07-073-0/+492
| * | i2c: i801: Add support for Intel Meteor Lake-PJarkko Nikula2022-07-062-0/+4
| * | i2c: Fix a potential use after freeXu Wang2022-06-161-1/+2
| * | i2c: hisi: use HZ_PER_KHZ macro in units.hYicong Yang2022-06-151-2/+1
| * | i2c: qcom-cci: add msm8974 compatibleMatti Lehtimäki2022-06-151-0/+35
| * | i2c: mv64xxx: Add atomic_xfer method to driverChris Morgan2022-06-141-6/+46
| * | i2c: mv64xxx: Remove shutdown method from driverChris Morgan2022-06-141-9/+0
| * | i2c: xiic: Fix the type check for xiic_wakeupShubhrajyoti Datta2022-06-141-2/+2
| * | i2c: dummy: Drop no-op remove functionUwe Kleine-König2022-06-081-6/+0
| * | i2c: mxs: Silence a clang warningFabio Estevam2022-06-081-1/+1
| * | i2c: qcom-cci: simplify access to bus data structureVladimir Zapolskiy2022-06-081-13/+14
| * | i2c: npcm: Capitalize the one-line commentTyrone Ting2022-06-081-6/+6
| * | i2c: npcm: Support NPCM845Tyrone Ting2022-06-083-48/+76
| * | i2c: npcm: Correct slave role behaviorTali Perry2022-06-081-3/+6
| * | i2c: npcm: Remove own slave addresses 2:10Tali Perry2022-06-081-25/+16
| |/
* | Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-1/+1
|\ \