Show patches with: Submitter = Rasmus Villemoes       |    Archived = No       |   400 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,08/10] watchdog: add gpio watchdog driver handling all DM watchdogs in watchdog_reset() - - 2 - --- 2021-05-27 Rasmus Villemoes stroese Superseded
[v2,07/10] watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset() handling all DM watchdogs in watchdog_reset() - - 1 - --- 2021-05-27 Rasmus Villemoes stroese Superseded
[v2,06/10] sandbox: disable CONFIG_WATCHDOG_AUTOSTART handling all DM watchdogs in watchdog_reset() - - 2 - --- 2021-05-27 Rasmus Villemoes stroese Superseded
[v2,05/10] watchdog: wdt-uclass.c: keep track of each device's running state handling all DM watchdogs in watchdog_reset() - - 2 - --- 2021-05-27 Rasmus Villemoes stroese Superseded
[v2,04/10] watchdog: wdt-uclass.c: refactor initr_watchdog() handling all DM watchdogs in watchdog_reset() - - 2 - --- 2021-05-27 Rasmus Villemoes stroese Superseded
[v2,03/10] watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition handling all DM watchdogs in watchdog_reset() - - 2 - --- 2021-05-27 Rasmus Villemoes stroese Superseded
[v2,02/10] watchdog: wdt-uclass.c: introduce struct wdt_priv handling all DM watchdogs in watchdog_reset() - - 2 - --- 2021-05-27 Rasmus Villemoes stroese Superseded
[v2,01/10] watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now() handling all DM watchdogs in watchdog_reset() - - 2 - --- 2021-05-27 Rasmus Villemoes stroese Superseded
fixdep: remove leftover handling of IS_BUILTIN/IS_MODULE fixdep: remove leftover handling of IS_BUILTIN/IS_MODULE - 1 - - --- 2021-05-20 Rasmus Villemoes trini Accepted
[5/5] common/log.c: use vscnprintf() in log_dispatch() assorted printf-related patches - - 1 - --- 2021-05-20 Rasmus Villemoes trini Superseded
[4/5] lib/vsprintf.c: remove unused ip6_addr_string() assorted printf-related patches - - 1 - --- 2021-05-20 Rasmus Villemoes trini Superseded
[3/5] lib/vsprintf.c: remove stale comment assorted printf-related patches - - 1 - --- 2021-05-20 Rasmus Villemoes trini Superseded
[2/5] lib/vsprintf.c: implement printf() in terms of vprintf() assorted printf-related patches - - 1 - --- 2021-05-20 Rasmus Villemoes trini Superseded
[1/5] lib/vsprintf.c: make sure vsnprintf() never returns a negative value assorted printf-related patches - - 1 - --- 2021-05-20 Rasmus Villemoes trini Superseded
remove struct uclass_driver::ops remove struct uclass_driver::ops - - 2 - --- 2021-05-19 Rasmus Villemoes sjg Accepted
[RFC,2/2] global-data.h: add build-time sanity check of sizeof(struct global_data) sizeof(gd_t) sanity checking - - 1 - --- 2021-05-18 Rasmus Villemoes trini Accepted
[RFC,1/2] build_bug.h: add wrapper for _Static_assert sizeof(gd_t) sanity checking - - 1 - --- 2021-05-18 Rasmus Villemoes trini Accepted
[2/2] sandbox: add test of wdt_gpio driver [1/2] watchdog: add gpio watchdog driver - - 1 - --- 2021-05-10 Rasmus Villemoes stroese Superseded
[1/2] watchdog: add gpio watchdog driver [1/2] watchdog: add gpio watchdog driver - - - - --- 2021-05-10 Rasmus Villemoes stroese Superseded
Makefile: fix generation of defaultenv.h from empty initial file Makefile: fix generation of defaultenv.h from empty initial file - - 1 - --- 2021-04-22 Rasmus Villemoes trini Accepted
[v3,2/2] powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD - - 1 - --- 2021-04-21 Rasmus Villemoes stroese Accepted
[v3,1/2] powerpc: lib: remove leftover CONFIG_5xx powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD - - 1 - --- 2021-04-21 Rasmus Villemoes stroese Accepted
[v2,2/2] sandbox: add test of CONFIG_ENV_IMPORT_FDT allow environment to be updated from dtb 1 - 1 - --- 2021-04-21 Rasmus Villemoes trini Accepted
[v2,1/2] env: allow environment to be amended from control dtb allow environment to be updated from dtb 1 - 1 - --- 2021-04-21 Rasmus Villemoes trini Accepted
[resend,2/2] env: add CONFIG_ENV_SECT_SIZE_AUTO add CONFIG_ENV_SECT_SIZE_AUTO - - - - --- 2021-04-14 Rasmus Villemoes trini Accepted
[resend,1/2] env/sf.c: use a variable to hold the sector size add CONFIG_ENV_SECT_SIZE_AUTO - - - - --- 2021-04-14 Rasmus Villemoes trini Accepted
[v4,2/2] allow opting out of WATCHDOG_RESET() from timer interrupt allow opting out of WATCHDOG_RESET() from timer interrupt - - - - --- 2021-04-14 Rasmus Villemoes stroese Accepted
[v4,1/2] timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOG allow opting out of WATCHDOG_RESET() from timer interrupt - - - - --- 2021-04-14 Rasmus Villemoes stroese Accepted
[2/2] sandbox: add test of CONFIG_ENV_IMPORT_FDT allow environment to be updated from dtb - - 1 - --- 2021-04-13 Rasmus Villemoes trini Superseded
[1/2] env: allow environment to be amended from control dtb allow environment to be updated from dtb - - 1 - --- 2021-04-13 Rasmus Villemoes trini Superseded
[v2,2/2] powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD - - 1 - --- 2021-04-13 Rasmus Villemoes stroese Superseded
[v2,1/2] powerpc: lib: remove leftover CONFIG_5xx powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD - - 1 - --- 2021-04-13 Rasmus Villemoes stroese Superseded
watchdog: use time_after_eq() in watchdog_reset() watchdog: use time_after_eq() in watchdog_reset() - - 1 - --- 2021-04-13 Rasmus Villemoes stroese Accepted
powerpc, wdt: disable ratelimiting when disabling interrupts powerpc, wdt: disable ratelimiting when disabling interrupts - - - - --- 2021-04-09 Rasmus Villemoes priyankajain Superseded
[3/3] doc/README.gpt: reflow partition type GUID table add partition type GUID for U-Boot environment - - - - --- 2020-11-20 Rasmus Villemoes trini Accepted
[2/3] doc/README.gpt: define partition type GUID for U-Boot environment add partition type GUID for U-Boot environment - - - - --- 2020-11-20 Rasmus Villemoes trini Accepted
[1/3] lib/uuid.c: change prototype of uuid_guid_get_str() add partition type GUID for U-Boot environment - - - - --- 2020-11-20 Rasmus Villemoes trini Accepted
[5/5] test: add tests for default environment allow default environment to be amended from dtb - - - - --- 2020-11-10 Rasmus Villemoes trini Superseded
[4/5] env: allow default environment to be amended from control dtb allow default environment to be amended from dtb - - - - --- 2020-11-10 Rasmus Villemoes trini Superseded
[3/5] env: make env_set_default_vars() return void allow default environment to be amended from dtb - - - - --- 2020-11-10 Rasmus Villemoes trini Superseded
[2/5] fdtdec: introduce fdtdec_get_config_property allow default environment to be amended from dtb - - 1 - --- 2020-11-10 Rasmus Villemoes trini Superseded
[1/5] fdtdec: make fdtdec_get_config_string() return const char* allow default environment to be amended from dtb - - 1 - --- 2020-11-10 Rasmus Villemoes trini Superseded
[RFC] scripts/setlocalversion: avoid keeping double-quotes in UBOOTRELEASE [RFC] scripts/setlocalversion: avoid keeping double-quotes in UBOOTRELEASE - - - - --- 2020-10-27 Rasmus Villemoes RFC
cli_hush.c: remove broken sanity check cli_hush.c: remove broken sanity check - - - - --- 2020-10-07 Rasmus Villemoes trini Accepted
[v2,3/3] ut: add small hush tests allow positional arguments with "run" - - 1 - --- 2020-10-07 Rasmus Villemoes trini Rejected
[v2,2/3] allow positional arguments with "run" command allow positional arguments with "run" - - 1 - --- 2020-10-07 Rasmus Villemoes trini Rejected
[v2,1/3] cli_hush.c: refactor handle_dollar() to prepare for "run with arguments" allow positional arguments with "run" - - 1 - --- 2020-10-07 Rasmus Villemoes trini Rejected
[1/1] rsa: fix retrieving public exponent on big-endian systems fix verified boot on BE hosts - 1 1 - --- 2020-10-06 Rasmus Villemoes trini Accepted
[3/3] uec.h: fix COFIG_DM typo DM_ETH v mpc83xx fixups - - 1 - --- 2020-10-05 Rasmus Villemoes mariosix Accepted
[2/3] dm_qe_uec.c: fix indentation in uec_set_mac_if_mode() DM_ETH v mpc83xx fixups - - 1 - --- 2020-10-05 Rasmus Villemoes mariosix Accepted
[1/3] mdio-uclass.c: support fixed-link subnodes DM_ETH v mpc83xx fixups - - 1 - --- 2020-10-05 Rasmus Villemoes mariosix Accepted
[3/3] ut: add small hush tests add "call" command - - - - --- 2020-09-25 Rasmus Villemoes trini Superseded
[2/3] cli_hush.c: add "call" command add "call" command - - - - --- 2020-09-25 Rasmus Villemoes trini Superseded
[1/3] cli_hush.c: refactor handle_dollar() to prepare for cmd_call add "call" command - - - - --- 2020-09-25 Rasmus Villemoes trini Superseded
gpio/mpc83xx_spisel_boot.c: include log.h gpio/mpc83xx_spisel_boot.c: include log.h - - 1 - --- 2020-09-21 Rasmus Villemoes trini Accepted
spi: mpc8xxx_spi.c: fix cs activate/deactivate spi: mpc8xxx_spi.c: fix cs activate/deactivate - - - - --- 2020-09-18 Rasmus Villemoes trini Accepted
[v2] scripts/setlocalversion: sync with linux 5.8 [v2] scripts/setlocalversion: sync with linux 5.8 - - - - --- 2020-08-25 Rasmus Villemoes trini Accepted
[U-Boot] scripts/setlocalversion: Improve -dirty check with git-status --no-optional-locks [U-Boot] scripts/setlocalversion: Improve -dirty check with git-status --no-optional-locks - - - 1 --- 2020-08-25 Rasmus Villemoes trini Changes Requested
remove include/config_defaults.h remove include/config_defaults.h - - - - --- 2020-07-07 Rasmus Villemoes trini Accepted
[v4,11/11] test: dm: rtc: add tests of rtc shell command new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,10/11] sandbox: add rtc command to defconfigs new rtc methods, rtc command, and tests - - - - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,09/11] test: dm: rtc: add test of dm_rtc_read, dm_rtc_write new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,08/11] rtc: i2c_rtc_emul: catch any write to the "reset" register new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,07/11] rtc: sandbox-rtc: fix set method new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,06/11] rtc: add rtc command new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,05/11] rtc: pcf2127: provide ->write method new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,04/11] rtc: pcf2127: provide ->read method new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,03/11] rtc: fall back to ->{read, write} if ->{read, write}8 are not provided new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,02/11] rtc: add dm_rtc_write() helper new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[v4,01/11] rtc: add dm_rtc_read helper and ->read method new rtc methods, rtc command, and tests - - 2 - --- 2020-07-06 Rasmus Villemoes hs Accepted
[RFC,4/4] linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED CONFIG_IS_ENABLED magic - - 1 - --- 2020-06-12 Rasmus Villemoes bmeng Accepted
[RFC,3/4] linux/kconfig.h: remove unused helper macros CONFIG_IS_ENABLED magic - - 1 - --- 2020-06-12 Rasmus Villemoes bmeng Accepted
[RFC,2/4] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* CONFIG_IS_ENABLED magic - - 1 - --- 2020-06-12 Rasmus Villemoes bmeng Accepted
[RFC,1/4] common/image.c: image_decomp: put IH_COMP_XXX cases inside ifndef USE_HOSTCC CONFIG_IS_ENABLED magic - - - - --- 2020-06-12 Rasmus Villemoes bmeng Accepted
[v2] lz4: fix decompressor on big-endian powerpc [v2] lz4: fix decompressor on big-endian powerpc - - 1 - --- 2020-06-07 Rasmus Villemoes trini Accepted
[RFC] watchdog: base rate-limiting on get_ticks() rather than get_timer() [RFC] watchdog: base rate-limiting on get_ticks() rather than get_timer() - - - - --- 2020-06-05 Rasmus Villemoes trini RFC
lz4: fix decompressor on big-endian powerpc lz4: fix decompressor on big-endian powerpc - - 1 - --- 2020-06-05 Rasmus Villemoes Superseded
[RFC] allow choosing -Os/-O2 separately for SPL and TPL [RFC] allow choosing -Os/-O2 separately for SPL and TPL - - 1 - --- 2020-06-05 Rasmus Villemoes trini RFC
powerpc: reduce number of WATCHDOG_RESET calls from flush_cache powerpc: reduce number of WATCHDOG_RESET calls from flush_cache - - 1 - --- 2020-06-04 Rasmus Villemoes priyankajain Superseded
[v3,10/10] test: dm: rtc: add tests of rtc shell command new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,09/10] test: dm: rtc: add test of dm_rtc_read, dm_rtc_write new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,08/10] rtc: i2c_rtc_emul: catch any write to the "reset" register new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,07/10] rtc: sandbox-rtc: fix set method new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,06/10] rtc: add rtc command new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,05/10] rtc: pcf2127: provide ->write method new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,04/10] rtc: pcf2127: provide ->read method new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,03/10] rtc: fall back to ->{read, write} if ->{read, write}8 are not provided new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,02/10] rtc: add dm_rtc_write() helper new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v3,01/10] rtc: add dm_rtc_read helper and ->read method new rtc methods, rtc command, and tests - - 2 - --- 2020-06-02 Rasmus Villemoes hs Superseded
[v2,10/10] test: dm: rtc: add tests of rtc shell command new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,09/10] test: dm: rtc: add test of rtc_read, rtc_write new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,08/10] rtc: i2c_rtc_emul: catch any write to the "reset" register new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,07/10] rtc: sandbox-rtc: fix set method new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,06/10] rtc: add rtc command new rtc methods, rtc command, and tests - - - - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,05/10] rtc: pcf2127: provide ->write method new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,04/10] rtc: pcf2127: provide ->read method new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,03/10] rtc: fall back to ->{read, write} if ->{read, write}8 are not provided new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,02/10] rtc: add rtc_write() helper new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[v2,01/10] rtc: add rtc_read helper and ->read method new rtc methods, rtc command, and tests - - 1 - --- 2020-05-19 Rasmus Villemoes trini Superseded
[2/2] env: add CONFIG_ENV_SECT_SIZE_AUTO add CONFIG_ENV_SECT_SIZE_AUTO - - - - --- 2020-05-06 Rasmus Villemoes trini Superseded
« 1 2 3 4 »