summaryrefslogtreecommitdiffstats
path: root/drivers/peci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-6/+3
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-6/+3
* | peci: aspeed: Clear clock_divider value before setting itIwona Winiarska2024-06-171-0/+1
* | peci, hwmon: Switch to new Intel CPU model definesTony Luck2024-06-174-23/+12
|/
* peci: constify the struct device_type usageRicardo B. Marliere2024-04-163-4/+4
* peci: Make peci_bus_type constRicardo B. Marliere2024-04-162-2/+2
* Merge tag 'peci-next-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2023-08-084-0/+320
|\
| * peci: Add peci-npcm controller driverTomer Maimon2023-08-073-0/+315
| * peci: cpu: Add Intel Sapphire Rapids supportNaresh Solanki2023-08-071-0/+5
* | peci: Constify struct peci_controller_opsZev Weiss2023-08-042-3/+3
|/
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-1/+1
* peci: cpu: Fix use-after-free in adev_release()Iwona Winiarska2022-08-151-2/+1
* peci: aspeed: fix error check return value of platform_get_irq()Lv Ruyi2022-08-151-1/+1
* peci: Add peci-cpu driverIwona Winiarska2022-02-096-0/+601
* peci: Add support for PECI device driversIwona Winiarska2022-02-094-0/+462
* peci: Add sysfs interface for PECI busIwona Winiarska2022-02-095-2/+91
* peci: Add device detectionIwona Winiarska2022-02-095-1/+223
* peci: Add peci-aspeed controller driverJae Hyun Yoo2022-02-095-0/+629
* peci: Add core infrastructureIwona Winiarska2022-02-094-0/+194