aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/reset/qcom-pon.c
AgeCommit message (Collapse)AuthorFilesLines
2020-04-28power: reset: qcom-pon: reg write mask depends on pon generationKejia Hu1-1/+2
Instead of hardcode the mask, it should be depends on which generation of pon it was. Signed-off-by: Kejia Hu <[email protected]> Fixes: fce5430f6a86 ("reset: qcom-pon: Add support for gen2 pon") Signed-off-by: Sebastian Reichel <[email protected]>
2019-06-24reset: qcom-pon: Add support for gen2 ponJohn Stultz1-3/+9
Add support for gen2 pon register so "reboot bootloader" can work on pixel3 and db845. Cc: Andy Gross <[email protected]> Cc: David Brown <[email protected]> Cc: Bjorn Andersson <[email protected]> Cc: Amit Pundir <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Sebastian Reichel <[email protected]> Cc: [email protected] Cc: [email protected] Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: John Stultz <[email protected]> v2: * Split out dts changes into separate path * Minor cleanups and remove unused variables Signed-off-by: Sebastian Reichel <[email protected]>
2018-09-20power: reset: qcom-pon: Add pms405 pon supportVinod Koul1-0/+1
Update the binding and driver for pms405 pon. Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
2018-07-06power: reset: qcom-pon: Add Qcom PON driverVinod Koul1-0/+91
Add support Qualcomm PM8xxx PON which is responsible for reboot mode support. Co-developed-by: Bjorn Andersson <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>