U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-04 16:04:32 to 2025-08-05 23:07:48 UTC [more...]

[PATCH] arm: imx: imx9: scmi: Fix booting from USB
 2025-08-05 23:07 UTC  (4+ messages)

[PATCH RFC] dts: imx8m{m,n,p,q}: Make optee packaging optional
 2025-08-05 23:05 UTC  (2+ messages)

[PATCH v2 0/2] Add support for AM62P SR1.2
 2025-08-05 22:39 UTC  (4+ messages)
` [PATCH v2 1/2] soc: soc_ti_k3: Add support for AM62P variants
` [PATCH v2 2/2] mmc: am654_sdhci: Disable HS400 for AM62P SR1.0 and SR1.1

U-Boot support for wolfTPM and firmware update for SLB9672/SLB9673
 2025-08-05 15:31 UTC  (6+ messages)

[PATCH 1/1] net: phy: Do not do CL22 phy reset before ethernet phy driver probe
 2025-08-05 18:00 UTC  (3+ messages)

[PATCH v2 00/11] Various V3/S3/V3s fixes and improvements
 2025-08-05 17:48 UTC  (12+ messages)
` [PATCH v2 01/11] sunxi: Kconfig: Fix default order for V3s DRAM clock
` [PATCH v2 02/11] sunxi: Split V3 and V3s support with a common option
` [PATCH v2 03/11] sunxi: Disable secure SRAM on sun8i platforms missing it
` [PATCH v2 04/11] power: axp: Add default voltages for V3/S3
` [PATCH v2 05/11] sunxi: Switch V3/V3s device-tree source to OF_UPSTREAM
` [PATCH v2 06/11] sunxi: Add support for I2C1 on PB pins for the V3/V3s
` [PATCH v2 07/11] sunxi: Add support for UART1 on PG pins for the V3/S3
` [PATCH v2 08/11] sunxi: pinecube: Enable EMAC and network support
` [PATCH v2 09/11] sunxi: Add support for the Lichee Pi Zero with Dock
` [PATCH v2 10/11] net: sun8i-emac: Remove internal PHY config default value
` [PATCH v2 11/11] net: sun8i-emac: Add support for active-low leds with internal PHY

Smatch issues reported for Marvell a38x DDR4
 2025-08-05 17:45 UTC  (6+ messages)

Smatch report for drivers/net/phy/marvell10g.c
 2025-08-05 16:30 UTC 

[PATCH] disk: Use part_driver_lookup_type() to valid downloaded image
 2025-08-05 16:28 UTC  (3+ messages)

[PATCH] disk: efi_loader: Improve disk image detection in efi_bootmgr
 2025-08-05 16:21 UTC 

[PATCH] net: phy: cortina: Ensure memory allocated is freed
 2025-08-05 16:10 UTC 

[PATCH 0/2] Add support for AM62P SR1.2
 2025-08-05 16:05 UTC  (6+ messages)
` [PATCH 1/2] soc: soc_ti_k3: Add support for AM62P variants
` [PATCH 2/2] mmc: am654_sdhci: Disable HS400 for AM62P SR1.0 and SR1.1

[PATCH 0/3] net: octeontx: Fix some Smatch reported issues
 2025-08-05 15:45 UTC  (4+ messages)
` [PATCH 1/3] net: octeontx: Remove unneeded code
` [PATCH 2/3] net: octeontx: Remove unneeded test
` [PATCH 3/3] net: octeontx: Free allocated memory on error

[PATCH 1/3] rtc: Tighten some rtc driver dependencies
 2025-08-05 15:16 UTC  (13+ messages)
` [PATCH 2/3] rtc: mc146818: Fix building on more architectures
` [PATCH 3/3] rtc: pl031: Correct function type of pl031_write_reg
` [PATCH 1/2] serial: Tighten some serial driver dependencies
` [PATCH 2/2] serial: linflexuart: Remove unused driver
` [PATCH] soc: Tighten some soc driver dependencies
` [PATCH] sound: Tighten some sound "
` [PATCH 1/2] spi: Tighten some spi "
` [PATCH 2/2] spi: altera_spi: Add missing <time.h> to altera_spi.c
` [PATCH] sysreset: Tighten some sysreset driver dependencies

[PATCH 0/2] net: octeontx2: Fix two Smatch reports
 2025-08-05 14:53 UTC  (3+ messages)
` [PATCH 1/2] net: octeontx2: Restore default value for err
` [PATCH 2/2] net: octeontx2: NULL check before dereference

[RFC 0/1] use lmb to calculate ram left for the kernel
 2025-08-05 13:09 UTC  (12+ messages)
` [RFC 1/1] lib: lmb: add lmb_get_reservable_size, fix ramfs

[PATCH 0/4] net: mvpp2: Fix some Smatch reported issues
 2025-08-05 14:18 UTC  (5+ messages)
` [PATCH 1/4] net: mvpp2: Fix impossible test
` [PATCH 2/4] net: mvpp2: Return -ENOMEM for failed alloc
` [PATCH 3/4] net: mvpp2: Cannot test unsigned variable to be negative
` [PATCH 4/4] net: mvpp2: Use field just assigned in error test

[PATCH] USB OTG: make dwc2 otg driver dependent on Exynos platform
 2025-08-05 11:44 UTC  (4+ messages)

[PATCH v7 00/12] Add Synopsys MIPI I3C Driver support
 2025-08-05 11:57 UTC  (29+ messages)
` [PATCH v7 01/12] drivers: i3c: Add new i3c uclass id
` [PATCH v7 02/12] drivers: i3c: Add driver for MIPI DWI3C
` [PATCH v7 03/12] drivers: i3c: Add i3c uclass driver
` [PATCH v7 04/12] drivers: Enabled Kconfig and Makefile for i3c support
` [PATCH v7 05/12] drivers: i3c: Enabled Kconfig and Makefile for DWI3C
` [PATCH v7 06/12] drivers: i3c: Add i3c sandbox simple test
` [PATCH v7 07/12] drivers: i3c: master: Enable probe i3c without slave device
` [PATCH v7 08/12] i3c: master: dw-i3c-master: Fix OD_TIMING for spike filter
` [PATCH v7 09/12] cmd: Add i3c command support
` [PATCH v7 10/12] test: cmd: Add simple test for i3c
` [PATCH v7 11/12] configs: sandbox_defconfig: Enable configs for sandbox i3c
` [PATCH v7 12/12] configs: agilex5_defconfig: Enable i3c configs for agilex5

[PATCH v2] net: fec_mxc: Set error code on error exit
 2025-08-05 11:23 UTC 

[PATCH] net: fec_mxc: Set error code on error exit
 2025-08-05 11:24 UTC  (3+ messages)

[PATCH] net: mv88e6xxx: Fix logical operator instead of bitwise
 2025-08-05 11:14 UTC 

[PATCH] net: mediatek: Use correct variable for return
 2025-08-05 11:04 UTC 

[PATCH] net: ldpaa_eth: Fix buffer overflow in memset
 2025-08-05 10:52 UTC 

[PATCH] net: ks8851_mll: Remove unreachable code
 2025-08-05 10:34 UTC 

Smatch error report in drivers/misc/imx_ele/fuse.c
 2025-08-05 10:15 UTC  (3+ messages)

[PATCH] mmc: owl_mmc: Do not dereference data before NULL check
 2025-08-05  9:22 UTC  (3+ messages)

[PATCH v1 0/9] modify npcm7xx/8xx feature and bug fixed
 2025-08-05  9:18 UTC  (10+ messages)
` [PATCH v1 1/9] arm: dts: npcm8xx: add pinmux for VCD input
` [PATCH v1 2/9] pinctrl: npcm8xx: add support for setting VCD input source
` [PATCH v1 3/9] i2c: npcm: fix consecutive dm_i2c_read/write error
` [PATCH v1 4/9] net: phy: broadcom: add support for BCM54612E
` [PATCH v1 5/9] arm: dts: nuvoton: Change timer node
` [PATCH v1 6/9] net: designware: Fix get_timer value overflow
` [PATCH v1 7/9] misc: npcm_host_intf: Add Arbel eSPI workaround
` [PATCH v1 8/9] misc: npcm_host_intf: Disable pending KCS/BPC interrupts
` [PATCH v1 9/9] configs: npcm: remove CONFIG_SYS_SKIP_UART_INIT

[PATCH v2 00/22] drivers: mtd: spi-nand: driver improvements
 2025-08-05  8:32 UTC  (48+ messages)
` [PATCH v2 01/22] drivers: spi-mem: sync a bit with linux-6.16-rc6
` [PATCH v2 02/22] drivers: mtd: spi-nand: Use the spi-mem dirmap API
` [PATCH v2 03/22] drivers: mtd: spi-nand: Add a NAND page I/O request type
` [PATCH v2 04/22] drivers: mtd: spi-nand: add missed add missed MODULE_DEVICE_TABLE()
    ` [PATCH v3 00/22] mtd: spi-nand: driver improvements
      ` [PATCH v3 01/22] spi-mem: sync a bit with linux-6.16-rc6
      ` [PATCH v3 02/22] mtd: spinand: Use the spi-mem dirmap API
      ` [PATCH v3 03/22] mtd: spinand: Add a NAND page I/O request type
      ` [PATCH v3 04/22] mtd: spinand: add missing MODULE_DEVICE_TABLE()
      ` [PATCH v3 05/22] mtd: spinand: simulate behavior of linux's function spinand_wait()
      ` [PATCH v3 06/22] mtd: spinand: more use of spinand_to_{something} helpers
      ` [PATCH v3 07/22] mtd: spinand: replace enable_ecc variable with disable_ecc and update corresponding logic
      ` [PATCH v3 08/22] mtd: spinand: minor refactoring
      ` [PATCH v3 09/22] mtd: spinand: more refactoring
      ` [PATCH v3 10/22] mtd: spinand: sync code with linux-6.10
      ` [PATCH v3 11/22] mtd: spinand: set bitflip_threshold to 75% of ECC strength
      ` [PATCH v3 12/22] mtd: spinand: Add support for setting plane select bits
      ` [PATCH v3 13/22] mtd: spinand: Remove write_enable_op() in markbad()
      ` [PATCH v3 14/22] mtd: spinand: Introduce a way to avoid raw access
      ` [PATCH v3 15/22] mtd: spinand: add support of continuous reading mode
      ` [PATCH v3 16/22] mtd: spinand: Add read retry support
      ` [PATCH v3 17/22] mtd: spinand: add OTP support
      ` [PATCH v3 18/22] mtd: spinand: Enhance the logic when picking a variant
      ` [PATCH v3 19/22] mtd: spinand: sync with linux-6.16-rc6
      ` [PATCH v3 20/22] mtd: spinand: fix direct mapping creation sizes
      ` [PATCH v3 21/22] mtd: spinand: try a regular dirmap if creating a dirmap for continuous reading fails
      ` [PATCH v3 22/22] mtd: spinand: repeat reading in regular mode if "
` [PATCH v2 05/22] drivers: mtd: spi-nand: simulate behavior of linux's function spinand_wait()
` [PATCH v2 06/22] drivers: mtd: spi-nand: more use of spinand_to_{something} helpers
` [PATCH v2 07/22] drivers: mtd: spi-nand: replace enable_ecc variable with disable_ecc and update corresponding logic
` [PATCH v2 08/22] drivers: mtd: spi-nand: minor refactoring
` [PATCH v2 09/22] drivers: mtd: spi-nand: more refactoring
` [PATCH v2 10/22] drivers: mtd: spi-nand: sync code with linux-6.10
` [PATCH v2 11/22] drivers: mtd: spi-nand: set bitflip_threshold to 75% of ECC strength
` [PATCH v2 12/22] drivers: mtd: spi-nand: Add support for setting plane select bits
` [PATCH v2 13/22] drivers: mtd: spi-nand: Remove write_enable_op() in markbad()
` [PATCH v2 14/22] drivers: mtd: spi-nand: Introduce a way to avoid raw access
` [PATCH v2 15/22] drivers: mtd: spi-nand: add support of continuous reading mode
` [PATCH v2 16/22] drivers: mtd: spi-nand: Add read retry support
` [PATCH v2 17/22] drivers: mtd: spi-nand: add OTP support
` [PATCH v2 18/22] drivers: mtd: spi-nand: Enhance the logic when picking a variant
` [PATCH v2 19/22] drivers: mtd: spi-nand: sync with linux-6.16-rc6
` [PATCH v2 20/22] drivers: mtd: spi-nand: fix direct mapping creation sizes
` [PATCH v2 21/22] drivers: mtd: spi-nand: try a regular dirmap if creating a dirmap for continuous reading fails
` [PATCH v2 22/22] drivers: mtd: spi-nand: repeat reading in regular mode if "

[PATCH v1] mmc: socfpga_dw_mmc: Retrieve clock manager address via clocks phandle
 2025-08-05  8:19 UTC  (5+ messages)

[PATCH v2 1/1] efi_loader: Support loading a ramdisk with bootefi
 2025-08-05  8:13 UTC  (5+ messages)

[PATCH v1 0/2] Improve EFI partition matching for capsule update
 2025-08-05  7:47 UTC  (3+ messages)
` [PATCH v1 1/2] efi_loader: improve device path matching for partition lookup

[PATCH] sm: Rework the Kconfig logic here
 2025-08-05  7:47 UTC  (2+ messages)

[PATCH] mmc: rockchip_sdhci: Do not test unsigned for being less than 0
 2025-08-05  4:00 UTC  (2+ messages)

[PATCH 0/2] mmc: octeontx_hsmmc: Fix two Smatch issues
 2025-08-05  3:57 UTC  (2+ messages)

[PATCH v1] misc: fs_loader: Initialize actread variable
 2025-08-05  2:46 UTC 

[PATCH 0/2] mmc: gen_atmel_mci: Fix some Smatch issues
 2025-08-05  3:46 UTC  (2+ messages)

[PATCH 0/1] Remove expansion of undefined make variable
 2025-08-05  1:29 UTC  (3+ messages)
` [PATCH 1/1] Makefile: Remove expansion of undefined variable

[PATCH] cmd: bdinfo: Fix showing correct IP address based on current device
 2025-08-05  1:29 UTC  (2+ messages)

[PATCH 1/1] Kconfig: typo restict
 2025-08-05  1:29 UTC  (2+ messages)

[PATCH] test: py: test_fit_mkimage_validate: Only run either test on sandbox
 2025-08-05  1:29 UTC  (2+ messages)

[PATCH] ram: Tighten some ram driver dependencies
 2025-08-04 21:54 UTC  (3+ messages)
` [PATCH] remoteproc: Tighten some remoteproc "
` [PATCH] reset: Tighten some reset "

[PATCH 1/2] pwm: Tighten some pwm driver dependencies
 2025-08-04 21:53 UTC  (2+ messages)
` [PATCH 2/2] pwm: pwm-aspeed: Add missing <linux/log2.h> to pwm-aspeed.c

[PATCH] pinctrl: Tighten some pinctrl driver dependencies
 2025-08-04 21:52 UTC 

[PATCH] power: Tighten some power driver dependencies
 2025-08-04 21:51 UTC 

[PATCH] sandbox: Add an additional dummy sync macro
 2025-08-04 21:50 UTC 

Pull request for u-boot-nand-03082025
 2025-08-04 19:06 UTC  (2+ messages)

Please pull u-boot-tegra staging
 2025-08-04 19:06 UTC  (2+ messages)

[PATCH] power: pmic: pca9450: Add support for system reset
 2025-08-04 17:30 UTC  (2+ messages)

[PATCH v2] rockchip: spl-boot-order: Defer probe of boot device
 2025-08-04 18:25 UTC 

[PATCH v2 0/3] rockchip: Add initial RK3582 support
 2025-08-04 18:16 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] rockchip: rk3588-generic: Enable support for RK3582
` [PATCH v2 3/3] rockchip: rk3588s-rock-5c: Add support for ROCK 5C Lite variant

[PATCH 0/5] net: fsl: Fix some Smatch reports
 2025-08-04 16:56 UTC  (6+ messages)
` [PATCH 1/5] net: fsl_enetc: Fix copy/paste error
` [PATCH 2/5] net: fsl-mc: NULL check dflt_dpio before dereference
` [PATCH 3/5] net: fsl-mc: NULL check dflt_dpbp "
` [PATCH 4/5] net: fsl-mc: NULL check dflt_dpni "
` [PATCH 5/5] net: fsl-mc: Incorrect variable used in error path

[PATCH 0/3] net: fm: Fix some Smatch reports
 2025-08-04 16:03 UTC  (2+ messages)
` [PATCH 3/3] net: fm: Correct test for timeout


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox