u-boot-brain/drivers/sysreset
Bin Meng 9cdfade85e sysreset: syscon: Support value property
Per the DT binding, <mask> and <value> property can have either one
or both, and if <value> is missing, <mask> should be used, which is
what current U-Boot sysreset_syscon driver supports.

This adds support to the <value> property to the driver, and <mask>
semantics is updated to really be a mask to the value if both exist.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>
2020-07-24 14:55:49 +08:00
..
Kconfig sysreset: Add Octeon sysreset driver 2020-07-18 14:23:25 +02:00
Makefile sysreset: Add Octeon sysreset driver 2020-07-18 14:23:25 +02:00
sysreset_ast.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
sysreset_gpio.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
sysreset_microblaze.c sysreset: Add support for Microblaze soft reset jump 2018-07-19 10:49:55 +02:00
sysreset_mpc83xx.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
sysreset_mpc83xx.h mpc83xx: Add sysreset driver 2018-09-18 00:01:18 -06:00
sysreset_octeon.c sysreset: Add Octeon sysreset driver 2020-07-18 14:23:25 +02:00
sysreset_psci.c sysreset: switch to using SYSRESET_POWER_OFF for poweroff 2019-08-19 12:43:26 +08:00
sysreset_resetctl.c sysreset: add reset controller based reboot driver 2020-04-27 20:29:33 +02:00
sysreset_rockchip.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
sysreset_sandbox.c sysreset: switch to using SYSRESET_POWER_OFF for poweroff 2019-08-19 12:43:26 +08:00
sysreset_socfpga_s10.c sysreset: socfpga: stratix10: add sysreset driver 2019-07-21 12:45:10 +02:00
sysreset_socfpga.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
sysreset_sti.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
sysreset_syscon.c sysreset: syscon: Support value property 2020-07-24 14:55:49 +08:00
sysreset_watchdog.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sysreset_x86.c x86: Move acpi_s3.h to include/acpi/ 2020-04-16 14:36:28 +08:00
sysreset_xtfpga.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sysreset-ti-sci.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
sysreset-uclass.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00