mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v1 1/5] common: add $global.serial_number with device tree fixup
 2022-04-27  7:37 UTC  (3+ messages)
` [PATCH v1 2/5] ARM: boards: protonic-imx6: make use of barebox_set_serial_number()
` [PATCH v1 3/5] of: add generic of_fixup_machine_compatible()

[PATCH v1] net: dsa: wait until PHY aneg is done
 2022-04-27  7:33 UTC 

[PATCH master] mci: stm32_sdmmc2: add STM32MP131 AMBA primecell peripheral ID
 2022-04-26 14:15 UTC 

[PATCH] ata: disk_ata_drive: clean up code in ata_dump_id()
 2022-04-26 12:34 UTC 

[PATCH v3] arm: boards: Add support for MYIR MYD-AM335X Development Board
 2022-04-26  7:04 UTC 

[PATCH] Documentation: remote-control: be explicit about python2 requirement
 2022-04-26  6:46 UTC 

[PATCH] gpiolib: remove declaration of now unused variable
 2022-04-26  6:46 UTC 

[PATCH v2 1/2] spi: Port SiFive SPI controller driver
 2022-04-26  6:46 UTC  (2+ messages)
` [PATCH v2 2/2] RISC-V: sifive: enable SPI Flash and SD in config

[PATCH 0/4] ARM: rpi: enable single entry point for all
 2022-04-25 10:43 UTC  (6+ messages)
` [PATCH 1/4] ARM: cpu: board-dt-2nd: call arm_cpu_lowlevel_init
` [PATCH 2/4] ARM: rpi: don't warn about lack of videocore fdt
` [PATCH 3/4] ARM: rpi: remove outdated comment after stack setup rework
` [PATCH 4/4] ARM: configs: rpi: add and document single barebox-dt-2nd bootloader

[PATCH master v3 0/3] ARM: rpi3: fix misc recent breakage
 2022-04-25 10:35 UTC  (5+ messages)
` [PATCH master v3 1/3] ARM: asm: fix miscompilation of 32-bit ENTRY_FUNCTION_WITHSTACK
` [PATCH master v3 2/3] clk: add BCM2835 auxiliary peripheral clock driver
` [PATCH master v3 3/3] clocksource: assign non-zero priorities to all clocksources

[PATCH] serial: ns16550: Reuse 16550 serial for tegra UART
 2022-04-25 10:27 UTC  (2+ messages)

[PATCH] video: omap-fb: Rework to enable COMPILE_TEST option
 2022-04-25 10:25 UTC  (2+ messages)

[PATCH] Documentation: boards: i.MX8MP-EVK: Fix typo
 2022-04-25 10:09 UTC 

[PATCH] clk: imx8mp: remove SYS PLL 1/2 clock gates
 2022-04-25 10:08 UTC 

[PATCH master v2 0/3] ARM: rpi3: fix misc recent breakage
 2022-04-25  8:16 UTC  (5+ messages)
` [PATCH master v2 1/3] ARM: asm: fix miscompilation of 32-bit ENTRY_FUNCTION_WITHSTACK
` [PATCH master v2 2/3] clk: add BCM2835 auxiliary peripheral clock driver
` [PATCH master v2 3/3] clocksource: assign non-zero priorities to all clocksources

[PATCH master 0/3] ARM: rpi3: fix misc recent breakage
 2022-04-22 16:01 UTC  (4+ messages)
` [PATCH master 1/3] ARM: asm: fix miscompilation of 32-bit ENTRY_FUNCTION_WITHSTACK
` [PATCH master 2/3] clk: add BCM2835 auxiliary peripheral clock driver
` [PATCH master 3/3] clocksource: assign non-zero priorities to all clocksources

[PATCH v2] arm: boards: Add support for MYIR MYD-AM335X Development Board
 2022-04-22 10:15 UTC  (2+ messages)

[PATCH] arm: boards: Add support for MYIR MYD-AM335X Development Board
 2022-04-22  7:25 UTC  (7+ messages)

v2022.04.0
 2022-04-21  8:17 UTC 

[PATCH v2] ARM: pbab01: allow USB-OTG port runtime configuration
 2022-04-20  6:46 UTC  (2+ messages)

[PATCH] GPIO: clps711x: Simplify initialization
 2022-04-20  6:46 UTC  (2+ messages)

[PATCH 1/3] ARM: CCMX51: Remove excess assignment
 2022-04-20  6:45 UTC  (4+ messages)
` [PATCH 2/3] ARM: CCMX51: Add support for low-level debug
` [PATCH 3/3] ARM: CCMX51: Add support for 16-bit memory module variants

