Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ca4134a63f1d8dcd7a0df6cb0833b6f1ac211c81
/
drivers
/
reset
ca4134a
reset: reset-rockchip: fix trivial line spacing alignment
by Eugen Hristev
· Tue Apr 11 10:20:40 2023 +0300
b417f06
reset: starfive: jh7110: Add reset driver for StarFive JH7110 SoC
by Yanhong Wang
· Wed Mar 29 11:42:11 2023 +0800
91e7fd3
reset: uniphier: Add USB glue reset support
by Kunihiko Hayashi
· Mon Feb 20 14:50:30 2023 +0900
6078bff
reset: Allow reset_get_by_name() with NULL name
by Samuel Holland
· Sat Jan 21 18:02:52 2023 -0600
bdcfc7d
reset: at91: Add reset driver for basic assert/deassert operations
by Sergiu Moga
· Wed Jan 04 16:03:18 2023 +0200
dac2b17
reset: zynqmp: Enable reset driver for Versal NET
by Jay Buddhabhatti
· Mon Sep 19 14:21:08 2022 +0200
51243be
reset: qcom: Add support for QCS404 SoC reset table
by Sumit Garg
· Thu Aug 04 19:57:12 2022 +0530
2cf66c45
reset: Convert ipq4019 driver to a generic Qcom driver
by Sumit Garg
· Thu Aug 04 19:57:11 2022 +0530
a3a4cc8
reset: zynqmp: Add reset driver support for versal
by T Karthik Reddy
· Wed Jul 20 03:59:57 2022 -0600
86b561c
reset: sunxi: Reuse the platform data from the clock driver
by Samuel Holland
· Mon May 09 00:29:37 2022 -0500
24a870c
reset: sunxi: Convert driver private data to platform data
by Samuel Holland
· Mon May 09 00:29:36 2022 -0500
1567fdf
reset: sunxi: Get the reset count from the CCU descriptor
by Samuel Holland
· Mon May 09 00:29:33 2022 -0500
09df10d
reset/aspeed: Implement status callback
by Joel Stanley
· Thu Jun 23 14:40:37 2022 +0930
5f35e28
reset: scmi: support SCMI multi-channel
by Etienne Carriere
· Tue May 31 18:09:26 2022 +0200
a1e8751
firmware: scmi: prepare scmi uclass API to multi-channel
by Etienne Carriere
· Tue May 31 18:09:18 2022 +0200
f817d17
reset: Return 0 if ops unimplemented and remove empty functions
by Marek Vasut
· Tue Apr 26 23:43:30 2022 +0200
2f26c04
scmi: change parameter dev in devm_scmi_process_msg
by Etienne Carriere
· Mon Feb 21 09:22:40 2022 +0100
0c0bdbb
reset: dra7: Add a reset driver
by Keerthy
· Thu Jan 27 13:16:51 2022 +0100
a1b654b
treewide: invaild -> invalid
by Sean Anderson
· Wed Dec 01 14:26:53 2021 -0500
1b58506
reset: scmi: define LOG_CATEGORY
by Patrick Delaunay
· Thu Oct 28 19:13:12 2021 +0200
12e3faa
clk: sunxi: Move header out of arch directory
by Samuel Holland
· Sun Sep 12 11:48:43 2021 -0500
9d328a6
WS cleanup: remove trailing white space
by Wolfgang Denk
· Mon Sep 27 17:42:38 2021 +0200
3fd6633
WS cleanup: remove trailing empty lines
by Wolfgang Denk
· Mon Sep 27 17:42:36 2021 +0200
f0e4769
reset: zynqmp: Add reset controller for ZynqMP SoC
by Michal Simek
· Fri Jul 30 08:00:10 2021 +0200
39c1106
reset: ast2600: Fix missing reference operator
by Chia-Wei Wang
· Tue Jul 20 15:01:36 2021 +0800
956cd30
reset: Avoid a warning in devm_reset_bulk_get_by_node()
by Simon Glass
· Thu May 13 19:39:21 2021 -0600
2dcb469
reset: uniphier: Add PCIe reset entry
by Kunihiko Hayashi
· Tue Jul 06 19:01:07 2021 +0900
8131335
dm: define LOG_CATEGORY for all uclass
by Patrick Delaunay
· Tue Apr 27 11:02:19 2021 +0200
2e5da52
board: sifive: add HiFive Unmatched board support
by Green Wan
· Thu May 27 06:52:13 2021 -0700
ecefa5f
drivers: clk: add fu740 support
by Green Wan
· Thu May 27 06:52:08 2021 -0700
4818697
reset: stm32: Fix bank and offset computation
by Patrice Chotard
· Wed Apr 28 13:42:45 2021 +0200
6198db6
reset: fix reset_get_by_index_nodev index handling
by Neil Armstrong
· Tue Apr 20 10:42:26 2021 +0200
e9ead4a
riscv: sifive: Rename fu540 board to unleashed
by Bin Meng
· Wed Mar 17 11:10:58 2021 +0800
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
3260234
reset: reset-mtmips: add DM_FLAG_PRE_RELOC flag
by developer
· Thu Nov 12 16:37:14 2020 +0800
7114051
reset: aspeed: Add AST2600 reset support
by Chia-Wei, Wang
· Mon Dec 14 13:54:26 2020 +0800
ecb23b5
reset: stm32-reset: migrate trace to dev and log macro
by Patrick Delaunay
· Fri Nov 06 19:01:48 2020 +0100
bb721de
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
by Tom Rini
· Tue Jan 05 22:34:43 2021 -0500
e6256ce
Merge tag 'v2021.01-rc5' into next
by Tom Rini
· Tue Jan 05 16:20:26 2021 -0500
65130cd
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
by Simon Glass
· Mon Dec 28 20:34:56 2020 -0700
a7ece58
dm: core: Access device ofnode through functions
by Simon Glass
· Sat Dec 19 10:40:14 2020 -0700
9558862
dm: Use access methods for dev/uclass private data
by Simon Glass
· Tue Dec 22 19:30:28 2020 -0700
aad29ae
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
by Simon Glass
· Thu Dec 03 16:55:21 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
5d9950d
treewide: Update email address Patrick Delaunay and Patrice Chotard
by Patrice Chotard
· Wed Dec 02 18:47:30 2020 +0100
4290573
reset: stm32: Add support of MCU HOLD BOOT
by Patrick Delaunay
· Thu Oct 15 15:01:11 2020 +0200
b39ef89
cosmetic: reset: ast2500: Rename driver and configs
by Chia-Wei, Wang
· Thu Oct 15 10:25:14 2020 +0800
acc7836
reset: ast2500: Use SCU for reset control
by Chia-Wei, Wang
· Thu Oct 15 10:25:13 2020 +0800
d776a84
dm: add cells_count parameter in *_count_phandle_with_args
by Patrick Delaunay
· Fri Sep 25 09:41:14 2020 +0200
c6e9af3
reset: add reset controller driver for SCMI agents
by Etienne Carriere
· Wed Sep 09 18:44:06 2020 +0200
880c5c7
test: reset: Add tests for the managed API
by Jean-Jacques Hiblot
· Wed Sep 09 15:37:04 2020 +0530
5be97a3
drivers: reset: Add a managed API to get reset controllers from the DT
by Jean-Jacques Hiblot
· Wed Sep 09 15:37:03 2020 +0530
f5edc7a
reset: Add IPQ40xx reset controller driver
by Robert Marko
· Thu Sep 10 16:00:02 2020 +0200
32822d0
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
by Masahiro Yamada
· Tue Aug 04 14:14:43 2020 +0900
2732b2d
configs: reset: fu540: enable dm reset framework for SiFive
by Sagar Shrikant Kadam
· Wed Jul 29 02:36:14 2020 -0700
e1ff6eb
sifive: reset: add DM based reset driver for SiFive SoC's
by Sagar Shrikant Kadam
· Wed Jul 29 02:36:13 2020 -0700
a89b4de
treewide: convert devfdt_get_addr() to dev_read_addr()
by Masahiro Yamada
· Fri Jul 17 14:36:48 2020 +0900
5a9ecb2
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
by Tom Rini
· Fri Jul 24 08:42:06 2020 -0400
a831cef
treewide: convert devfdt_get_addr() to dev_read_addr()
by Masahiro Yamada
· Fri Jul 17 14:36:48 2020 +0900
057bbbd
reset: Add Raspberry Pi 4 firmware reset controller
by Nicolas Saenz Julienne
· Mon Jun 29 18:37:23 2020 +0200
0c1f6bf
reset: Add generic reset driver
by Sean Anderson
· Wed Jun 24 06:41:14 2020 -0400
4dcacfc
common: Drop linux/bitops.h from common header
by Simon Glass
· Sun May 10 11:40:13 2020 -0600
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
e3d9c99
drivers/reset/Kconfig: fix typo
by Trevor Woerner
· Wed May 06 08:02:43 2020 -0400
2bcc1ed
rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32
by Trevor Woerner
· Wed May 06 08:02:42 2020 -0400
b7b1838
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Tue Feb 11 10:58:41 2020 -0500
9bc1564
dm: core: Create a new header file for 'compat' features
by Simon Glass
· Mon Feb 03 07:36:16 2020 -0700
d66c5f7
dm: core: Require users of devres to include the header
by Simon Glass
· Mon Feb 03 07:36:15 2020 -0700
1928cd4
reset: Rename free() to rfree()
by Simon Glass
· Mon Feb 03 07:35:52 2020 -0700
30f1775
reset: socfpga: Poll for reset status after deassert reset
by Ley Foon Tan
· Fri Jan 10 13:48:37 2020 +0800
062da42
ARC: HSDK: introduce reset driver
by Eugeniy Paltsev
· Tue Oct 08 19:29:30 2019 +0300
074393a
reset: add reset controller driver for MediaTek MIPS platform
by developer
· Wed Sep 25 17:45:29 2019 +0800
dbc644f
imx: add support for i.MX7/i.MX8MQ reset controller
by Patrick Wildt
· Thu Oct 03 16:08:35 2019 +0200
0af6e2d
env: Move env_get() to env.h
by Simon Glass
· Thu Aug 01 09:46:52 2019 -0600
fc82466
sysreset: add support for socfpga sysreset
by Simon Goldschmidt
· Mon Jul 15 21:47:55 2019 +0200
e5291ad
reset: socfpga: convert to livetree
by Simon Goldschmidt
· Thu May 09 22:11:59 2019 +0200
19bbb32
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· Wed May 08 16:21:43 2019 -0400
01af115
reset: Get the RESET by index without device
by Jagan Teki
· Thu Feb 28 00:26:55 2019 +0530
9fbe17c
rockchip: use 'arch-rockchip' as header file path
by Kever Yang
· Thu Mar 28 11:01:23 2019 +0800
e59d7eb
Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic
by Tom Rini
· Wed Apr 24 12:26:25 2019 -0400
8aa8f30
reset: add reset driver for HiSilicon platform
by Shawn Guo
· Wed Mar 20 15:32:39 2019 +0800
e568bb7
reset: socfpga: add reset handling for old kernels
by Simon Goldschmidt
· Fri Mar 01 20:12:32 2019 +0100
53a0cf5
reset: socfpga: rename membase ptr to modrst_base
by Simon Goldschmidt
· Fri Mar 01 20:12:30 2019 +0100
cbf5ea5
reset-meson: Add AXG reset compatible
by Neil Armstrong
· Tue Mar 26 11:25:44 2019 +0100
7f6c2a8
reset: Add Allwinner RESET driver
by Jagan Teki
· Fri Jan 18 22:18:13 2019 +0530
d48dd9a
reset: MedaiTek: add reset controller driver for MediaTek SoCs
by developer
· Thu Dec 20 16:12:51 2018 +0800
d6e53c7
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
by Patrick Delaunay
· Fri Oct 26 09:02:52 2018 +0200
4cfdf4d
reset: Introduce TI System Control Interface (TI SCI) reset driver
by Andreas Dannenberg
· Mon Aug 27 15:57:41 2018 +0530
e2bc740
dm: reset: Update uclass to allow querying reset status
by Andreas Dannenberg
· Mon Aug 27 15:57:39 2018 +0530
b139a5b
misc: stm32: Add STM32MP1 support
by Patrick Delaunay
· Mon Jul 09 15:17:20 2018 +0200
096c466
reset: uniphier: sync reset data with Linux 4.18-rc1
by Masahiro Yamada
· Tue Jun 19 16:11:43 2018 +0900
1538532
reset: bcm6345: convert to use live dt
by Álvaro Fernández Rojas
· Thu Mar 22 19:39:31 2018 +0100
e4873e3
regmap: change regmap_init_mem() to take ofnode instead udevice
by Masahiro Yamada
· Thu Apr 19 12:14:03 2018 +0900
54c5ecb
regmap: clean up regmap allocation
by Masahiro Yamada
· Thu Apr 19 12:14:01 2018 +0900
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· Wed Apr 18 13:50:47 2018 -0400
992e12a
Merge git://git.denx.de/u-boot-uniphier
by Tom Rini
· Wed Apr 18 16:24:26 2018 -0400
6cce837
reset: uniphier: add ethernet reset control support
by Kunihiko Hayashi
· Wed Apr 18 10:06:07 2018 +0900
6030c05
Merge git://git.denx.de/u-boot-socfpga
by Tom Rini
· Tue Apr 17 17:45:28 2018 -0400
Next »