summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-083-3/+2
|\
| * i2c: mpc: Drop unused variableGuenter Roeck2023-07-061-1/+0
| * i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET2023-07-061-2/+0
| * i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock2023-07-061-0/+2
* | Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2023-07-061-3/+0
|\ \ | |/ |/|
| * ACPI: platform: Move SMB0001 HID to the header and reuseAndy Shevchenko2023-07-041-3/+0
* | Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-0299-725/+566
|\ \ | |/ |/|
| * i2c: uniphier: Use devm_clk_get_enabled()Andi Shyti2023-06-231-16/+5
| * i2c: uniphier-f: Use devm_clk_get_enabled()Andi Shyti2023-06-231-16/+5
| * i2c: owl: Use devm_clk_get_enabled()Andi Shyti2023-06-231-14/+4
| * i2c: lpc2k: Use devm_clk_get_enabled()Andi Shyti2023-06-231-17/+5
| * i2c: hix5hd2: Use devm_clk_get_enabled()Andi Shyti2023-06-231-7/+4
| * i2c: sun6i-p2wi: Use devm_clk_get_enabled()Andi Shyti2023-06-231-14/+3
| * i2c: pasemi-platform: Use devm_clk_get_enabled()Andi Shyti2023-06-231-18/+4
| * i2c: mt7621: Use devm_clk_get_enabled()Andi Shyti2023-06-231-16/+4
| * i2c: xiic: Use devm_clk_get_enabled()Andi Shyti2023-06-231-13/+7
| * i2c: davinci: Use platform table macro over module_aliasAndrew Davis2023-06-231-2/+6
| * i2c: ocores: use devm_ managed clksWang Zhang2023-06-231-43/+21
| * i2c: nomadik: Use dev_err_probe() whenever possibleAndi Shyti2023-06-141-8/+6
| * i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti2023-06-141-15/+3
| * i2c: nomadik: Remove unnecessary goto labelAndi Shyti2023-06-141-13/+8
| * usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello2023-06-142-1/+15
| * i2c: wmt: Use devm_platform_get_and_ioremap_resource()ye xingchen2023-06-141-3/+1
| * i2c: versatile: Use devm_platform_get_and_ioremap_resource()ye xingchen2023-06-141-3/+1
| * i2c: hix5hd2: Add I2C_M_STOP flag support for i2c-hix5hd2 driver.taolan2023-06-141-1/+5
| * i2c: mpc: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-141-2/+3
| * i2c: imx-lpi2c: Don't open-code DIV_ROUND_UPUwe Kleine-König2023-06-091-1/+1
| * i2c: Add i2c_get_match_data()Biju Das2023-06-091-0/+19
| * i2c: img-scb: remove unnecessary (void*) conversionXU pengfei2023-06-081-1/+1
| * i2c: qcom-cci:Use devm_platform_get_and_ioremap_resource()Md Sadre Alam2023-06-081-2/+1
| * i2c: Improve size determinationsMarkus Elfring2023-06-072-2/+2
| * i2c: Delete error messages for failed memory allocationsMarkus Elfring2023-06-074-8/+2
| * i2c: davinci: Use struct name not type with devm_kzalloc()Andrew Davis2023-06-071-5/+2
| * i2c: rzv2m: Disable the operation of unit in case of errorBiju Das2023-06-051-11/+19
| * i2c: rzv2m: Replace lowercase macros with static inline functionsBiju Das2023-06-051-3/+10
| * i2c: rzv2m: Drop extra spaceBiju Das2023-06-051-1/+1
| * i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu2023-06-054-5/+111
| * i2c: tegra: allow VI support to be compiled outMichał Mirosław2023-06-051-10/+14
| * i2c: tegra: allow DVC support to be compiled outMichał Mirosław2023-06-051-6/+11
| * i2c: tegra: Share same DMA channel for RX and TXAkhil R2023-06-051-49/+20
| * i2c: i801: Add support for Intel Meteor Lake PCH-SJarkko Nikula2023-06-052-1/+4
| * i2c: i801: Add support for Intel Meteor Lake SoC-SJarkko Nikula2023-06-051-0/+3
| * i2c: i801: Enlarge device name field in i801_ids tableJarkko Nikula2023-06-051-61/+61
| * i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-0588-343/+180
* | i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang2023-06-231-2/+2
* | i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang2023-06-231-7/+14
* | i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König2023-06-071-3/+5
* | i2c: mv64xxx: Fix reading invalid status value in atomic modeMarek Behún2023-06-051-0/+11
* | i2c: designware: fix idx_write_cnt in read loopDavid Zheng2023-06-052-0/+5
* | i2c: mchp-pci1xxxx: Avoid cast to incompatible function typeSimon Horman2023-06-051-2/+4