AM335x MLO failed to boot
 2022-04-20  6:39 UTC  (4+ messages)

[PATCH 1/2] mtd: peb: Add mtd_peb_read_file()
 2022-04-20  6:38 UTC  (2+ messages)
` [PATCH 2/2] ARM: omap: xload: read from unpartitioned device

[PATCH] ARM: pbab01: allow USB-OTG port runtime configuration
 2022-04-19 11:57 UTC  (3+ messages)

[PATCH v1] net: phy: add TI DP83TD510E T1L PHY support
 2022-04-19  7:27 UTC  (2+ messages)

[PATCH v1] net: phy: do not call adjust_link() form phy_device_attach()
 2022-04-19  7:15 UTC  (2+ messages)

[PATCH] usb: xhci: Honor transfer timeouts
 2022-04-14  7:46 UTC  (3+ messages)

[PATCH v5 00/14] provide DSA support
 2022-04-14  7:42 UTC  (16+ messages)
` [PATCH v5 01/14] net: add RX preprocessor support
` [PATCH v5 02/14] net: add of_find_eth_device_by_node() function
` [PATCH v5 03/14] net: phy: export of_phy_register_fixed_link() function
` [PATCH v5 04/14] net: add DSA framework to support basic switch functionality
` [PATCH v5 05/14] driver: add dev_get_priv() helper
` [PATCH v5 06/14] net: port part of if_vlan header from kernel v5.17
` [PATCH v5 07/14] spi: port spi_sync_transfer() function "
` [PATCH v5 08/14] net: mdio: add MDIO_DEVAD_NONE define
` [PATCH v5 09/14] net: phy: make sure MDIO bus is probed if we search for the PHY
` [PATCH v5 10/14] of_net: add rev-rmii support
` [PATCH v5 11/14] net: dsa: add support for SJA11xx switches
` [PATCH v5 12/14] net: dsa: add KSZ9477 switch SPI driver
` [PATCH v5 13/14] hexdump: provide support for dev_print_hex_dump()
` [PATCH v5 14/14] add ethlog command

[PATCH 1/2] phy: freescale: imx8mq-usb: add support for i.MX8MP PHY
 2022-04-14  7:35 UTC  (3+ messages)
` [PATCH 2/2] usb: dwc3: of-simple: add i.MX8MP compatible

[PATCH] ARM: Rockchip: Update DTS for BPI-R2Pro for new HW-Rev
 2022-04-14  7:34 UTC  (2+ messages)

[PATCH v1] net: designware: eqos: fix link speed configuration for speed < 1000
 2022-04-14  4:48 UTC  (3+ messages)

[PATCH v1] ARM: dts: at91-microchip-ksz9477-evb: start using kernel DT
 2022-04-12  8:57 UTC  (4+ messages)

[PATCH v1 1/2] net: designware: eqos: fix receive issue with external switch
 2022-04-12  8:55 UTC  (6+ messages)
` [PATCH v1 2/2] net: designware: eqos: do not try to talk to not existing PHY

[PATCH v4 00/13] provide DSA support
 2022-04-12  8:54 UTC  (20+ messages)
` [PATCH v4 01/13] net: add RX preprocessor support
` [PATCH v4 02/13] net: add of_find_eth_device_by_node() function
` [PATCH v4 03/13] net: phy: export of_phy_register_fixed_link() function
` [PATCH v4 04/13] net: add DSA framework to support basic switch functionality
` [PATCH v4 05/13] driver: add dev_get_priv() helper
` [PATCH v4 06/13] net: port part of if_vlan header from kernel v5.17
` [PATCH v4 07/13] spi: port spi_sync_transfer() function "
` [PATCH v4 08/13] net: mdio: add MDIO_DEVAD_NONE define
` [PATCH v4 09/13] net: phy: make sure MDIO bus is probed if we search for the PHY
` [PATCH v4 10/13] of_net: add rev-rmii support
` [PATCH v4 11/13] net: dsa: add support for SJA11xx switches
` [PATCH v4 12/13] net: dsa: add KSZ9477 switch SPI driver
` [PATCH v4 13/13] add ethlog command

[PATCH v3 00/12] provide DSA support
 2022-04-12  8:14 UTC  (18+ messages)
