aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/reset/at91-reset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-02power: reset: at91-reset: use devm_of_iomapClaudiu Beznea1-2/+2
2020-03-08power: reset: at91-reset: handle nrst async for sam9x60Claudiu.Beznea@microchip.com1-0/+8
2020-03-08power: reset: at91-reset: get rid of at91_reset_dataClaudiu.Beznea@microchip.com1-28/+9
2020-03-08power: reset: at91-reset: keep only one reset functionClaudiu.Beznea@microchip.com1-49/+3
2020-03-08power: reset: at91-reset: make at91sam9g45_restart() genericClaudiu.Beznea@microchip.com1-15/+6
2020-03-08power: reset: at91-reset: introduce ramc_lpr to struct at91_resetClaudiu.Beznea@microchip.com1-8/+18
2020-03-08power: reset: at91-reset: use r4 as tmp argumentClaudiu.Beznea@microchip.com1-3/+3
2020-03-08power: reset: at91-reset: introduce args member in at91_reset_dataClaudiu.Beznea@microchip.com1-16/+11
2020-03-08power: reset: at91-reset: introduce struct at91_reset_dataClaudiu.Beznea@microchip.com1-6/+44
2020-03-08power: reset: at91-reset: devm_kzalloc() for at91_reset data structureClaudiu.Beznea@microchip.com1-2/+13
2020-03-08power: reset: at91-reset: pass rstc base address to at91_reset_status()Claudiu.Beznea@microchip.com1-3/+4
2020-03-08power: reset: at91-reset: convert reset in pointer to struct at91_resetClaudiu.Beznea@microchip.com1-23/+27
2020-03-08power: reset: at91-reset: add notifier block to struct at91_resetClaudiu.Beznea@microchip.com1-7/+5
2020-03-08power: reset: at91-reset: add sclk to struct at91_resetClaudiu.Beznea@microchip.com1-8/+7
2020-03-08power: reset: at91-reset: add ramc_base[] to struct at91_resetClaudiu.Beznea@microchip.com1-6/+6
2020-03-08power: reset: at91-reset: introduce struct at91_resetClaudiu.Beznea@microchip.com1-9/+17
2019-10-20power: reset: at91: fix __le32 cast in reset codeBen Dooks (Codethink)1-4/+2
2019-02-20power: reset: at91-reset: add support for sam9x60 SoCNicolas Ferre1-0/+13
2018-03-19power: reset: at91-reset: Switch from the pr_*() to the dev_*() logging functionsLadislav Michl1-2/+2
2017-01-18power: reset: at91-reset: remove leftover platform_device_idAlexandre Belloni1-8/+0
2017-01-18power: reset: at91-reset: add samx7 supportSzemző András1-0/+10
2016-10-19power: reset: at91-reset: Fix module autoloadJavier Martinez Canillas1-0/+2
2015-12-05power/reset: at91-reset: add missing of_node_putJulia Lawall1-0/+1
2015-09-22power: reset: at91-reset/trivial: driver applies to SAMA5 family as wellNicolas Ferre1-1/+1
2015-09-22power/reset: at91-reset: get and use slow clockAlexandre Belloni1-1/+16
2015-09-22power/reset: at91-reset: allow compiling as a moduleAlexandre Belloni1-3/+14
2015-09-22power/reset: at91-reset: remove useless at91_reset_platform_probe()Alexandre Belloni1-44/+3
2015-07-20power: reset: at91: add sama5d3 reset functionJosh Wu1-7/+19
2015-05-23power: at91-reset: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-04-30power/reset: at91: fix return value check in at91_reset_platform_probe()Wei Yongjun1-2/+2
2015-03-26power/reset: at91: big endian fixes for atsama5d3xBen Dooks1-4/+4
2015-03-20power: constify of_device_id arrayFabian Frederick1-2/+2
2015-01-25power/reset: at91: Register with kernel restart handlerGuenter Roeck1-10/+18
2014-11-13ARM: at91: move sdramc/ddrsdr header to include/soc/at91Alexandre Belloni1-2/+2
2014-10-22power: reset: at91-reset: fix power down registerAlexandre Belloni1-2/+2
2014-07-15power: reset: Add AT91 reset driverMaxime Ripard1-0/+252