summaryrefslogtreecommitdiff
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-15reset: uniphier: fix the first argument passed to dev_err()Masahiro Yamada1-1/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-5/+5
2017-09-22dm: reset: add stm32 reset driverPatrice Chotard3-0/+88
2017-08-30reset: uniphier: add PXs3 supportMasahiro Yamada1-0/+23
2017-08-30reset: uniphier: fix compatible for SD reset node for LD11/LD20Masahiro Yamada1-1/+5
2017-08-20reset: uniphier: refactor reset data and add NAND/eMMC reset linesMasahiro Yamada1-46/+17
2017-08-20ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada1-11/+3
2017-07-29reset: add reset_release_all()Patrice Chotard1-0/+25
2017-07-29reset: add reset_request()Patrice Chotard1-0/+9
2017-06-25ARM: uniphier: fix various sparse warningsMasahiro Yamada1-9/+9
2017-06-05reset: sti: add deassert counter in reset channel descriptorPatrice Chotard1-11/+30
2017-06-01dm: reset: Update uclass to support livetreeSimon Glass1-11/+10
2017-06-01dm: Rename dev_addr..() functionsSimon Glass2-2/+2
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-05-10dm: reset: add BCM6345 reset driverÁlvaro Fernández Rojas3-0/+96
2017-05-08aspeed: Reset Drivermaxims@google.com3-0/+117
2017-03-26reset: Add STi reset supportPatrice Chotard3-0/+329
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-3/+3
2016-10-10reset: uniphier: add reset controller driver for UniPhier SoCsMasahiro Yamada3-0/+386
2016-09-27reset: implement a driver for the Tegra CARStephen Warren3-0/+80
2016-08-15reset: add Tegra186 reset driverStephen Warren3-0/+89
2016-06-20reset: implement a reset testStephen Warren4-0/+173
2016-06-20Add a reset driver framework/uclassStephen Warren3-0/+151