summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-07-08Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+2
2023-07-07Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+0
2023-07-06i2c: mpc: Drop unused variableGuenter Roeck1-1/+0
2023-07-06i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-07-06i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock1-0/+2
2023-07-04ACPI: platform: Move SMB0001 HID to the header and reuseAndy Shevchenko1-3/+0
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds99-725/+566
2023-06-23i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang1-2/+2
2023-06-23i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang1-7/+14
2023-06-23i2c: uniphier: Use devm_clk_get_enabled()Andi Shyti1-16/+5
2023-06-23i2c: uniphier-f: Use devm_clk_get_enabled()Andi Shyti1-16/+5
2023-06-23i2c: owl: Use devm_clk_get_enabled()Andi Shyti1-14/+4
2023-06-23i2c: lpc2k: Use devm_clk_get_enabled()Andi Shyti1-17/+5
2023-06-23i2c: hix5hd2: Use devm_clk_get_enabled()Andi Shyti1-7/+4
2023-06-23i2c: sun6i-p2wi: Use devm_clk_get_enabled()Andi Shyti1-14/+3
2023-06-23i2c: pasemi-platform: Use devm_clk_get_enabled()Andi Shyti1-18/+4
2023-06-23i2c: mt7621: Use devm_clk_get_enabled()Andi Shyti1-16/+4
2023-06-23i2c: xiic: Use devm_clk_get_enabled()Andi Shyti1-13/+7
2023-06-23i2c: davinci: Use platform table macro over module_aliasAndrew Davis1-2/+6
2023-06-23i2c: ocores: use devm_ managed clksWang Zhang1-43/+21
2023-06-14i2c: nomadik: Use dev_err_probe() whenever possibleAndi Shyti1-8/+6
2023-06-14i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti1-15/+3
2023-06-14i2c: nomadik: Remove unnecessary goto labelAndi Shyti1-13/+8
2023-06-14usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello2-1/+15
2023-06-14i2c: wmt: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-06-14i2c: versatile: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-06-14i2c: hix5hd2: Add I2C_M_STOP flag support for i2c-hix5hd2 driver.taolan1-1/+5
2023-06-14i2c: mpc: Use of_property_read_reg() to parse "reg"Rob Herring1-2/+3
2023-06-09i2c: imx-lpi2c: Don't open-code DIV_ROUND_UPUwe Kleine-König1-1/+1
2023-06-09i2c: Add i2c_get_match_data()Biju Das1-0/+19
2023-06-08i2c: img-scb: remove unnecessary (void*) conversionXU pengfei1-1/+1
2023-06-08i2c: qcom-cci:Use devm_platform_get_and_ioremap_resource()Md Sadre Alam1-2/+1
2023-06-07i2c: Improve size determinationsMarkus Elfring2-2/+2
2023-06-07i2c: Delete error messages for failed memory allocationsMarkus Elfring4-8/+2
2023-06-07i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König1-3/+5
2023-06-07i2c: davinci: Use struct name not type with devm_kzalloc()Andrew Davis1-5/+2
2023-06-05i2c: mv64xxx: Fix reading invalid status value in atomic modeMarek Behún1-0/+11
2023-06-05i2c: rzv2m: Disable the operation of unit in case of errorBiju Das1-11/+19
2023-06-05i2c: rzv2m: Replace lowercase macros with static inline functionsBiju Das1-3/+10
2023-06-05i2c: rzv2m: Drop extra spaceBiju Das1-1/+1
2023-06-05i2c: designware: fix idx_write_cnt in read loopDavid Zheng2-0/+5
2023-06-05i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu4-5/+111
2023-06-05i2c: mchp-pci1xxxx: Avoid cast to incompatible function typeSimon Horman1-2/+4
2023-06-05i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"Christian Heusel1-1/+1
2023-06-05i2c: tegra: allow VI support to be compiled outMichał Mirosław1-10/+14
2023-06-05i2c: tegra: allow DVC support to be compiled outMichał Mirosław1-6/+11
2023-06-05i2c: tegra: Share same DMA channel for RX and TXAkhil R1-49/+20
2023-06-05i2c: i801: Add support for Intel Meteor Lake PCH-SJarkko Nikula2-1/+4
2023-06-05i2c: i801: Add support for Intel Meteor Lake SoC-SJarkko Nikula1-0/+3
2023-06-05i2c: i801: Enlarge device name field in i801_ids tableJarkko Nikula1-61/+61