lock path in barebox-state
2021-02-10 8:51 UTC (2+ messages)
Using barebox-state as library
2021-02-10 8:37 UTC
[PATCH] of: partitions: fix NULL pointer dereference in of_partition_fixup()
2021-02-09 13:49 UTC
[PATCH 0/9] barebox KASan support
2021-02-09 9:25 UTC (3+ messages)
` [PATCH 9/9] ARM: Add "
[PATCH 1/4] regulator: add regulator_get_voltage() to API
2021-02-09 8:00 UTC (5+ messages)
` [PATCH 2/4] regulator: add support for struct regulator_desc::off_on_delay
` [PATCH 3/4] regulator: add driver for stm32-vrefbuf
` [PATCH 4/4] aiodev: add support for STM32 ADC
` [PATCH] fixup! "
[PATCH 1/3] usb: gadget: dfu: Use func_to_dfu
2021-02-08 16:34 UTC (3+ messages)
` [PATCH 2/3] usb: gadget: dfu: Wrap fs operation in workqueue
` [PATCH 3/3] usb: gadget: dfu: Replace printf with pr_err
[PATCH] sandbox: increase MALLOC_SIZE from 4M to 16M
2021-02-08 10:46 UTC
[PATCH 0/7] Add sound and GRUB beep tune support
2021-02-08 10:42 UTC (9+ messages)
` [PATCH 1/7] sandbox: migrate to SDL 2.0
` [PATCH 2/7] drivers: add sound card driver support
` [PATCH 3/7] sound: add basic synthesizers for PCM beeper use
` [PATCH 4/7] sound: add SDL 2.0 sound driver
` [PATCH 5/7] commands: add beep command
` [PATCH 6/7] sound: add PWM beeper support
` [PATCH 7/7] sound: add gpio-beeper support
[PATCH] ARM: drop no-thumb-interwork in EABI mode
2021-02-08 8:56 UTC (2+ messages)
[RFC PATCH] ARM: phytec-som-imx6: phycard DRAM autodetection
2021-02-05 11:09 UTC (3+ messages)
[PATCH] watchdog: Print seconds to expire
2021-02-04 10:53 UTC
[PATCH] of: base: call of_set_root_node() before of_fix_tree()
2021-02-04 10:50 UTC
[PATCH] gpio: orion: Do not overwrite device id
2021-02-04 10:49 UTC
[PATCH] Documentation: state: recommend a partition type GUID for state GPT partitions
2021-02-04 10:29 UTC (2+ messages)
[PATCH 1/2] usb: imx: fix overcurrent polarity handling on i.MX7
2021-02-04 10:28 UTC (3+ messages)
` [PATCH 2/2] usb: imx: add overcurrent polarity handling on i.MX6
[PATCH] Kbuild: add compile_commands.json target
2021-02-04 10:21 UTC (2+ messages)
[PATCH 1/8] commands: usbgadget: remove deprecated s option from help text
2021-02-04 10:12 UTC (14+ messages)
` [PATCH 2/8] asm-generic: define fallback memcpy and memset for device I/O
` [PATCH 3/8] ARM: <asm/io.h>: define macros for I/O memcpy/memset
` [PATCH 4/8] asm-generic: io.h: remove wrong use of IOMEM
` [PATCH 5/8] ppc: <asm/io.h>: remove duplicate definition
` [PATCH 6/8] printk: port over Linux print_hex_dump_bytes/print_hex_dump_debug
` [PATCH 7/8] usb: add fallback ->detect method for USB host drivers
` [PATCH 8/8] usb: host: ehci: remove duplicated usb_host_detect() calls
[PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies
2021-02-04 10:10 UTC (2+ messages)
[PATCH 1/7] commands: usbgadget: remove deprecated s option from help text
2021-02-02 19:40 UTC (7+ messages)
` [PATCH 2/7] ARM: <asm/io.h>: define macros for I/O memcpy/memset
` [PATCH 3/7] asm-generic: define fallback memcpy and memset for device I/O
` [PATCH 4/7] ppc: <asm/io.h>: remove duplicate definition
` [PATCH 5/7] printk: port over Linux print_hex_dump_bytes/print_hex_dump_debug
` [PATCH 6/7] usb: add fallback ->detect method for USB host drivers
` [PATCH 7/7] usb: host: ehci: remove duplicated usb_host_detect() calls
Layerscape secure boot
2021-02-01 9:46 UTC (2+ messages)
[RFC PATCH] usb: gadget: dfu: Wrap fs operation in workqueue
2021-02-01 9:26 UTC (5+ messages)
[PATCH 1/2] ARM: i.MX8MM: fix sparse warnings in early clock code
2021-02-01 8:45 UTC (3+ messages)
` [PATCH 2/2] ARM: i.MX8MM: move system counter enabling into imx8mm_cpu_lowlevel_init
[PATCH] efi: declare prototype for close_protocol BootService
2021-02-01 8:43 UTC (2+ messages)
[PATCH] common: Kconfig: improve defaultenv help texts
2021-02-01 8:39 UTC (2+ messages)
[PATCH] of: overlay: fix warning about format specifier in debug message
2021-02-01 8:33 UTC (2+ messages)
[PATCH] drivers: smc911x fix inverted wait_on_timeout
2021-02-01 8:32 UTC (3+ messages)
*****SPAM***** The device has been successfully hacked
2021-02-01 7:21 UTC
[PATCH] scripts: Replace license and copyright boilerplate by SPDX identifiers
2021-01-28 15:34 UTC (2+ messages)
[PATCH v2 01/12] ARM: mmu: inherit pte flags from pmd
2021-01-28 15:27 UTC (15+ messages)
` [PATCH v2 02/12] firmware: socfpga: set APPLYCFG after loading bitstream
` [PATCH v2 03/12] reset: add of_reset_control_get to header
` [PATCH v2 04/12] drivers: add fpga bridge framework
` [PATCH v2 05/12] drivers: fpga: add socfpga bridges
` [PATCH v2 06/12] firmware: socfpga: change function prefixes
` [PATCH v2 07/12] firmware: import fpga-mgr.h from linux
` [PATCH v2 08/12] of: kconfig: of_overlay uses firmwaremgr_load_file
` [PATCH v2 09/12] of: of_firmware: add support for fpga bridges
` [PATCH v2 10/12] commands: firmwareload: allow loading firmware from dt
` [PATCH v2 11/12] drivers: firmware: socfpga: remove bridges shutdown
` [PATCH v2 12/12] firmware: add support for compressed images
[PATCH v2 1/3] ARM: i.MX: move BCB structures to header file
2021-01-28 14:52 UTC (4+ messages)
` [PATCH v2 2/3] ARM: i.MX: implement GPMI NAND xload
` [PATCH v2 3/3] ARM: i.MX: xload-gpmi-nand: apply errata 007117
Durable Industrial Touchsceen Monitor dusproof/waterproof design
2021-01-28 11:13 UTC
Shock-proof Design Industrial AIO Panel PC
2021-01-28 10:02 UTC
Durable Industrial Touchsceen Monitor dusproof/waterproof design
2021-01-27 15:12 UTC
[PATCH] hush: stop parsing string at its end
2021-01-27 8:19 UTC
Rugged industrial touch monitor for harsh environment
2021-01-27 8:09 UTC
MAC address set in OCOTP but not visible from ETH0 - i.MX6
2021-01-26 18:06 UTC (3+ messages)
[PATCH 0/3] GPMI NAND xload for i.MX6
2021-01-26 12:18 UTC (17+ messages)
` [PATCH 1/3] ARM: i.MX: move BCB structures to header file
` [PATCH 2/3] ARM: i.MX: implement GPMI NAND xload
` [PATCH 3/3] ARM: i.MX: xload-gpmi-nand: apply errata 007117
[PATCH 01/13] ARM: add fncpy.h from linux v4.6
2021-01-26 11:02 UTC (17+ messages)
` [PATCH 02/13] ARM: mmu: inherit pte flags from pmd
` [PATCH 03/13] firmware: socfpga: set APPLYCFG after loading bitstream
` [PATCH 04/13] reset: add of_reset_control_get to header
` [PATCH 05/13] drivers: add fpga bridge framework
` [PATCH 06/13] drivers: fpga: add socfpga bridges
` [PATCH 07/13] firmware: socfpga: change function prefixes
` [PATCH 08/13] firmware: import fpga-mgr.h from linux
` [PATCH 09/13] of: kconfig: of_overlay uses firmwaremgr_load_file
` [PATCH 10/13] of: of_firmware: add support for fpga bridges
` [PATCH 11/13] commands: firmwareload: allow loading firmware from dt
` [PATCH 12/13] drivers: firmware: socfpga: remove bridges shutdown
` [PATCH 13/13] firmware: add support for compressed images
[PATCH] ARM: dts: imx6qdl: pfla02: Use NAND pinmux entries from upstream
2021-01-25 10:12 UTC (2+ messages)
[PATCH] usb: hub: fix state change check for not powercycled ports
2021-01-25 9:53 UTC (2+ messages)
AM335x NAND write hungs
2021-01-25 9:21 UTC (5+ messages)
` [PATCH] mtd: nand: omap_gpmc: Fix wrong length check for real
/env/init script order
2021-01-21 8:18 UTC (4+ messages)
[PATCH 1/2] blspec: allow board files to overwrite config file settings
2021-01-20 13:26 UTC (8+ messages)
` [PATCH 2/2] Documentation: blspec: Add blspec fixup documentation
[PATCH 1/4] nvmem: sync stub return values with linux code
2021-01-19 10:15 UTC (5+ messages)
` [PATCH 2/4] nvmem: add missing stubs
` [PATCH 3/4] nvmem: make nvmem_device_write/read public
` [PATCH 4/4] nvmem: make id optional for of_nvmem_device_get()
[PATCH 1/6] ARM: boards: kontron-samx6i: fix memory detection helper
2021-01-19 10:01 UTC (7+ messages)
` [PATCH 2/6] ARM: boards: kontron-samx6i: simplify memory detection function
` [PATCH 3/6] ARM: dts: imx6qdl-smarc-samx6i: remove iomuxc hog
` [PATCH 4/6] ARM: dts: imx6qdl-samx6i: switch to SPDX license identifier
` [PATCH 5/6] ARM: dts: imx6qdl-samx6i: use upstream device tree files
` [PATCH 6/6] ARM: dts: imx6qdl-samx6i: cosmetic partition cleanup
[PATCH] of: overlay: split debug messages for of_overlay_apply_symbols
2021-01-19 9:33 UTC (2+ messages)
Environment is not overwritten at barebox update
2021-01-18 17:32 UTC (4+ messages)
v2021.01.0
2021-01-18 10:32 UTC
[PATCH] fixup! of: overlay: do not parse phandles as properties
2021-01-18 8:02 UTC (3+ messages)
Barebox OF-Overlay Handling
2021-01-15 13:47 UTC (4+ messages)
Cordless Design Industrial Embedded Touch Panel PC
2021-01-14 13:07 UTC
[PATCH] startup: export PATH variable
2021-01-14 9:30 UTC
[PATCH] mtd: nand: fix NAND_ECC_HW mode
2021-01-14 9:30 UTC
Shock-proof Design Industrial AIO Panel PC
2021-01-14 5:37 UTC
Cordless Design Industrial Embedded Touch Panel PC
2021-01-14 5:05 UTC
[PATCH 1/2] of: overlay: do not parse phandles as properties
2021-01-13 9:22 UTC (2+ messages)
[PATCH] documentation: devicetree: migrate remaining binding to reST
2021-01-13 9:08 UTC (2+ messages)
[PATCH] imd: change disabled checksum tag info to debug
2021-01-13 9:06 UTC (2+ messages)
[PATCH] Documentation: boards: sandbox: describe --image flags
2021-01-13 9:05 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox