summaryrefslogtreecommitdiff
path: root/drivers/soc/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2025-04-21soc: hisilicon: kunpeng_hccs: Simplify PCC shared memory region handlingSudeep Holla2-29/+15
2025-03-14soc: hisilicon: kunpeng_hccs: Fix incorrect string assemblyHuisong Li1-2/+2
2024-11-01Merge tag 'hisi-drivers-for-6.13' of https://github.com/hisilicon/linux-hisi ...Arnd Bergmann3-19/+535
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 Li3-3/+394
2024-10-14soc: hisilicon: kunpeng_hccs: Add used HCCS types sysfsHuisong Li2-1/+116
2024-10-14soc: hisilicon: kunpeng_hccs: Fix the 'lane_mode' field name in port info str...Huisong Li2-4/+4
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: replace MAILBOX dependency with PCCHuisong 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 Li2-25/+125
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 Li2-7/+8
2023-08-14soc: kunpeng_hccs: add MAILBOX dependencyArnd Bergmann1-0/+1
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 Li2-0/+660
2023-08-08soc: hisilicon: Support HCCS driver on Kunpeng SoCHuisong Li4-0/+828