summaryrefslogtreecommitdiff
path: root/drivers/soc/hisilicon/kunpeng_hccs.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-01Merge tag 'hisi-drivers-for-6.13' of https://github.com/hisilicon/linux-hisi ...Arnd Bergmann1-15/+499
2024-11-01soc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-14soc: hisilicon: kunpeng_hccs: Support low power feature for the specified HCC...Huisong Li1-1/+375
2024-10-14soc: hisilicon: kunpeng_hccs: Add used HCCS types sysfsHuisong Li1-1/+101
2024-10-14soc: hisilicon: kunpeng_hccs: Fix the 'lane_mode' field name in port info str...Huisong Li1-2/+2
2024-10-14soc: hisilicon: kunpeng_hccs: Add the check for base address and size of shar...Huisong Li1-9/+15
2024-10-14soc: hisilicon: kunpeng_hccs: Return failure on having not die or port inform...Huisong Li1-2/+6
2024-10-14soc: hisilicon: kunpeng_hccs: Fix a PCC typoHuisong Li1-1/+1
2024-04-25soc: hisilicon: kunpeng_hccs: Add the check for obtaining complete port attri...Huisong Li1-0/+6
2023-12-07soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interru...Huisong Li1-25/+110
2023-12-07soc: hisilicon: kunpeng_hccs: Remove an unused blank lineHuisong Li1-1/+0
2023-12-07soc: hisilicon: kunpeng_hccs: Add failure log for no _CRS methodHuisong Li1-1/+3
2023-12-07soc: hisilicon: kunpeng_hccs: Fix some incorrect format stringsHuisong Li1-6/+6
2023-11-02Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+2
2023-10-15soc/hisilicon: kunpeng_hccs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29soc: kunpeng_hccs: Migrate to use generic PCC shmem related macrosSudeep Holla1-6/+2
2023-08-22soc: kunpeng_hccs: fix some sparse warnings about incorrect typeHuisong Li1-6/+7
2023-08-12soc: kunpeng_hccs: fix size_t format stringArnd Bergmann1-1/+1
2023-08-08soc: hisilicon: add sysfs entry to query information of HCCSHuisong Li1-0/+638
2023-08-08soc: hisilicon: Support HCCS driver on Kunpeng SoCHuisong Li1-0/+637