summaryrefslogtreecommitdiffstats
path: root/drivers/reset
Commit message (Expand)AuthorAgeFilesLines
* reset: socfpga: convert to livetreeSimon Goldschmidt2019-05-101-3/+1
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-081-17/+36
|\
| * reset: Get the RESET by index without deviceJagan Teki2019-05-091-17/+36
* | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+1
* | Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini2019-04-241-0/+1
|\ \
| * | reset-meson: Add AXG reset compatibleNeil Armstrong2019-04-101-0/+1
| |/
* | reset: add reset driver for HiSilicon platformShawn Guo2019-04-233-0/+110
* | reset: socfpga: add reset handling for old kernelsSimon Goldschmidt2019-04-171-0/+44
* | reset: socfpga: rename membase ptr to modrst_baseSimon Goldschmidt2019-04-171-5/+6
|/
* reset: Add Allwinner RESET driverJagan Teki2019-01-183-0/+133
* reset: MedaiTek: add reset controller driver for MediaTek SoCsWeijie Gao2019-01-143-0/+110
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-1/+2
* reset: Introduce TI System Control Interface (TI SCI) reset driverAndreas Dannenberg2018-09-113-0/+215
* dm: reset: Update uclass to allow querying reset statusAndreas Dannenberg2018-09-111-0/+9
* misc: stm32: Add STM32MP1 supportPatrick Delaunay2018-07-201-13/+3
* reset: uniphier: sync reset data with Linux 4.18-rc1Masahiro Yamada2018-06-231-5/+8
* reset: bcm6345: convert to use live dtÁlvaro Fernández Rojas2018-06-011-6/+2
* regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2018-05-071-1/+1
* regmap: clean up regmap allocationMasahiro Yamada2018-05-071-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0713-26/+13
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* Merge git://git.denx.de/u-boot-uniphierTom Rini2018-04-181-0/+5
|\
| * reset: uniphier: add ethernet reset control supportKunihiko Hayashi2018-04-181-0/+5
* | Merge git://git.denx.de/u-boot-socfpgaTom Rini2018-04-173-0/+113
|\ \
| * | reset: socfpga: add reset driver for SoCFPGA platformDinh Nguyen2018-04-173-0/+113
| |/
* / reset: fix reset_get_bulk when phandle errorNeil Armstrong2018-04-171-2/+2
|/
* reset: add sandbox test for bulk APINeil Armstrong2018-04-102-1/+30
* reset: Add get/assert/deassert/release for bulk of reset signalsNeil Armstrong2018-04-101-0/+60
* reset: Add Amlogic Meson Reset ControllerNeil Armstrong2018-04-103-0/+99
* 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