aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
2019-11-01ARC: HSDK: introduce reset driverEugeniy Paltsev3-0/+124
2019-10-25reset: add reset controller driver for MediaTek MIPS platformWeijie Gao3-0/+90
2019-10-08imx: add support for i.MX7/i.MX8MQ reset controllerPatrick Wildt3-0/+320
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-21sysreset: add support for socfpga sysresetSimon Goldschmidt1-0/+19
2019-05-10reset: socfpga: convert to livetreeSimon Goldschmidt1-3/+1
2019-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-17/+36
2019-05-09reset: Get the RESET by index without deviceJagan Teki1-17/+36
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+1
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini1-0/+1
2019-04-23reset: add reset driver for HiSilicon platformShawn Guo3-0/+110
2019-04-17reset: socfpga: add reset handling for old kernelsSimon Goldschmidt1-0/+44
2019-04-17reset: socfpga: rename membase ptr to modrst_baseSimon Goldschmidt1-5/+6
2019-04-10reset-meson: Add AXG reset compatibleNeil Armstrong1-0/+1
2019-01-18reset: Add Allwinner RESET driverJagan Teki3-0/+133
2019-01-14reset: MedaiTek: add reset controller driver for MediaTek SoCsWeijie Gao3-0/+110
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-1/+2
2018-09-11reset: Introduce TI System Control Interface (TI SCI) reset driverAndreas Dannenberg3-0/+215
2018-09-11dm: reset: Update uclass to allow querying reset statusAndreas Dannenberg1-0/+9
2018-07-20misc: stm32: Add STM32MP1 supportPatrick Delaunay1-13/+3
2018-06-23reset: uniphier: sync reset data with Linux 4.18-rc1Masahiro Yamada1-5/+8
2018-06-01reset: bcm6345: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada1-1/+1
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-26/+13
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-04-18Merge git://git.denx.de/u-boot-uniphierTom Rini1-0/+5
2018-04-18reset: uniphier: add ethernet reset control supportKunihiko Hayashi1-0/+5
2018-04-17Merge git://git.denx.de/u-boot-socfpgaTom Rini3-0/+113
2018-04-17reset: fix reset_get_bulk when phandle errorNeil Armstrong1-2/+2
2018-04-17reset: socfpga: add reset driver for SoCFPGA platformDinh Nguyen3-0/+113
2018-04-10reset: add sandbox test for bulk APINeil Armstrong2-1/+30
2018-04-10reset: Add get/assert/deassert/release for bulk of reset signalsNeil Armstrong1-0/+60
2018-04-10reset: Add Amlogic Meson Reset ControllerNeil Armstrong3-0/+99
2018-03-19reset: stm32: adapt driver for stm32mp1Patrick Delaunay2-7/+31
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-2/+2
2018-01-09rockchip: reset: support a (common) rockchip reset driversElaine Zhang3-0/+143
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-28reset: add reset_release_all()Patrice Chotard1-0/+25
2017-07-28reset: 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