summaryrefslogtreecommitdiffstats
path: root/drivers/power/reset/at91-reset.c
Commit message (Expand)AuthorAgeFilesLines
* power: reset: at91-reset: add support for SAMA7G5Claudiu Beznea2022-06-171-0/+13
* power: reset: at91-reset: add reset_controller_dev supportClaudiu Beznea2022-06-171-4/+102
* power: reset: at91-reset: add at91_reset_dataClaudiu Beznea2022-06-171-11/+34
* power: reset: at91-reset: document structures and enumsClaudiu Beznea2022-06-171-0/+20
* power: reset: at91-reset: check properly the return value of devm_of_iomapClaudiu Beznea2021-10-021-2/+2
* power: reset: at91-reset: use devm_of_iomapClaudiu Beznea2021-04-021-2/+2
* power: reset: at91-reset: handle nrst async for sam9x60Claudiu.Beznea@microchip.com2020-03-081-0/+8
* power: reset: at91-reset: get rid of at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-28/+9
* power: reset: at91-reset: keep only one reset functionClaudiu.Beznea@microchip.com2020-03-081-49/+3
* power: reset: at91-reset: make at91sam9g45_restart() genericClaudiu.Beznea@microchip.com2020-03-081-15/+6
* power: reset: at91-reset: introduce ramc_lpr to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-8/+18
* power: reset: at91-reset: use r4 as tmp argumentClaudiu.Beznea@microchip.com2020-03-081-3/+3
* power: reset: at91-reset: introduce args member in at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-16/+11
* power: reset: at91-reset: introduce struct at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-6/+44
* power: reset: at91-reset: devm_kzalloc() for at91_reset data structureClaudiu.Beznea@microchip.com2020-03-081-2/+13
* power: reset: at91-reset: pass rstc base address to at91_reset_status()Claudiu.Beznea@microchip.com2020-03-081-3/+4
* power: reset: at91-reset: convert reset in pointer to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-23/+27
* power: reset: at91-reset: add notifier block to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-7/+5
* power: reset: at91-reset: add sclk to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-8/+7
* power: reset: at91-reset: add ramc_base[] to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-6/+6
* power: reset: at91-reset: introduce struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-9/+17
* power: reset: at91: fix __le32 cast in reset codeBen Dooks (Codethink)2019-10-201-4/+2
* power: reset: at91-reset: add support for sam9x60 SoCNicolas Ferre2019-02-201-0/+13
* power: reset: at91-reset: Switch from the pr_*() to the dev_*() logging funct...Ladislav Michl2018-03-191-2/+2
* power: reset: at91-reset: remove leftover platform_device_idAlexandre Belloni2017-01-181-8/+0
* power: reset: at91-reset: add samx7 supportSzemző András2017-01-181-0/+10
* power: reset: at91-reset: Fix module autoloadJavier Martinez Canillas2016-10-191-0/+2
* power/reset: at91-reset: add missing of_node_putJulia Lawall2015-12-051-0/+1
* power: reset: at91-reset/trivial: driver applies to SAMA5 family as wellNicolas Ferre2015-09-221-1/+1
* power/reset: at91-reset: get and use slow clockAlexandre Belloni2015-09-221-1/+16
* power/reset: at91-reset: allow compiling as a moduleAlexandre Belloni2015-09-221-3/+14
* power/reset: at91-reset: remove useless at91_reset_platform_probe()Alexandre Belloni2015-09-221-44/+3
* power: reset: at91: add sama5d3 reset functionJosh Wu2015-07-201-7/+19
* power: at91-reset: Constify platform_device_idKrzysztof Kozlowski2015-05-231-1/+1
* power/reset: at91: fix return value check in at91_reset_platform_probe()Wei Yongjun2015-04-301-2/+2
* power/reset: at91: big endian fixes for atsama5d3xBen Dooks2015-03-261-4/+4
* power: constify of_device_id arrayFabian Frederick2015-03-201-2/+2
* power/reset: at91: Register with kernel restart handlerGuenter Roeck2015-01-251-10/+18
* ARM: at91: move sdramc/ddrsdr header to include/soc/at91Alexandre Belloni2014-11-131-2/+2
* power: reset: at91-reset: fix power down registerAlexandre Belloni2014-10-221-2/+2
* power: reset: Add AT91 reset driverMaxime Ripard2014-07-151-0/+252