` [PATCH v3 01/12] net: add RX preprocessor support
` [PATCH v3 02/12] net: add of_find_eth_device_by_node() function
` [PATCH v3 03/12] net: add DSA framework to support basic switch functionality
` [PATCH v3 04/12] driver: add dev_get_priv() helper
` [PATCH v3 05/12] net: port part of if_vlan header from kernel v5.17
` [PATCH v3 06/12] spi: port spi_sync_transfer() function "
` [PATCH v3 07/12] net: mdio: add MDIO_DEVAD_NONE define
` [PATCH v3 08/12] net: phy: make sure MDIO bus is probed if we search for the PHY
` [PATCH v3 09/12] of_net: add rev-rmii support
` [PATCH v3 10/12] net: dsa: add support for SJA11xx switches
` [PATCH v3 11/12] net: dsa: add KSZ9477 switch SPI driver
` [PATCH v3 12/12] add ethlog

[PATCH] ARM: fix GCC 11.x build failures for ARMv7
 2022-04-12  7:53 UTC  (2+ messages)

[PATCH] video: ipuv3: combine two subsequent info prints into one
 2022-04-12  7:51 UTC  (2+ messages)

Board code with 2 dts
 2022-04-11  9:00 UTC  (17+ messages)
  ` Aw: "
      ` change r2pro dts to public hw version (was "Board code with 2 dts" )
              ` Aw: "

[PATCH v2 00/12] provide DSA support
 2022-04-07  8:57 UTC  (13+ messages)
` [PATCH v2 01/12] net: add RX preprocessor support
` [PATCH v2 02/12] net: add of_find_eth_device_by_node() function
` [PATCH v2 03/12] net: add DSA framework to support basic switch functionality
` [PATCH v2 04/12] driver: add dev_get_priv() helper
` [PATCH v2 05/12] net: port part of if_vlan header from kernel v5.17
` [PATCH v2 06/12] spi: port spi_sync_transfer() function "
` [PATCH v2 07/12] net: mdio: add MDIO_DEVAD_NONE define
` [PATCH v2 08/12] net: phy: make sure MDIO bus is probed if we search for the PHY
` [PATCH v2 09/12] of_net: add rev-rmii support
` [PATCH v2 10/12] net: dsa: add support for SJA11xx switches
` [PATCH v2 11/12] net: dsa: add KSZ9477 switch SPI driver
` [PATCH v2 12/12] add ethlog

[ANNOUNCEMENT] Getting more of Barebox
 2022-04-01 17:43 UTC  (3+ messages)
`  "

[PATCH v1 1/1] ARM: boards: protonic-imx6: fix file system access warning
 2022-04-01 13:03 UTC  (2+ messages)

[PATCH] ata: ide-sff: fix integer overflow in ata_wait_busy()
 2022-04-01 13:01 UTC  (2+ messages)

[PATCH] gpio: allocate dynamic gpio numbers top down
 2022-03-29 10:59 UTC  (2+ messages)

[PATCH v2 1/2] of: implement new of_device_ensure_probed_by_alias_stem
 2022-03-29 10:43 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: boards: phytec-som-imx6: probe all gpio devices before PMIC

[PATCH v1 0/9] add basic DSA support
 2022-03-28 12:23 UTC  (6+ messages)
` [PATCH v1 3/9] net: add DSA framework to support basic switch functionality
` [PATCH v1 9/9] net: dsa: add support for SJA11xx switches

sha2 digest on ppc
 2022-03-28 10:03 UTC  (3+ messages)
` [PATCH] crypto: Followup to crypto symbol renaming for algo registration

[PATCH 1/4] spi: Port SiFive SPI controller driver
 2022-03-28  9:48 UTC  (5+ messages)
` [PATCH 2/4] mci: mci_spi: extend driver for device tree probing

[PATCH] sandbox: board: add stickypage.bin into .gitignore
 2022-03-28  8:57 UTC  (2+ messages)

[PATCH] scripts: remove non-existent bareboxstate binaries from .gitignore
 2022-03-28  8:57 UTC  (2+ messages)

[PATCH] libfile: implement new pread_full
 2022-03-28  8:56 UTC  (2+ messages)

[PATCH] scripts: constify wirte_full input buffer
 2022-03-28  8:56 UTC  (2+ messages)

[PATCH] partitions: efi: print GPT offset in debug message
 2022-03-28  8:54 UTC  (2+ messages)

[PATCH] ARM: asm: setjmp: add missing .pop_section
 2022-03-28  8:54 UTC  (2+ messages)

[PATCH master 0/6] usb: gadget: multi: fix bind error path
 2022-03-28  8:53 UTC  (2+ messages)

[PATCH v1 1/2] ARM: boards: protonic-imx6: add board specific BBU SD handlers
 2022-03-28  8:48 UTC  (2+ messages)

[PATCH] gpio: include header for BIT() used in <gpio.h>
 2022-03-28  8:30 UTC  (2+ messages)

page:  |  | latest

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