summaryrefslogtreecommitdiff
path: root/drivers/reset
Commit message (Expand)AuthorAgeFilesLines
* reset: stm32: adapt driver for stm32mp1Patrick Delaunay2018-03-192-7/+31
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-2/+2
* rockchip: reset: support a (common) rockchip reset driversElaine Zhang2018-01-093-0/+143
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* sti: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* reset: uniphier: fix the first argument passed to dev_err()Masahiro Yamada2017-10-151-1/+2
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-5/+5
* dm: reset: add stm32 reset driverPatrice Chotard2017-09-223-0/+88
* reset: uniphier: add PXs3 supportMasahiro Yamada2017-08-301-0/+23
* reset: uniphier: fix compatible for SD reset node for LD11/LD20Masahiro Yamada2017-08-301-1/+5
* reset: uniphier: refactor reset data and add NAND/eMMC reset linesMasahiro Yamada2017-08-201-46/+17
* ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada2017-08-201-11/+3
* reset: add reset_release_all()Patrice Chotard2017-07-281-0/+25
* reset: add reset_request()Patrice Chotard2017-07-281-0/+9
* ARM: uniphier: fix various sparse warningsMasahiro Yamada2017-06-251-9/+9
* reset: sti: add deassert counter in reset channel descriptorPatrice Chotard2017-06-051-11/+30
* dm: reset: Update uclass to support livetreeSimon Glass2017-06-011-11/+10
* dm: Rename dev_addr..() functionsSimon Glass2017-06-012-2/+2
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* dm: reset: add BCM6345 reset driverÁlvaro Fernández Rojas2017-05-103-0/+96
* aspeed: Reset Drivermaxims@google.com2017-05-083-0/+117
* reset: Add STi reset supportPatrice Chotard2017-03-263-0/+329
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-3/+3
* reset: uniphier: add reset controller driver for UniPhier SoCsMasahiro Yamada2016-10-103-0/+386
* reset: implement a driver for the Tegra CARStephen Warren2016-09-273-0/+80
* reset: add Tegra186 reset driverStephen Warren2016-08-153-0/+89
* reset: implement a reset testStephen Warren2016-06-194-0/+173
* Add a reset driver framework/uclassStephen Warren2016-06-193-0/+151