summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-18dt-bindings: i2c: qcom-cci: add QCOM SM8450 compatibleVladimir Zapolskiy1-1/+3
2022-02-15i2c: pasemi: Drop I2C classes from platform driver variantMartin Povišer2-1/+1
2022-02-15i2c: designware: remove unneeded semicolonYang Li1-2/+2
2022-02-15i2c: designware-pci: Switch to use i2c_new_ccgx_ucsi()Andy Shevchenko2-25/+6
2022-02-15i2c: nvidia-gpu: Convert to use dev_err_probe()Andy Shevchenko1-12/+6
2022-02-15i2c: nvidia-gpu: Use temporary variable for struct deviceAndy Shevchenko1-14/+14
2022-02-15i2c: nvidia-gpu: Switch to use i2c_new_ccgx_ucsi()Andy Shevchenko2-20/+7
2022-02-15i2c: Introduce common module to instantiate CCGx UCSIAndy Shevchenko4-0/+51
2022-02-15i2c: i801: Add support for Intel Raptor Lake PCH-SJarkko Nikula3-0/+5
2022-02-15i2c: don't expose function which is only used internallyWolfram Sang3-9/+9
2022-02-11dt-bindings: i2c: add bindings for microchip mpfs i2cConor Dooley1-0/+56
2022-02-11i2c: brcmstb: allow compiling on BCM4908Rafał Miłecki1-2/+2
2022-02-11i2c: rcar: Add R-Car Gen4 supportGeert Uytterhoeven1-0/+1
2022-02-11dt-bindings: i2c: renesas,rcar-i2c: Add r8a779f0 supportGeert Uytterhoeven1-0/+6
2022-02-11i2c: designware: Add AMD PSP I2C bus supportJan Dabros8-12/+490
2022-02-11i2c: designware: Add missing locksJan Dabros2-0/+18
2022-02-11i2c: piix4: Enable EFCH MMIO for Family 17h+Terry Bowman1-2/+15
2022-02-11i2c: piix4: Add EFCH MMIO support for SMBus port selectTerry Bowman1-3/+12
2022-02-11i2c: piix4: Add EFCH MMIO support to SMBus base address detectTerry Bowman1-4/+9
2022-02-11i2c: piix4: Add EFCH MMIO support to region request and releaseTerry Bowman1-8/+58
2022-02-11i2c: piix4: Move SMBus port selection into functionTerry Bowman1-10/+17
2022-02-11i2c: piix4: Move SMBus controller base address detect into functionTerry Bowman1-25/+44
2022-02-11i2c: piix4: Move port I/O region request/release code into functionsTerry Bowman1-17/+31
2022-02-11i2c: piix4: Replace hardcoded memory map size with a #defineTerry Bowman1-6/+10
2022-02-11Merge branch 'i2c/add-request_mem_region_muxed' into i2c/for-mergewindowWolfram Sang1-0/+2
2022-02-11kernel/resource: Introduce request_mem_region_muxed()Terry Bowman1-0/+2
2022-02-07i2c: npcm7xx: Fix typosJonathan Neuschäfer1-8/+8
2022-02-07i2c: ACPI: Replace acpi_bus_get_device()Rafael J. Wysocki1-11/+6
2022-02-07i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'Christophe JAILLET1-5/+16
2022-02-07i2c: amd-mp2: Remove useless DMA-32 fallback configurationChristophe JAILLET1-5/+2
2022-01-29i2c: mediatek: Add i2c compatible for Mediatek MT8186Kewei Xu1-0/+14
2022-01-29dt-bindings: i2c: update bindings for MT8186 SoCKewei Xu1-0/+1
2022-01-28i2c: smbus: Use device_*() functions instead of of_*()Akhil R4-11/+13
2022-01-28docs: firmware-guide: ACPI: Add named interrupt docAkhil R1-0/+39
2022-01-28device property: Add fwnode_irq_get_bynameAkhil R2-0/+30
2022-01-23Linux 5.17-rc1v5.17-rc1Linus Torvalds1-2/+2
2022-01-23Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds51-149/+354
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-3/+10
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2-3/+10
2022-01-23Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds73-438/+635
2022-01-22perf tools: Remove redundant err variableMinghao Chi1-4/+1
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry2-9/+82
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry2-0/+48
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry4-4/+41
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi1-1/+0
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers31-87/+99
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers1-3/+3
2022-01-22perf script: Fix printing 'phys_addr' failure issueYao Jin1-1/+1