messages from 2020-10-12 02:36:11 to 2020-10-13 14:06:43 UTC [more...]
[PATCH v3 0/3] Add support for multiple required keys
2020-10-13 14:06 UTC (5+ messages)
` [PATCH v3 1/3] vboot: add DTB policy for supporting multiple required conf keys
` [PATCH v3 2/3] test: vboot: add tests for multiple required keys
RPi3: serial console
2020-10-13 14:04 UTC (5+ messages)
[PATCH] board: imx: address dd usage in README
2020-10-13 13:44 UTC (2+ messages)
[PATCH] imx: cpu: terminate line with CR if invalid temp sensor
2020-10-13 13:14 UTC (2+ messages)
[PATCH] SPL: stm32mp1: fix spl_mmc_boot_partition not defined
2020-10-13 12:25 UTC (3+ messages)
STM32MP1: Adding TF-A causes kernel errors
2020-10-13 11:06 UTC (5+ messages)
[PATCH v2 1/2] cmd: Rename CMD_MISC to CMD_SLEEP
2020-10-13 10:45 UTC (2+ messages)
` [PATCH v2 2/2] cmd: Split out timer command from the sleep command
[PATCH 1/2] cmd: Rename CMD_MISC to CMD_SLEEP
2020-10-13 10:40 UTC (2+ messages)
` [PATCH 2/2] cmd: Split out timer command from the sleep command
[PATCH next v7 00/10] Add support MediaTek USB3 DRD driver
2020-10-13 10:27 UTC (5+ messages)
[PATCH 0/8] i.MX8MM: add host/gadget support
2020-10-13 10:14 UTC (23+ messages)
` [PATCH 1/8] tcpc: Add driver for USB typec port controller (TCPC)
` [PATCH 2/8] power: regulator: add dummy helper
` [PATCH 3/8] phy: nop-phy: add optional clk
` [PATCH 4/8] usb: imx: add i.MX usb ehci driver
` [PATCH 5/8] imx8m: enable usb power domain
` [PATCH 6/8] imx8mm_evk: add usbotg1 host support
` [PATCH 7/8] usb: ci_udc: Convert driver to DM_USB_GADGET
` [PATCH 8/8] imx8mm_evk: add fastboot support
[PATCH v2 0/5] Add Clock and Pincontrol driver support for RZ/G2[HN] SoC's
2020-10-13 8:52 UTC (6+ messages)
` [PATCH v2 1/5] clk: renesas: Add R8A774B1 clock tables
` [PATCH v2 2/5] clk: renesas: r8a774b1-cpg-mssr: Add R8A774B1 RPC clock
` [PATCH v2 3/5] pinctrl: renesas: r8a77965: Add R8A774B1 PFC support
` [PATCH v2 4/5] clk: renesas: Add R8A774E1 clock tables
` [PATCH v2 5/5] pinctrl: renesas: r8a77951: Add R8A774E1 PFC support
Linux mvneta driver unable to read MAC address from HW
2020-10-13 8:20 UTC (3+ messages)
[v2] configs: lx2162aqds: enable eMMC HS400 mode support
2020-10-13 6:17 UTC
[PATCH] fs: btrfs: Fix typo in error message
2020-10-13 0:45 UTC (4+ messages)
IMX8MM imx_tmu
2020-10-12 20:54 UTC
[PATCH] thermal: imx_tmu: fix missing include
2020-10-12 19:21 UTC
[PATCH] riscv: k210: Reduce DMA block size
2020-10-12 18:18 UTC
[PATCH v2 00/16] riscv: k210: Enable use of AI ram bank
2020-10-12 18:13 UTC (17+ messages)
` [PATCH v2 01/16] clk: k210: Fix PLLs not being enabled
` [PATCH v2 02/16] clk: k210: Fix PLL enable always getting taken
` [PATCH v2 03/16] clk: k210: Remove bypass clock
` [PATCH v2 04/16] clk: k210: Remove k210_register_pll
` [PATCH v2 05/16] clk: k210: Move the clint clock to under aclk
` [PATCH v2 06/16] clk: Add support for the k210 clock driver pre-relocation
` [PATCH v2 07/16] riscv: Enable some devices pre-relocation
` [PATCH v2 08/16] lib: fdt: Add fdtdec_setup_mem_size_base_highest
` [PATCH v2 09/16] test: Add a test for fdtdec_setup_mem_size_base et al
` [PATCH v2 10/16] ram: Add driver for K210 SRAM
` [PATCH v2 11/16] ram: sifive: Default to y only if compiling for fu540
` [PATCH v2 12/16] riscv: Probe ram in dram_init
` [PATCH v2 13/16] riscv: Enable AI ram on K210
` [PATCH v2 14/16] riscv: k210: Rename airam to aisram
` [PATCH v2 15/16] riscv: k210: Use AI as the parent clock of aisram, not PLL1
` [PATCH v2 16/16] riscv: Don't reserve AI ram in k210 dts
[PATCH v5 0/3] Add HopeRun HiHope RZ/G2M board support
2020-10-12 17:53 UTC (6+ messages)
` [PATCH v5 1/3] arm: renesas: Add config option for R8A774B1 SoC
` [PATCH v5 2/3] arm: renesas: Add config option for R8A774E1 SoC
` [PATCH v5 3/3] arm: rmobile: Add HopeRun HiHope RZ/G2M board support
[PATCH] mips: dts: tweak codingstyle for adding new boards
2020-10-12 17:12 UTC (2+ messages)
[PATCH] clk: ccf: replace get_rate helper
2020-10-12 17:03 UTC
[PATCH v2 00/22] log: Add commands for manipulating filters
2020-10-12 16:56 UTC (38+ messages)
` [PATCH v2 03/22] log: Add additional const qualifier to arrays
` [PATCH v2 04/22] log: Add new category names to log_cat_name
` [PATCH v2 05/22] log: Use CONFIG_IS_ENABLED() for LOG_TEST
` [PATCH v2 06/22] log: Expose some helper functions
` [PATCH v2 07/22] log: Add function to create a filter with flags
` [PATCH v2 08/22] log: Add filter flag to deny on match
` [PATCH v2 09/22] test: Add tests for LOGFF_DENY
` [PATCH v2 10/22] log: Add filter flag to match greater than a log level
` [PATCH v2 11/22] test: Add test for LOGFF_MIN
` [PATCH v2 12/22] cmd: log: Use sub-commands for log
` [PATCH v2 13/22] cmd: log: Split off log level parsing
` [PATCH v2 14/22] cmd: log: Move log test to end of help string
` [PATCH v2 15/22] cmd: log: Add commands to list categories and drivers
` [PATCH v2 16/22] cmd: log: Make "log level" print all log levels
` [PATCH v2 19/22] cmd: log: Add commands to manipulate filters
` [PATCH v2 20/22] test: Add a test for log filter-*
` [PATCH v2 21/22] doc: Add log kerneldocs to documentation
` [PATCH v2 22/22] doc: Update logging documentation
verified boot changes since 2020.04
2020-10-12 16:54 UTC (10+ messages)
` [PATCH 0/1] fix verified boot on BE hosts
` [PATCH 1/1] rsa: fix retrieving public exponent on big-endian systems
[GIT PULL] SoCFPGA changes for v2021.01-rc1
2020-10-12 14:59 UTC (2+ messages)
[GIT PULL] TI changes for v2021.01-rc1
2020-10-12 14:59 UTC (2+ messages)
[PATCH 1/2] ti: Use devtype=mmc instead of setenv devtype mmc
2020-10-12 13:11 UTC (6+ messages)
` [PATCH 2/2] am335x_evm: Allow booting from usb-storage device
[PATCH] ARM: mvebu: a38x: Fix comment typo
2020-10-12 13:06 UTC (2+ messages)
[PATCH] board/freescale/vid: enables writes to all commands for LTC3882
2020-10-12 12:07 UTC
[PATCH 0/7] arm: cache: cp15: don't map reserved region with no-map property
2020-10-12 10:27 UTC (9+ messages)
` [Uboot-stm32] "
[PATCH] usb: musb-new: Fix typo in caution message
2020-10-12 10:22 UTC (2+ messages)
[v2 0/2] Refactor AST2500 reset control
2020-10-12 9:59 UTC (5+ messages)
` [v2 1/2] reset: ast2500: Use SCU for "
` [v2 2/2] cosmetic: reset: ast2500: Rename driver and configs
[PATCH] mmc: Fix comment typo
2020-10-12 9:35 UTC
[PATCH V2 0/4] configs: ti: am65x/j721e: Use DEFAULT_LINUX_BOOT_ENV
2020-10-12 9:09 UTC (2+ messages)
[PATCH] phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT property
2020-10-12 9:09 UTC (2+ messages)
[PATCH] configs: am335x_evm_defconfig: Enable CONFIG_OF_LIBFDT_OVERLAY
2020-10-12 9:08 UTC (2+ messages)
[PATCH] board: ti: j721e: Fix OSPI node compatible
2020-10-12 9:08 UTC (2+ messages)
[PATCH] dma: ti: k3-udma: Reset the channel during release
2020-10-12 9:07 UTC (2+ messages)
am335x uart boot
2020-10-12 8:39 UTC
[PATCH v2 0/5] Add i2c support for MediaTek mt8512
2020-10-12 8:37 UTC (11+ messages)
` [PATCH v2 2/5] ARM: dts: Mediatek: add i2c node support for mt8512
` [PATCH v2 3/5] configs: mt8512: Enable I2C related configs
` [PATCH v2 4/5] dt-binding: i2c: add bindings for mediatek i2c driver
` [PATCH v2 5/5] MAINTAINERS: add i2c driver to ARM MEDIATEK
[PATCH 1/2] dm: core: Add late driver remove option
2020-10-12 8:31 UTC (3+ messages)
[PATCH 0/6] mmc: fsl_esdhc: add ADMA2 support
2020-10-12 8:09 UTC (3+ messages)
[PATCH v2 1/2] mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()
2020-10-12 8:07 UTC (2+ messages)
` [PATCH v2 2/2] mmc: fsl_esdhc: add ADMA2 support
[PATCH v2 0/5] microblaze: Switch to distro boot
2020-10-12 8:00 UTC (6+ messages)
` [PATCH v2 1/5] microblaze: Enable spi for microblaze
` [PATCH v2 2/5] microblaze: trivial code fixes
` [PATCH v2 3/5] microblaze: board: Check return value whlie saving env variables
` [PATCH v2 4/5] microblaze: Setup distro boot env variables at run time
` [PATCH v2 5/5] microblaze: Add support for distro boot
[PATCH v2 0/2] Add support for loading images above 4GB
2020-10-12 7:51 UTC (6+ messages)
` [PATCH v2 1/2] spl: Use standard FIT entries
` [PATCH v2 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format
[PATCH v3 0/2] Add support for loading images above 4GB
2020-10-12 7:51 UTC (3+ messages)
` [PATCH v3 1/2] spl: Use standard FIT entries
` [PATCH v3 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format
[PATCH] Define default CONFIG_PREBOOT with right config option
2020-10-12 7:49 UTC (4+ messages)
[PATCH] Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE
2020-10-12 7:47 UTC
[PATCH 0/4] arm64: zynqmp: Enable loading FPGA by SPL
2020-10-12 7:30 UTC (4+ messages)
` [PATCH 1/4] firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is called
[PATCH 0/3] add "call" command
2020-10-12 7:06 UTC (9+ messages)
` [PATCH v2 0/3] allow positional arguments with "run"
` [PATCH v2 1/3] cli_hush.c: refactor handle_dollar() to prepare for "run with arguments"
` [PATCH v2 2/3] allow positional arguments with "run" command
` [PATCH v2 3/3] ut: add small hush tests
[PATCH 00/17] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
2020-10-12 5:36 UTC (5+ messages)
` [PATCH 01/17] mmc: sdhci: Add helper functions for UHS modes
[PATCH v2 1/2] km: adapt defines and variables for new memory layout
2020-10-12 4:08 UTC (4+ messages)
` [PATCH v2 2/2] km/common: change ubicopy variable
[PATCH] dm: core: fix typo in device.h
2020-10-12 3:35 UTC (2+ messages)
[PATCH v3 19/27] pwm: ti: am33xx: add enhanced pwm driver
2020-10-12 3:35 UTC (3+ messages)
` [PATCH v3 22/27] video: omap: add panel driver
[PATCH v2 1/1] sandbox: make SDL window resizable
2020-10-12 3:35 UTC (2+ messages)
[PATCH v4 0/3] env: Access Environment in SPI flashes before relocation
2020-10-12 3:35 UTC (5+ messages)
` [PATCH v4 1/3] env: split env_import_redund() into 2 functions
` [PATCH v4 2/3] env: Access Environment in SPI flashes before relocation
[PATCH 1/1] lib: rsa: superfluous initialization in rsa_verify()
2020-10-12 3:34 UTC (2+ messages)
[PATCH] tools: image-host.c: use correct output format
2020-10-12 3:34 UTC (2+ messages)
[PATCH] Makefile: Fix u-boot-nodtb.bin target
2020-10-12 3:34 UTC (2+ messages)
[PATCH 3/3] cosmetic: image: Fix comments and the order of definitions
2020-10-12 3:34 UTC (2+ messages)
[PATCH 2/3] mkimage: Skip adding non-existent IDs to a list
2020-10-12 3:34 UTC (2+ messages)
[PATCH 1/3] image: Add a function to modify category information
2020-10-12 3:34 UTC (2+ messages)
[PATCH] video: rockchip: Add missing dpcd_write() call to link_train_ce()
2020-10-12 3:34 UTC (2+ messages)
[PATCH v3 0/3] doc: global data pointer
2020-10-12 3:34 UTC (3+ messages)
` [PATCH v3 2/3] global_data.h: add Sphinx documentation
[PATCH 00/16] dm: Remove redefinitions of dev_xxx macros
2020-10-12 3:34 UTC (13+ messages)
` [PATCH 02/16] dm: syscon: Set LOG_CATEGORY
` [PATCH 03/16] firmware: scmi: Include device_compat.h
` [PATCH 10/16] tee: optee: "
` [PATCH 11/16] timer: "
` [PATCH 15/16] linux/compat.h: Remove redefinition of dev_xxx macros
` [PATCH 16/16] dm: Don't undefine "
[PATCH 00/10] riscv: k210: Enable use of AI ram bank
2020-10-12 3:34 UTC (5+ messages)
` [PATCH 04/10] lib: fdt: Add fdtdec_setup_mem_size_base_highest
` [PATCH 05/10] test: Add a test for fdtdec_setup_mem_size_base et al
[PATCH 0/3] riscv: Move timers into drivers/timer
2020-10-12 3:34 UTC (7+ messages)
` [PATCH 1/3] riscv: Move Andes PLMT driver to drivers/timer
` [PATCH 2/3] timer: Add _TIMER suffix to Andes PLMT Kconfig
` [PATCH 3/3] riscv: Move timer portions of SiFive CLINT to drivers/timer
[PATCH v2 0/2] timer: Return a u64 directly
2020-10-12 3:34 UTC (3+ messages)
` [PATCH v2 1/2] doc: Document timer API
[PATCH 1/1] video: support colors in truetype console
2020-10-12 3:34 UTC (2+ messages)
[PATCH 0/2] Refactor AST2500 reset control
2020-10-12 2:48 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox