aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-rzg2l-usbphy-ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-20reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR stringBiju Das1-1/+1
2026-02-23reset: rzg2l-usbphy-ctrl: Check pwrrdy is valid before using itClaudiu Beznea1-0/+3
2026-01-24reset: rzg2l-usbphy-ctrl: Add suspend/resume supportClaudiu Beznea1-15/+84
2026-01-24reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_b...Claudiu Beznea1-4/+7
2025-11-18reset: rzg2l-usbphy-ctrl: Fix a NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2025-11-18reset: rzg2l-usbphy-ctrl: Add support for RZ/G3S SoCClaudiu Beznea1-0/+4
2025-11-18reset: rzg2l-usbphy-ctrl: Add support for USB PWRRDYClaudiu Beznea1-0/+56
2025-01-15Merge tag 'reset-fixes-for-v6.13' of git://git.pengutronix.de/pza/linux into ...Arnd Bergmann1-0/+1
2024-12-06reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated deviceClaudiu Beznea1-0/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2024-07-03reset: renesas: Add USB VBUS regulator device as childBiju Das1-0/+31
2024-06-21reset: rzg2l-usbphy-ctrl: Move reset controller registrationBiju Das1-13/+19
2024-03-25reset: rzg2l-usbphy-ctrl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-04-04reset: renesas: Check return value of reset_control_deassert()Heiner Kallweit1-1/+3
2021-12-15reset: renesas: Fix Runtime PM usageHeiner Kallweit1-1/+6
2021-07-27reset: renesas: Add RZ/G2L usbphy control driverBiju Das1-0/+175