aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/apple
AgeCommit message (Expand)AuthorFilesLines
2024-01-30soc: apple: mailbox: error pointers are negative integersLinus Torvalds1-3/+3
2023-11-23soc: apple: mailbox: Add explicit include of platform_device.hRob Herring1-0/+1
2023-11-23soc: apple: mailbox: Rename config symbol to APPLE_MAILBOXHector Martin2-4/+3
2023-11-23soc: apple: rtkit: Port to the internal mailbox driverHector Martin3-80/+31
2023-11-23soc: apple: mailbox: Add ASC/M3 mailbox driverHector Martin4-0/+502
2023-11-23soc: apple: rtkit: Get rid of apple_rtkit_send_message_waitHector Martin1-32/+0
2023-09-20pmdomain: apple: Move Kconfig option to the pmdomain subsystemUlf Hansson1-13/+0
2023-07-11soc: apple: Move power-domain driver to the genpd dirUlf Hansson2-328/+0
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-13soc: apple: apple-pmgr-pwrstate: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-28soc: apple: rtkit: Crop syslog messagesMartin PoviĊĦer1-1/+13
2023-03-28soc: apple: rtkit: Fix buffer address field widthAsahi Lina1-1/+1
2023-02-13soc: apple: rtkit: Do not copy the reg state structure to the stackAsahi Lina1-13/+13
2023-01-31soc: apple: rtkit: Add register dump decoding to crashlogAsahi Lina1-0/+93
2023-01-31soc: apple: rtkit: Export non-devm init/free functionsAsahi Lina1-5/+10
2023-01-31soc: apple: apple-pmgr-pwrstate: Switch to IRQ-safe modeHector Martin1-4/+7
2023-01-31soc: apple: rtkit: Add apple_rtkit_idle() functionHector Martin1-0/+21
2022-11-28soc: apple: rtkit: Stop casting function pointer signaturesSven Peter1-3/+4
2022-11-28soc: apple: sart: Stop casting function pointer signaturesSven Peter1-1/+6
2022-09-17soc: apple: rtkit: Add apple_rtkit_pollHector Martin1-0/+6
2022-05-02soc: apple: Add SART driverSven Peter3-0/+342
2022-05-01soc: apple: Add RTKit IPC librarySven Peter5-0/+1190
2021-12-15soc: apple: apple-pmgr-pwrstate: Do not build as a moduleHector Martin1-1/+1
2021-12-12soc: apple: apple-pmgr-pwrstate: Add auto-PM min level supportHector Martin1-0/+7
2021-12-07soc: apple: Add driver for Apple PMGR power state controlsHector Martin3-0/+341