U-Boot V2 Development (Barebox)
[Prev Page][Next Page]
- [PATCH v2 07/20] asm: unaligned: don't do unaligned accesses, (continued)
- [PATCH] bootm: add RISC-V image type,
Antony Pavlov
- [PATCH 00/20] RISC-V: rework for PBL, VIRT and 64-Bit support,
Ahmad Fatoum
- [PATCH 03/20] ARM: rename CONFIG_ARM_USE_COMPRESSED_DTB to CONFIG_USE_COMPRESSED_DTB, Ahmad Fatoum
- [PATCH 04/20] ARM: aarch64: ommit unused label in assembly, Ahmad Fatoum
- [PATCH 07/20] asm: unaligned: don't do unaligned accesses, Ahmad Fatoum
- [PATCH 09/20] RISC-V: drop duplicate or unneeded cflags, Ahmad Fatoum
- [PATCH 01/20] partitions: don't allocate dma capable memory, Ahmad Fatoum
- [PATCH 17/20] RISC-V: add generic DT image, Ahmad Fatoum
- [PATCH 02/20] images: make BOARD_ARM_GENERIC_DT available for other arches, Ahmad Fatoum
- [PATCH 14/20] RISC-V: erizo: migrate to PBL, Ahmad Fatoum
- [PATCH 05/20] serial: virtio-console: depend on, but don't select VIRTIO, Ahmad Fatoum
- [PATCH 11/20] RISC-V: erizo: move to arch/riscv/boards/erizo, Ahmad Fatoum
- [PATCH 06/20] filetype: detect RISC-V Linux kernel image, Ahmad Fatoum
- [PATCH 18/20] clocksource: add driver for RISC-V CLINT timer, Ahmad Fatoum
- [PATCH 10/20] RISC-V: add cacheless HAS_DMA support, Ahmad Fatoum
- [PATCH 13/20] RISC-V: implement PBL and relocation support, Ahmad Fatoum
- [PATCH 19/20] power: reset: add drivers for generic syscon reset and poweroff, Ahmad Fatoum
- [PATCH 15/20] RISC-V: support symbol names in barebox image, Ahmad Fatoum
- [PATCH 08/20] RISC-V: debug_ll: ns16550: align C access size with assembly's, Ahmad Fatoum
- [PATCH 16/20] RISC-V: add 64-bit support, Ahmad Fatoum
- [PATCH 12/20] RISC-V: import Linux' optimized string functions, Ahmad Fatoum
- [PATCH 20/20] RISC-V: add Qemu virt support, Ahmad Fatoum
- Re: [PATCH 00/20] RISC-V: rework for PBL, VIRT and 64-Bit support, Antony Pavlov
- [PATCH 1/5] usb: dwc2: Make dwc2_wait_bit_set wait all bits in mask,
Jules Maselbas
- [RFC PATCH] reset: Remove WARN_ON when CONFIG_RESET_CONTROLLER=n,
Jules Maselbas
- [PATCH] net: e1000: Fix mtd compilation, Sascha Hauer
- [PATCH] bcm283X: Select OF clock providers,
Uwe Kleine-König
- [PATCH] fs: delete unused members in <linux/stat.h>,
Ahmad Fatoum
- [PATCH] scripts: imx-image: add error handling for pwrite,
Rouven Czerwinski
- Aarch64 Qemu virt - crash,
Gittinger Joerg (XC-ECO/ESH2)
- [PATCH] net: phy: fix waiting for link,
Sascha Hauer
- [PATCH master] of: base: probe simple-pm-bus children as well,
Ahmad Fatoum
- [PATCH] image-fit: ignore rsa by image selection,
Denis Osterland-Heim
- [PATCH] nvmem: ocotp: add support to revoke keys,
Denis Osterland-Heim
- [PATCH] arch: arm: mach-imx: print HAB ROM code version,
Denis Osterland-Heim
- [PATCH] scripts: imx: add support for additional hab Blocks,
Denis Osterland-Heim
- [PATCH master] ARM: mmu64: fix build for non-MMU configurations,
Ahmad Fatoum
- [PATCH] param: drop unused left-over struct members,
Ahmad Fatoum
- [PATCH 00/17] Apply device tree overlays to kernel tree,
Sascha Hauer
- [PATCH 04/17] firmware: consolidate ifdefs, Sascha Hauer
- [PATCH 03/17] libbb: Add find_path function, Sascha Hauer
- [PATCH 17/17] of_firmware: Fix handling of firmware-name property, Sascha Hauer
- [PATCH 05/17] firmware: Add search path, Sascha Hauer
- [PATCH 14/17] blspec: Apply overlays from rootfs, Sascha Hauer
- [PATCH 06/17] firmware: Fix device_node matching, Sascha Hauer
- [PATCH 01/17] fdt: Check blob size during unflattening, Sascha Hauer
- [PATCH 08/17] blspec: Set firmware searchpath, Sascha Hauer
- [PATCH 11/17] firmware: Load from global search path, Sascha Hauer
- [PATCH 02/17] firmware: make device_node argument non const, Sascha Hauer
- [PATCH 13/17] of_overlay: apply overlays during booting, Sascha Hauer
- [PATCH 16/17] Documentation: Add documentation for device tree overlays, Sascha Hauer
- [PATCH 15/17] doc: devicetree: Refer to internal device tree also as live tree, Sascha Hauer
- [PATCH 10/17] overlay: Add of_overlay_apply_file(), Sascha Hauer
- [PATCH 12/17] blspec: Rework firmware load, Sascha Hauer
- [PATCH 07/17] firmware: recognize by reproducible name, Sascha Hauer
- [PATCH 09/17] overlay: only apply compatible trees, Sascha Hauer
- [PATCH v3 00/16] common: introduce bthreads, co-operative,
Ahmad Fatoum
- [PATCH v3 16/16] RFC: led: migrate from poller to bthread, Ahmad Fatoum
- [PATCH v3 02/16] ARM: asm: setjmp: annotate setjmp/longjmp for GCC, Ahmad Fatoum
- [PATCH v3 15/16] commands: add new bthread test command, Ahmad Fatoum
- [PATCH v3 11/16] x86: implement setjmp/longjmp/initjmp, Ahmad Fatoum
- [PATCH v3 01/16] common: introduce HAS_ARCH_SJLJ, Ahmad Fatoum
- [PATCH v3 12/16] common: poller: replace explicit calls to poller_call() with resched(), Ahmad Fatoum
- [PATCH v3 13/16] console: unconditionally run resched() in ctrlc(), Ahmad Fatoum
- [PATCH v3 08/16] mips: Add linkage.h, Ahmad Fatoum
- [PATCH v3 05/16] riscv: Add asm/asm.h, Ahmad Fatoum
- [PATCH v3 14/16] common: introduce bthreads, co-operative barebox threads, Ahmad Fatoum
- [PATCH v3 04/16] sandbox: asm: implement setjmp/longjmp/initjmp, Ahmad Fatoum
- [PATCH v3 09/16] mips: Implement setjmp/longjmp/initjmp for 32BIT, Ahmad Fatoum
- [PATCH v3 07/16] riscv: Implement setjmp/longjmp/initjmp for RV32I, Ahmad Fatoum
- [PATCH v3 10/16] powerpc: Implement initjmp/setjmp/longjmp, Ahmad Fatoum
- [PATCH v3 06/16] riscv: Add asm/linkage.h, Ahmad Fatoum
- [PATCH v3 03/16] ARM: asm: setjmp: implement coroutine dependency initjmp(), Ahmad Fatoum
- Re: [PATCH v3 00/16] common: introduce bthreads, co-operative, Sascha Hauer
- [PATCH 0/1] x86: retire legacy (non-efi) boot ?,
Ahmad Fatoum
- [PATCH] sandbox: add Xterm escape sequence backed LED driver,
Ahmad Fatoum
- [PATCH 1/4] ARM64: qemu-virt64: remove dead CPU identification code,
Ahmad Fatoum
- [PATCH] resource: include region name in conflict's debug output,
Ahmad Fatoum
- [PATCH] scripts: imx-image: fix iMX35 header generation,
Alexander Kurz
- [PATCH v2 1/5] kvx: Implement setjmp/longjmp/initjmp,
Jules Maselbas
- A/B boot on PhyCORE iMX6 with U-Boot env,
Sébastien Merle
- [PATCH 1/3] stringlist: Add adding sort uniq,
Sascha Hauer
- [PATCH] printk: fix inverted logic in print_hex_dump_debug(), Sascha Hauer
- [PATCH v2] usb: i.MX: warn if vbus regulator isn't available,
Uwe Kleine-König
- [PATCH] Documentation: Add qemu instructions for OpenRISC,
Stafford Horne
- Uart set up in PBL,
Barbier, Renaud
- [PATCH] openrisc: Define the elf binary entry point,
Stafford Horne
- [PATCH] gpio: Replace license and copyright boilerplate by SPDX identifiers,
Uwe Kleine-König
- [PATCH 0/4] OpenRISC fixes and setjmp/longjmp work,
Stafford Horne
- [PATCH] ARM: i.MX8M: bbu: fix variable name to used semantic,
Alexander Kurz
- [PATCH 1/5] kvx: Implement setjmp/longjmp/initjmp,
Jules Maselbas
- [PATCH] usb: storage: increase init retry count to support lengthy HDD spin up,
Ahmad Fatoum
- [PATCH v2 00/11] common: introduce bthreads, co-operative,
Ahmad Fatoum
- [PATCH v2 09/11] mips: Add linkage.h, Ahmad Fatoum
- [PATCH v2 01/11] console: unconditionally run poller_call in ctrlc(), Ahmad Fatoum
- [PATCH v2 02/11] common: introduce bthreads, co-operative barebox threads, Ahmad Fatoum
- [PATCH v2 07/11] riscv: Add asm/linkage.h, Ahmad Fatoum
- [PATCH v2 10/11] mips: Implement setjmp/longjmp/initjmp, Ahmad Fatoum
- [PATCH v2 04/11] ARM: asm: setjmp: implement coroutine dependency initjmp(), Ahmad Fatoum
- [PATCH v2 06/11] riscv: Add asm/asm.h, Ahmad Fatoum
- [PATCH v2 11/11] powerpc: Implement initjmp/setjmp/longjmp, Ahmad Fatoum
- [PATCH v2 03/11] ARM: asm: setjmp: annotate setjmp/longjmp for GCC, Ahmad Fatoum
- [PATCH v2 05/11] sandbox: asm: implement setjmp/longjmp/initjmp, Ahmad Fatoum
- [PATCH v2 08/11] riscv: Implement setjmp/longjmp/initjmp, Ahmad Fatoum
- Re: [PATCH v2 00/11] common: introduce bthreads, co-operative, Stafford Horne
- [PATCH] video: add simplefb driver,
Ahmad Fatoum
- [PATCH 1/9] virtio: align virtio_config_ops::generation return type with Linux,
Ahmad Fatoum
- [PATCH 3/9] hw_random: virtio: simplify code, Ahmad Fatoum
- [PATCH 6/9] virtio: fix support for big-endian clients, Ahmad Fatoum
- [PATCH 5/9] virtio: ring: fix erroneous behavior around caches and MMU, Ahmad Fatoum
- [PATCH 2/9] virtio: remove unused, left-over, virtio_config_ops::set_features, Ahmad Fatoum
- [PATCH 9/9] virtio: virtio-pci: restrict MIPS support to MMU configuration, Ahmad Fatoum
- [PATCH 4/9] dma: move dma_map/unmap_single from ARM to common code, Ahmad Fatoum
- [PATCH 7/9] PCI: port Linux pci_find_capability, Ahmad Fatoum
- [PATCH 8/9] virtio: support virtio-based device drivers over PCI, Ahmad Fatoum
- Re: [PATCH 1/9] virtio: align virtio_config_ops::generation return type with Linux, Sascha Hauer
- [PATCH 1/3] mtd: cfi-flash: fail gracefully instead of crashing on NULL page,
Ahmad Fatoum
- [PATCH 1/2] usb: storage: refactor usb 32-bit capacity read,
Ahmad Fatoum
- [PATCH] bbremote: fix the exit usage,
Marco Felsch
- [PATCH v2 0/2] Remove NIOS2 and openrisc architectures,
Sascha Hauer
- [PATCH 1/2] nios2: Remove architecture,
Sascha Hauer
- [PATCH] Documentation: devicetree: include firmware in toctree,
Thorsten Scherer
- [PATCH] ARM: davinci: Replace license and copyright boilerplate by SPDX identifiers,
Uwe Kleine-König
- [PATCH] mtd: nand: fix hardware ECC support in atmel_nand driver,
Edoardo Scaglia
- nios2 and openrisc in barebox,
Sascha Hauer
- [PATCH] extend the test in bbu_std_file_handler() to also check for -ENOTSUP.,
jameszxj
- [PATCH] of: fdt: Add root name checks during unflattening, Sascha Hauer
- [PATCH 1/2] kbuild: add '-fno-stack-check' to barebox build options,
Ahmad Fatoum
- v2021.02.0, Sascha Hauer
- [PATCH 0/8] drivers: add VirtIO console, block device support,
Ahmad Fatoum
- [PATCH 7/8] ARM: vexpress: config: update for VirtIO support, Ahmad Fatoum
- [PATCH 8/8] Documentation: add Documentation on VirtIO for barebox, Ahmad Fatoum
- [PATCH 1/8] kbuild: add include/uapi to path, Ahmad Fatoum
- [PATCH 4/8] hw_random: add VirtIO RNG driver, Ahmad Fatoum
- [PATCH 2/8] driver: Don't throw an error on probes that didn't find the device, Ahmad Fatoum
- [PATCH 5/8] serial: add basic VirtIO console driver, Ahmad Fatoum
- [PATCH 6/8] block: add VirtIO block device driver, Ahmad Fatoum
- [PATCH 3/8] drivers: add support for memory-mapped VirtIO paravirtualization, Ahmad Fatoum
- Re: [PATCH 0/8] drivers: add VirtIO console, block device support, Sascha Hauer
- [PATCH 1/2] ARM: cpu: board-dt-2nd: rename of_find_mem for more generic use,
Ahmad Fatoum
- [PATCH v3 1/5] include: <linux/math64.h>: include header for __always_inline definition,
Ahmad Fatoum
- [PATCH v2 1/4] include: <linux/math64.h>: include header for __always_inline definition,
Ahmad Fatoum
- [PATCH] common: memtest: Allow memtest to be interrupted, Marcel Hellwig
- Heartbeat LED during init script,
barebox+mailing
- [PATCH 0/8] Support large files on larger ext4 partitions on larger still USB disks,
Ahmad Fatoum
- [PATCH 7/8] show_progress: change HASHES_PER_LINE from 65 to 64 to avoid division, Ahmad Fatoum
- [PATCH 4/8] usb: storage: support USB disks up to 2TiB of size, Ahmad Fatoum
- [PATCH 6/8] fs: ext4: support files exceeding 4G, Ahmad Fatoum
- [PATCH 8/8] copy_file: fix progress bar for files larger than 2G, Ahmad Fatoum
- [PATCH 1/8] ext4: ext_common.h: drop declaration of never-defined part_offset, Ahmad Fatoum
- [PATCH 2/8] fs: ext4: ext4fs.h: remove unused struct members of ext_filesystem, Ahmad Fatoum
- [PATCH 3/8] block: use 64-bit types for sector offset and count on all platforms, Ahmad Fatoum
- [PATCH 5/8] fs: ext4: use sector_t and loff_t where appropriate, Ahmad Fatoum
- Re: [PATCH 0/8] Support large files on larger ext4 partitions on larger still USB disks, Sascha Hauer
- Re: [PATCH 0/8] Support large files on larger ext4 partitions on larger still USB disks, Antony Pavlov
- [PATCH 1/4] treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>,
Ahmad Fatoum
- [PATCH] usb: otg: Add support to register more than one otg dev,
Jules Maselbas
- [PATCH 00/12] poller: run pollers as proper coroutines (green threads),
Ahmad Fatoum
- [PATCH 10/12] usbgadget: ums: run gadget loop in a background coroutine if possible, Ahmad Fatoum
- [PATCH 08/12] poller: implement basic Linux-like completion API, Ahmad Fatoum
- [PATCH 02/12] poller: run pollers as proper coroutines if architecture supports it, Ahmad Fatoum
- [PATCH 07/12] slice: have assert_command_context() yield until true if possible, Ahmad Fatoum
- [PATCH 06/12] poller: command: add new coroutine check, Ahmad Fatoum
- [PATCH 12/12] usbgadget: multi: wire mass storage gadget into composite gadget, Ahmad Fatoum
- [PATCH 04/12] ARM: asm: setjmp: implement coroutine dependency initjmp(), Ahmad Fatoum
- [PATCH 05/12] sandbox: asm: implement setjmp/longjmp/initjmp, Ahmad Fatoum
- [PATCH 01/12] common: add coroutine support, Ahmad Fatoum
- [PATCH 03/12] ARM: asm: setjmp: annotate setjmp/longjmp for GCC, Ahmad Fatoum
- [PATCH 11/12] usbgadget: refactor usbgadget_register to accept array, Ahmad Fatoum
- [PATCH 09/12] include: add kthread wrappers for pollers, Ahmad Fatoum
- [PATCH 0/3] usbgadget: add support for blocking USB mass storage gadget,
Ahmad Fatoum
- [PATCH] sandbox: support 64-bit file IO in 32-bit build,
Ahmad Fatoum
- [PATCH v2] fs: increase reference count for backing store when loop mounting,
Ahmad Fatoum
- [PATCH master] sandbox: fix unreliable block device detection,
Ahmad Fatoum
- [PATCH] commands: Kconfig: setenv: fix reference to unknown symbol,
Ahmad Fatoum
- [PATCH] fs: increase reference count for backing store when loop mounting,
Ahmad Fatoum
- [PATCH] watchdog: prevent the STPMIC1 watchdog probe from modifying the global turn-OFF behaviour,
Leonard Göhrs
- [PATCH] dt:overlay: fix operation with multiple overlays,
Enrico Scholz
- [PATCH 1/3] commands: readline: sort includes,
Rouven Czerwinski
- Using barebox-state as library,
barebox+mailing
- lock path in barebox-state,
barebox+mailing
- [PATCH] of: partitions: fix NULL pointer dereference in of_partition_fixup(),
Edoardo Scaglia
- [PATCH 1/4] regulator: add regulator_get_voltage() to API,
Ahmad Fatoum
- [PATCH 1/3] usb: gadget: dfu: Use func_to_dfu,
Jules Maselbas
- [PATCH] sandbox: increase MALLOC_SIZE from 4M to 16M,
Ahmad Fatoum
- [PATCH] ARM: drop no-thumb-interwork in EABI mode,
Ahmad Fatoum
- [PATCH] watchdog: Print seconds to expire, Sascha Hauer
- [PATCH] of: base: call of_set_root_node() before of_fix_tree(), Sascha Hauer
- [PATCH] gpio: orion: Do not overwrite device id, Sascha Hauer
- [PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies,
Ahmad Fatoum
- [PATCH 1/7] commands: usbgadget: remove deprecated s option from help text,
Ahmad Fatoum
- [PATCH 1/2] usb: imx: fix overcurrent polarity handling on i.MX7,
Michael Grzeschik
- [PATCH] of: overlay: fix warning about format specifier in debug message,
Ahmad Fatoum
- [PATCH 0/7] Add sound and GRUB beep tune support,
Ahmad Fatoum
- [PATCH] Kbuild: add compile_commands.json target,
Ahmad Fatoum
- Layerscape secure boot,
Barbier, Renaud
- [PATCH] drivers: smc911x fix inverted wait_on_timeout,
Mike Nawrocki
- [PATCH 1/8] commands: usbgadget: remove deprecated s option from help text,
Ahmad Fatoum
- [PATCH 1/2] ARM: i.MX8MM: fix sparse warnings in early clock code,
Ahmad Fatoum
- [PATCH] efi: declare prototype for close_protocol BootService,
Ahmad Fatoum
- [PATCH] Documentation: state: recommend a partition type GUID for state GPT partitions,
Bastian Krause
- [PATCH] common: Kconfig: improve defaultenv help texts,
Roland Hieber
- [PATCH] scripts: Replace license and copyright boilerplate by SPDX identifiers,
Uwe Kleine-König
- [RFC PATCH] usb: gadget: dfu: Wrap fs operation in workqueue,
Jules Maselbas
- [PATCH v2 01/12] ARM: mmu: inherit pte flags from pmd,
Steffen Trumtrar
- [PATCH v2 07/12] firmware: import fpga-mgr.h from linux, Steffen Trumtrar
- [PATCH v2 02/12] firmware: socfpga: set APPLYCFG after loading bitstream, Steffen Trumtrar
- [PATCH v2 10/12] commands: firmwareload: allow loading firmware from dt, Steffen Trumtrar
- [PATCH v2 12/12] firmware: add support for compressed images, Steffen Trumtrar
- [PATCH v2 05/12] drivers: fpga: add socfpga bridges, Steffen Trumtrar
- [PATCH v2 08/12] of: kconfig: of_overlay uses firmwaremgr_load_file, Steffen Trumtrar
- [PATCH v2 09/12] of: of_firmware: add support for fpga bridges, Steffen Trumtrar
- [PATCH v2 03/12] reset: add of_reset_control_get to header, Steffen Trumtrar
- [PATCH v2 04/12] drivers: add fpga bridge framework, Steffen Trumtrar
- [PATCH v2 06/12] firmware: socfpga: change function prefixes, Steffen Trumtrar
- [PATCH v2 11/12] drivers: firmware: socfpga: remove bridges shutdown, Steffen Trumtrar
- [PATCH] hush: stop parsing string at its end, Sascha Hauer
- [PATCH v2 1/3] ARM: i.MX: move BCB structures to header file,
Andrej Picej
- MAC address set in OCOTP but not visible from ETH0 - i.MX6,
DEMIRDJIAN, Antoine
- [PATCH] ARM: dts: imx6qdl: pfla02: Use NAND pinmux entries from upstream,
Alexander Shiyan
- AM335x NAND write hungs,
Alexander Shiyan
- [PATCH 01/13] ARM: add fncpy.h from linux v4.6,
Steffen Trumtrar
- [PATCH 03/13] firmware: socfpga: set APPLYCFG after loading bitstream, Steffen Trumtrar
- [PATCH 13/13] firmware: add support for compressed images, Steffen Trumtrar
- [PATCH 12/13] drivers: firmware: socfpga: remove bridges shutdown, Steffen Trumtrar
- [PATCH 09/13] of: kconfig: of_overlay uses firmwaremgr_load_file, Steffen Trumtrar
- [PATCH 04/13] reset: add of_reset_control_get to header, Steffen Trumtrar
- [PATCH 02/13] ARM: mmu: inherit pte flags from pmd, Steffen Trumtrar
- [PATCH 07/13] firmware: socfpga: change function prefixes, Steffen Trumtrar
- [PATCH 08/13] firmware: import fpga-mgr.h from linux, Steffen Trumtrar
- [PATCH 06/13] drivers: fpga: add socfpga bridges, Steffen Trumtrar
- [PATCH 11/13] commands: firmwareload: allow loading firmware from dt, Steffen Trumtrar
- [PATCH 10/13] of: of_firmware: add support for fpga bridges, Steffen Trumtrar
- [PATCH 05/13] drivers: add fpga bridge framework, Steffen Trumtrar
- Re: [PATCH 01/13] ARM: add fncpy.h from linux v4.6, Sascha Hauer
- /env/init script order,
barebox+mailing
- [RFC PATCH] ARM: phytec-som-imx6: phycard DRAM autodetection,
Andrej Picej
- [PATCH 0/3] GPMI NAND xload for i.MX6,
Andrej Picej
- [PATCH 1/4] nvmem: sync stub return values with linux code,
Marco Felsch
- [PATCH 1/2] blspec: allow board files to overwrite config file settings,
Marco Felsch
- [PATCH 1/6] ARM: boards: kontron-samx6i: fix memory detection helper,
Marco Felsch
- [PATCH] of: overlay: split debug messages for of_overlay_apply_symbols,
Marco Felsch
- [PATCH] usb: hub: fix state change check for not powercycled ports,
Michael Grzeschik
- v2021.01.0, Sascha Hauer
- Environment is not overwritten at barebox update,
AD
- [PATCH] mtd: nand: fix NAND_ECC_HW mode, Sascha Hauer
- [PATCH] startup: export PATH variable, Sascha Hauer
- [PATCH] fixup! of: overlay: do not parse phandles as properties,
Rouven Czerwinski
- Barebox OF-Overlay Handling,
Marco Felsch
- [PATCH 1/2] of: overlay: do not parse phandles as properties,
Rouven Czerwinski
- [PATCH] documentation: devicetree: migrate remaining binding to reST,
Ahmad Fatoum
- [PATCH] imd: change disabled checksum tag info to debug,
Steffen Trumtrar
- [PATCH] Documentation: boards: sandbox: describe --image flags,
Ahmad Fatoum
- [PATCH 1/2] image-sparse: change retlen to size_t,
Steffen Trumtrar
- [PATCH v1] MIPS: dts: ar9331: add stdout-path properties,
Oleksij Rempel
- [PATCH 1/1]mtd:nand_mxs:update get/set features legacy function call,
jameszxj
- [PATCH master] ARM: at91: at91sam9x5: fix co-existance of erratum-aware and generic reset,
Ahmad Fatoum
- [PATCH] ARM: at91: constify struct at91_ddramc_register parameters,
Ahmad Fatoum
- [PATCH 1/4] video: edid: make accessible without i2c,
Ahmad Fatoum
- [PATCH] driver: provide dev_request_mem_resource_by_name() helper,
Ahmad Fatoum
- [PATCH] ARM: imx8mq: reclock ARM PLL to 800MHz,
Lucas Stach
- [PATCH] video: sdl: delete useless debug output,
Ahmad Fatoum
- [PATCH] include: <linux/math64.h>: sync with upstream,
Ahmad Fatoum
- [PATCH 1/5] ddr: imx8m: implement i.MX8MQ support,
Lucas Stach
- [PATCH 0/2] usb: dwc2: gadget: fix stm32mp1 hang on barebox shutdown,
Ahmad Fatoum
- [PATCH] overlay: return error if target for firmware is missing,
Michael Tretter
- No oob scheme defined for oobsize 224 on imx6ull board,
郑小军
[PATCH] arm/at91: Replace license and copyright boilerplate by SPDX identifiers,
Uwe Kleine-König
[PATCH v2 0/5] dwc2: improve gadget support,
Michael Grzeschik
[Index of Archives]
[Linux Embedded]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]