aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cs42l43.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-30mfd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-01-22Merge tag 'mfd-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-14/+23
2024-12-17mfd: cs42l43: Use devres for remove as wellCharles Keepax1-8/+13
2024-12-17mfd: cs42l43: Increase the SoundWire attach timeoutCharles Keepax1-1/+1
2024-12-17mfd: cs42l43: Use gpiod_set_raw for GPIO operationsCharles Keepax1-4/+6
2024-12-17mfd: cs42l43: Prepare support for updated bios patchMaciej Strozek1-1/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-6/+6
2024-10-31mfd: cs42l43: Disable IRQs during suspendCharles Keepax1-8/+54
2024-10-16mfd: cs42l43: Fix issues in probe error pathsCharles Keepax1-1/+2
2024-05-10mfd: cs42l43: Update patching revision checkCharles Keepax1-6/+30
2024-03-05mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaultsMaciej Strozek1-2/+2
2024-02-29mfd: cs42l43: Fix wrong register defaultsMaciej Strozek1-34/+34
2024-02-23mfd: cs42l43: Handle error from devm_pm_runtime_enable()Charles Keepax1-1/+3
2024-02-23mfd: cs42l43: Add time postfixes on definesCharles Keepax1-18/+18
2024-02-23mfd: cs42l43: Use __u8 type rather than u8 for firmware interfaceCharles Keepax1-2/+2
2024-02-23mfd: cs42l43: Tidy up header includesCharles Keepax1-1/+7
2023-09-23mfd: cs42l43: Use correct macro for new-style PM runtime opsCharles Keepax1-2/+2
2023-08-17mfd: cs42l43: Add support for cs42l43 core driverCharles Keepax1-0/+1188