summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-02101-726/+582
|\
| * Merge tag 'at24-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Wolfram Sang2023-06-231-1/+2
| |\
| | * eeprom: at24: Use dev_err_probe for nvmem register failureAlexander Stein2023-05-161-1/+2
| * | 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-143-1/+29
| * | 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
* | | Merge tag 'parisc-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-07-028-89/+175
|\ \ \
| * | | parisc: Move init function declarations into header fileHelge Deller2023-06-304-9/+1
| * | | parisc: dino: Make dino_init() returning voidHelge Deller2023-06-301-2/+1
| * | | parisc: lba_pci: Mark two variables __maybe_unusedHelge Deller2023-06-301-2/+2
| * | | parisc: ccio-dma: Fix kdoc and compiler warningsHelge Deller2023-06-301-6/+12
| * | | parisc: pdc_stable: Fix kdoc and compiler warningsHelge Deller2023-06-301-1/+35
| * | | parisc: sba_iommu: Fix kdoc warningsHelge Deller2023-06-301-12/+18
| * | | sticon/parisc: Fix STI console on 64-bit only machinesHelge Deller2023-06-302-57/+106
| * | | sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller2023-06-301-1/+1
* | | | Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-07-0125-711/+2988
|\ \ \ \