U-Boot V2 Development (Barebox)
[Prev Page][Next Page]
- [PATCH 2/9] net: ip_route_get: Hook help text to command, (continued)
- [PATCH 0/3] add at91 documentation,
Sam Ravnborg
- [PATCH v1 1/1] Add generic implementation for muldi3,
Martin Hofmann
- [PATCH] common: state: fix alignment,
Roland Hieber
- barebox on Canon A1100,
Antony Pavlov
- [PATCH] ARM: imx7: missing config for AIPS3 bridge added,
Lukasz Madej
- [PATCH v1 0/3] bootstrap support for AT91SAM9263-EK,
Sam Ravnborg
- [PATCH] mci: skip of_partitions_register_fixup for boot partitions,
Ahmad Fatoum
- [PATCH 0/5] Independent collection of patches,
Sam Ravnborg
- [PATCH 00/11] Sync Kconfig to Linux 4.20,
Masahiro Yamada
- [PATCH 04/11] kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically, Masahiro Yamada
- [PATCH 01/11] kbuild: filter-out PHONY targets from "targets", Masahiro Yamada
- [PATCH 05/11] treewide: remove blank texts, Masahiro Yamada
- [PATCH 07/11] kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile, Masahiro Yamada
- [PATCH 06/11] .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore, Masahiro Yamada
- [PATCH 11/11] kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX, Masahiro Yamada
- [PATCH 02/11] kbuild: add .DELETE_ON_ERROR special target, Masahiro Yamada
- [PATCH 03/11] kbuild: add .SECONDARY special target, Masahiro Yamada
- [PATCH 08/11] kbuild: rename HOSTLOADLIBES_* to HOSTLDLIBS_*, Masahiro Yamada
- [PATCH 09/11] kbuild: generate lexer and parser during build instead of shipping, Masahiro Yamada
- [PATCH 10/11] kconfig: sync to Linux 4.20, Masahiro Yamada
- Re: [PATCH 00/11] Sync Kconfig to Linux 4.20, Sam Ravnborg
- [PATCH] README: add licensing information,
Roland Hieber
- [PATCH] Documentation: imx8mq-evk: Pass the full path for file names,
Fabio Estevam
- [PATCH] fs/fat: fix FAT32 detection,
Alexander Kurz
- [PATCH 1/2] imx-bbu-nand-fcb: Check the required space a bit earlier,
Alexander Shiyan
- [PATCH V3 1/2] mfd: mc13892: MC13892_POWER_MISC bits revision,
Alexander Shiyan
- MIPS multiimabe is brocken after "Images: Add image size to built images",
Oleksij Rempel
- [PATCH v2 1/3] MIPS: migrate all files to SPDX,
Oleksij Rempel
- [PATCH] nvmem: ocotp: Fix writing of second mac address fuses on imx6ul,
Stefan Riedmueller
- [PATCH for next] mtd: nand: nand_omap_gpmc: Fix GPMC_BCH_RESULT offset,
Teresa Remmet
- [PATCH 01/10] serial: clps711x: Change compatible string,
Alexander Shiyan
- [PATCH 08/10] clocksource: clps711x: Add devicetree support, Alexander Shiyan
- [PATCH 10/10] clocksource: clps711x: Use coredevice_platform_driver() macro, Alexander Shiyan
- [PATCH 09/10] clocksource: clps711x: Switch to SPDX identifier, Alexander Shiyan
- [PATCH 03/10] serial: clps711x: Use DIV_ROUND_CLOSEST() for baudrate calculation, Alexander Shiyan
- [PATCH 02/10] serial: clps711x: Switch to SPDX identifier, Alexander Shiyan
- [PATCH 04/10] serial: clps711x: Determine device name from device tree, Alexander Shiyan
- [PATCH 05/10] gpio: clps711x: Change compatible string, Alexander Shiyan
- [PATCH 07/10] gpio: clps711x: Use coredevice_platform_driver() macro, Alexander Shiyan
- [PATCH 06/10] gpio: clps711x: Switch to SPDX identifier, Alexander Shiyan
- Re: [PATCH 01/10] serial: clps711x: Change compatible string, Sascha Hauer
- [PATCH] commands: nand-bitflip: Add documentation for option '-c',
Teresa Remmet
- [PATCH v5 0/9] Raspberry Pi miniuart support,
Rouven Czerwinski
- [PATCH v5 2/9] ARM: rpi: move clks into board specific rpi-common, Rouven Czerwinski
- [PATCH v5 1/9] ARM: rpi: fix typo in rpi-common.c, Rouven Czerwinski
- [PATCH v5 4/9] serial_ns16550: handle default reg-io-width, Rouven Czerwinski
- [PATCH v5 3/9] ARM: rpi: retrieve miniuart clock from firmware, Rouven Czerwinski
- [PATCH v5 8/9] doc: bcm283x: remove miniuart overlay instruction, Rouven Czerwinski
- [PATCH v5 7/9] ARM: rpi: choose miniuart as stdout, Rouven Czerwinski
- [PATCH v5 5/9] serial_ns16550: add raspberry pi compatible and init, Rouven Czerwinski
- [PATCH v5 6/9] ARM: rpi: add NS16550 support, Rouven Czerwinski
- [PATCH v5 9/9] ARM: rpi: use defines for uart bases, Rouven Czerwinski
- Re: [PATCH v5 0/9] Raspberry Pi miniuart support, Sascha Hauer
- [PATCH v3 00/10] Add initial RISC-V architecture support,
Antony Pavlov
- [PATCH v3 02/10] RISC-V: add Erizo SoC support, Antony Pavlov
- [PATCH v3 07/10] RISC-V: erizo: add nmon image creation, Antony Pavlov
- [PATCH v3 01/10] Add initial RISC-V architecture support, Antony Pavlov
- [PATCH v3 03/10] RISC-V: add low-level debug macros for ns16550, Antony Pavlov
- [PATCH v3 08/10] RISC-V: add erizo_generic_defconfig, Antony Pavlov
- [PATCH v3 04/10] RISC-V: add nmon nano-monitor, Antony Pavlov
- [PATCH v3 09/10] scripts: add nmon-loader, Antony Pavlov
- [PATCH v3 05/10] RISC-V: erizo: add DEBUG_LL support, Antony Pavlov
- [PATCH v3 06/10] RISC-V: erizo: enable nmon, Antony Pavlov
- [PATCH v3 10/10] Documentation: add RISC-V docs, Antony Pavlov
- Re: [PATCH v3 00/10] Add initial RISC-V architecture support, Sascha Hauer
- [PATCH for next] mtd: nand: nand_base: Fix compile warning if CONFIG_MTD_WRITE is not enabled,
Teresa Remmet
- [PATCH 1/2] arm: boards: vscom-baltos: Run environment_initcall only on correct board,
Teresa Remmet
- [PATCH v1] MIPS: bcm47xx: migrate to multiimage, Oleksij Rempel
- AM335x NAND boot on next,
Teresa Remmet
- [PATCH v4 0/7] Raspberry Pi miniuart support,
Rouven Czerwinski
- [PATCH v3 0/7] Raspberry Pi miniuart support,
Rouven Czerwinski
- [PATCH V2 1/2] mfd: mc13892: MC13892_POWER_MISC bits revision,
Alexander Shiyan
- [PATCH v2 00/65] PCI i.MX6/DesignWare sync up with 4.20-rc1,
Andrey Smirnov
- [PATCH v2 06/65] PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces, Andrey Smirnov
- [PATCH v2 01/65] PCI: desginware: Remove bogus prototypes, Andrey Smirnov
- [PATCH v2 04/65] PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK, Andrey Smirnov
- [PATCH v2 02/65] PCI: designware: Consolidate outbound iATU programming functions, Andrey Smirnov
- [PATCH v2 05/65] PCI: designware: Use exact access size in dw_pcie_cfg_read(), Andrey Smirnov
- [PATCH v2 03/65] PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM, Andrey Smirnov
- [PATCH v2 07/65] PCI: designware: Require config accesses to be naturally aligned, Andrey Smirnov
- [PATCH v2 13/65] PCI: imx6: Move link up check into imx6_pcie_wait_for_link(), Andrey Smirnov
- [PATCH v2 09/65] PCI: designware: Ensure ATU is enabled before IO/conf space accesses, Andrey Smirnov
- [PATCH v2 10/65] PCI: designware: Simplify control flow, Andrey Smirnov
- [PATCH v2 11/65] PCI: designware: Make config accessor override checking symmetric, Andrey Smirnov
- [PATCH v2 12/65] PCI: designware: Explain why we don't program ATU for some platforms, Andrey Smirnov
- [PATCH v2 15/65] PCI: designware: Add default link up check if sub-driver doesn't override, Andrey Smirnov
- [PATCH v2 17/65] PCI: designware: Remove incorrect RC memory base/limit configuration, Andrey Smirnov
- [PATCH v2 14/65] PCI: designware: Add generic dw_pcie_wait_for_link(), Andrey Smirnov
- [PATCH v2 16/65] PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc(), Andrey Smirnov
- [PATCH v2 18/65] PCI: designware: Return data directly from dw_pcie_readl_rc(), Andrey Smirnov
- [PATCH v2 20/65] PCI: designware: Wait for iATU enable, Andrey Smirnov
- [PATCH v2 25/65] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device(), Andrey Smirnov
- [PATCH v2 24/65] PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs', Andrey Smirnov
- [PATCH v2 22/65] PCI: designware: Check LTSSM training bit before deciding link is up, Andrey Smirnov
- [PATCH v2 23/65] PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2, Andrey Smirnov
- [PATCH v2 21/65] PCI: designware: Add iATU Unroll feature, Andrey Smirnov
- [PATCH v2 28/65] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments, Andrey Smirnov
- [PATCH v2 26/65] PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll(), Andrey Smirnov
- [PATCH v2 29/65] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc(), Andrey Smirnov
- [PATCH v2 33/65] PCI: dwc: designware: Move register defines to designware header file, Andrey Smirnov
- [PATCH v2 32/65] PCI: designware: Check for iATU unroll only on platforms that use ATU, Andrey Smirnov
- [PATCH v2 36/65] PCI: imx6: Add local struct device pointers, Andrey Smirnov
- [PATCH v2 40/65] PCI: imx6: Use generic DesignWare accessors, Andrey Smirnov
- [PATCH v2 37/65] PCI: imx6: Removed unused struct imx6_pcie.mem_base, Andrey Smirnov
- [PATCH v2 35/65] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init(), Andrey Smirnov
- [PATCH v2 44/65] PCI: imx6: Factor out ref clock enable, Andrey Smirnov
- [PATCH v2 47/65] PCI: imx6: Remove LTSSM disable workaround, Andrey Smirnov
- [PATCH v2 58/65] PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate, Andrey Smirnov
- [PATCH v2 61/65] PCI: dwc: Add accessors for write permission of DBI, Andrey Smirnov
- [PATCH v2 64/65] PCI: dwc: Small computation improvement, Andrey Smirnov
- [PATCH v2 30/65] PCI: designware: Uninline register accessors, Andrey Smirnov
- [PATCH v2 31/65] PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments, Andrey Smirnov
- [PATCH v2 65/65] PCI: dwc: Constify dw_pcie_host_ops structures, Andrey Smirnov
- [PATCH v2 55/65] PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically, Andrey Smirnov
- [PATCH v2 41/65] PCI: imx6: Reorder struct imx6_pcie, Andrey Smirnov
- [PATCH v2 08/65] PCI: designware: Make "num-lanes" an optional DT property, Andrey Smirnov
- [PATCH v2 19/65] PCI: designware: Move link wait definitions to .c file, Andrey Smirnov
- [PATCH v2 60/65] PCI: dwc: designware: Handle ->host_init() failures, Andrey Smirnov
- [PATCH v2 57/65] PCI: Fix typos and whitespace errors, Andrey Smirnov
- [PATCH v2 48/65] PCI: dwc: all: Split struct pcie_port into host-only and core structures, Andrey Smirnov
- [PATCH v2 49/65] PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc(), Andrey Smirnov
- [PATCH v2 39/65] PCI: imx6: Pass device-specific struct to internal functions, Andrey Smirnov
- [PATCH v2 34/65] PCI: dwc: all: Rename cfg_read/cfg_write to read/write, Andrey Smirnov
- [PATCH v2 27/65] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces, Andrey Smirnov
- [PATCH v2 63/65] PCI: dwc: Fix enumeration end when reaching root subordinate, Andrey Smirnov
- [PATCH v2 52/65] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument, Andrey Smirnov
- [PATCH v2 62/65] PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates, Andrey Smirnov
- [PATCH v2 56/65] PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() static, Andrey Smirnov
- [PATCH v2 54/65] PCI: dwc: designware: Move _unroll configurations to a separate function, Andrey Smirnov
- [PATCH v2 53/65] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes, Andrey Smirnov
- [PATCH v2 59/65] PCI: dwc: Replace lower into upper case characters, Andrey Smirnov
- [PATCH v2 51/65] PCI: dwc: Split pcie-designware.c into host and core files, Andrey Smirnov
- [PATCH v2 45/65] PCI: imx6: Add DT property for link gen, default to Gen1, Andrey Smirnov
- [PATCH v2 46/65] PCI: imx6: Remove redundant "Link never came up" message, Andrey Smirnov
- [PATCH v2 50/65] PCI: dwc: designware: Fix style errors in pcie-designware.c, Andrey Smirnov
- [PATCH v2 42/65] PCI: imx6: Port error messages for imx6_pcie_deassert_core_reset(), Andrey Smirnov
- [PATCH v2 43/65] PCI: imx6: Remove unused return values, Andrey Smirnov
- [PATCH v2 38/65] PCI: imx6: Pass struct imx6_pcie to PHY accessors, Andrey Smirnov
- Re: [PATCH v2 00/65] PCI i.MX6/DesignWare sync up with 4.20-rc1, Andrey Smirnov
- [PATCH v1 1/3] MIPS: migrate all files to SPDX,
Oleksij Rempel
- [PATCH 1/2] include/linux/time.h: define USEC_PER_SEC and friends,
Ahmad Fatoum
- [PATCH 00/23] AM3517 support,
Sascha Hauer
- [PATCH 05/23] mci: omap: use IS_ENABLED() rather than #ifdef, Sascha Hauer
- [PATCH 09/23] mtd: nand: omap: remove unused function argument, Sascha Hauer
- [PATCH 02/23] net: davinci-emac: Add timeout to polling loop, Sascha Hauer
- [PATCH 13/23] ARM: omap: Add missing include, Sascha Hauer
- [PATCH 07/23] mtd: nand: omap: Fix hamming correct return values, Sascha Hauer
- [PATCH 18/23] ARM: omap3: Add support for reset reason detection, Sascha Hauer
- [PATCH 04/23] mci: omap: Improve error handling, Sascha Hauer
- [PATCH 01/23] net: davinci-emac: fix buggy channel tear down, Sascha Hauer
- [PATCH 06/23] mtd: nand: omap: Use dev_dbg when a struct device * is available, Sascha Hauer
- [PATCH 08/23] mtd: nand: omap: Disable subpage reads in hardware ecc mode, Sascha Hauer
- [PATCH 10/23] mtd: nand: omap: fix bch8_hw_romcode ecc layout, Sascha Hauer
- [PATCH 03/23] net: davinci-emac: switch to device tree support, Sascha Hauer
- [PATCH 16/23] ARM: omap: Add AM35XX support, Sascha Hauer
- [PATCH 17/23] ARM: omap: enable am33xx_uart_soft_reset for AM35xx, Sascha Hauer
- [PATCH 21/23] ARM: omap: AM3517: Change default clock rate for AM3517, Sascha Hauer
- [PATCH 14/23] ARM: omap: dmtimer: Turn into a driver, Sascha Hauer
- [PATCH 11/23] mtd: nand: omap: set eccbytes correctly, Sascha Hauer
- [PATCH 19/23] ARM: omap: Add AM3517 specific mux configuration, Sascha Hauer
- [PATCH 12/23] mtd: nand: omap: unbreak BCH8 support, Sascha Hauer
- [PATCH 15/23] ARM: omap: 32ktimer: Turn into a driver, Sascha Hauer
- [PATCH 20/23] ARM: omap: Add emif4 support for AM3517, Sascha Hauer
- [PATCH 22/23] ARM: omap: Add board support for WAGO pfc200 platform, Sascha Hauer
- [PATCH 23/23] ARM: omap: am33xx_defconfig: Enable more boards and rename, Sascha Hauer
- Re: [PATCH 00/23] AM3517 support, Ladislav Michl
- [PATCH 1/6] ARM: Add missing prototypes,
Sascha Hauer
- [PATCH 1/2] mfd: mc13892: MC13892_POWER_MISC bits revision,
Alexander Shiyan
- bareboxenv -s: output depends on filesystem,
Baeuerle, Florian
- [PATCH] commands: miitool: remove unsupported options a and b, Sascha Hauer
- [PATCH] Fix email address,
Alexander Shiyan
- [PATCH] spi: i.MX: Fix wrong bus nubering with devicetree,
Alexander Shiyan
- [PATCH v2 0/8] Raspberry Pi miniuart support,
Rouven Czerwinski
- [PATCH 00/58] PCI i.MX6/DesignWare sync up with 4.20-rc1,
Andrey Smirnov
- [PATCH 01/58] PCI: desginware: Remove bogus prototypes, Andrey Smirnov
- [PATCH 06/58] PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces, Andrey Smirnov
- [PATCH 04/58] PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK, Andrey Smirnov
- [PATCH 03/58] PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM, Andrey Smirnov
- [PATCH 02/58] PCI: designware: Consolidate outbound iATU programming functions, Andrey Smirnov
- [PATCH 05/58] PCI: designware: Use exact access size in dw_pcie_cfg_read(), Andrey Smirnov
- [PATCH 13/58] PCI: imx6: Move link up check into imx6_pcie_wait_for_link(), Andrey Smirnov
- [PATCH 16/58] PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc(), Andrey Smirnov
- [PATCH 08/58] PCI: designware: Make "num-lanes" an optional DT property, Andrey Smirnov
- [PATCH 07/58] PCI: designware: Require config accesses to be naturally aligned, Andrey Smirnov
- [PATCH 09/58] PCI: designware: Ensure ATU is enabled before IO/conf space accesses, Andrey Smirnov
- [PATCH 10/58] PCI: designware: Simplify control flow, Andrey Smirnov
- [PATCH 12/58] PCI: designware: Explain why we don't program ATU for some platforms, Andrey Smirnov
- [PATCH 15/58] PCI: designware: Add default link up check if sub-driver doesn't override, Andrey Smirnov
- [PATCH 11/58] PCI: designware: Make config accessor override checking symmetric, Andrey Smirnov
- [PATCH 21/58] PCI: designware: Check LTSSM training bit before deciding link is up, Andrey Smirnov
- [PATCH 17/58] PCI: designware: Remove incorrect RC memory base/limit configuration, Andrey Smirnov
- [PATCH 19/58] PCI: designware: Move link wait definitions to .c file, Andrey Smirnov
- [PATCH 14/58] PCI: designware: Add generic dw_pcie_wait_for_link(), Andrey Smirnov
- [PATCH 18/58] PCI: designware: Return data directly from dw_pcie_readl_rc(), Andrey Smirnov
- [PATCH 24/58] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device(), Andrey Smirnov
- [PATCH 20/58] PCI: designware: Wait for iATU enable, Andrey Smirnov
- [PATCH 22/58] PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2, Andrey Smirnov
- [PATCH 23/58] PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs', Andrey Smirnov
- [PATCH 27/58] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc(), Andrey Smirnov
- [PATCH 28/58] PCI: dwc: designware: Move register defines to designware header file, Andrey Smirnov
- [PATCH 25/58] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces, Andrey Smirnov
- [PATCH 26/58] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments, Andrey Smirnov
- [PATCH 30/58] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init(), Andrey Smirnov
- [PATCH 31/58] PCI: imx6: Add local struct device pointers, Andrey Smirnov
- [PATCH 29/58] PCI: dwc: all: Rename cfg_read/cfg_write to read/write, Andrey Smirnov
- [PATCH 34/58] PCI: imx6: Pass device-specific struct to internal functions, Andrey Smirnov
- [PATCH 41/58] PCI: imx6: Remove redundant "Link never came up" message, Andrey Smirnov
- [PATCH 33/58] PCI: imx6: Pass struct imx6_pcie to PHY accessors, Andrey Smirnov
- [PATCH 44/58] PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc(), Andrey Smirnov
- [PATCH 36/58] PCI: imx6: Reorder struct imx6_pcie, Andrey Smirnov
- [PATCH 37/58] PCI: imx6: Port error messages for imx6_pcie_deassert_core_reset(), Andrey Smirnov
- [PATCH 42/58] PCI: imx6: Remove LTSSM disable workaround, Andrey Smirnov
- [PATCH 46/58] PCI: dwc: Split pcie-designware.c into host and core files, Andrey Smirnov
- [PATCH 48/58] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes, Andrey Smirnov
- [PATCH 53/58] PCI: dwc: designware: Handle ->host_init() failures, Andrey Smirnov
- [PATCH 43/58] PCI: dwc: all: Split struct pcie_port into host-only and core structures, Andrey Smirnov
- [PATCH 57/58] PCI: dwc: Small computation improvement, Andrey Smirnov
- [PATCH 56/58] PCI: dwc: Fix enumeration end when reaching root subordinate, Andrey Smirnov
- [PATCH 58/58] PCI: dwc: Constify dw_pcie_host_ops structures, Andrey Smirnov
- [PATCH 54/58] PCI: dwc: Add accessors for write permission of DBI read-only registers, Andrey Smirnov
- [PATCH 38/58] PCI: imx6: Remove unused return values, Andrey Smirnov
- [PATCH 49/58] PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically, Andrey Smirnov
- [PATCH 35/58] PCI: imx6: Use generic DesignWare accessors, Andrey Smirnov
- [PATCH 47/58] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument, Andrey Smirnov
- [PATCH 39/58] PCI: imx6: Factor out ref clock enable, Andrey Smirnov
- [PATCH 55/58] PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates, Andrey Smirnov
- [PATCH 52/58] PCI: dwc: Replace lower into upper case characters, Andrey Smirnov
- [PATCH 51/58] PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate, Andrey Smirnov
- [PATCH 50/58] PCI: Fix typos and whitespace errors, Andrey Smirnov
- [PATCH 40/58] PCI: imx6: Add DT property for link gen, default to Gen1, Andrey Smirnov
- [PATCH 45/58] PCI: dwc: designware: Fix style errors in pcie-designware.c, Andrey Smirnov
- [PATCH 32/58] PCI: imx6: Removed unused struct imx6_pcie.mem_base, Andrey Smirnov
- Re: [PATCH 00/58] PCI i.MX6/DesignWare sync up with 4.20-rc1, Andrey Smirnov
- [PATCH 1/3] serial: amba-pl011: Fix regulator_get() return check,
Andrey Smirnov
- [PATCH 1/4] net/e1000: Map custom error codes to more appropriate errno values,
Andrey Smirnov
- [PATCH] ARM: fix setup_c when runtime offset is != 0, Sascha Hauer
- [PATCH] imd: model and compatible missing in metadata,
Thorsten K. Scherer
- [PATCH] scripts/mkcompile_h: Remove trailing spaces from compiler version,
Antony Pavlov
- [PATCH 0/6] Raspberry Pi miniuart support,
Rouven Czerwinski
- [PATCH] globalvar: fix crash if CONFIG_NVVAR is not set,
Antony Pavlov
- [PATCH 1/3] Documentation: i.MX: improve wording, add markup and missing articles,
Roland Hieber
- [PATCH 1/2] mfd: rave-sp: Add parameters to query IP address/netmask,
Lucas Stach
- [PATCH] clk: imx5: add di_pred,
Lucas Stach
- [PATCH] ARM: rdu2: add command to reset network switch,
Lucas Stach
- [PATCH] lib/xymodem: Decrease read block timeout,
Lucas Stach
- CCMX51 is not boot anymore,
Alexander Shiyan
- [PATCH] phycard-imx27: add support for 64MB RAM variants,
Baeuerle, Florian
- GPIO support missing for SoCFPGA?,
Ian Abbott
- [PATCH 0/7] Fastboot improvements,
Sascha Hauer
- [PATCH] Documentation: i.MX: Document how to use GPT,
Andrey Smirnov
- v2018.12.0, Sascha Hauer
- [PATCH 1/6] mci: core: Use alias as a devname by default,
Andrey Smirnov
- [PATCH] lib/parameter: Fix typecases to match corresponding PARAM_TYPE_*,
Andrey Smirnov
- [PATCH] nvmem: ocotp: Make use of postcore_platform_driver macro,
Andrey Smirnov
- [PATCH 1/3] led: core: Don't call get_time_us() twice,
Andrey Smirnov
- [PATCH] commands: boot: Remove useless code,
Andrey Smirnov
- [PATCH] mfd: rave-sp: Make use of wait_on_timeout(),
Andrey Smirnov
- [PATCH] net: lib: Make use of ETH_ALEN,
Andrey Smirnov
- [PATCH 1/4] driver: left shift 1U instead of 1 in bitmask for consistency,
Ahmad Fatoum
- [PATCH 1/4] ARM: imx: select OFDEVICE for VF610,
Lucas Stach
- [PATCH v1] drivers: net: usb: convert drivers to spdx,
Oleksij Rempel
- [PATCH v2] drivers: net: phy: convert drivers to spdx,
Oleksij Rempel
- [PATCH 1/3] ARM: dts: phyCORE-i.MX 6UL: Enable USB host port,
Stefan Riedmueller
- issues communicating with SPI on Raspberry Pi 3,
Kai Che
- [PATCH v2 0/4] checkpatch.pl: add ability to ignore various messages,
Antony Pavlov
- [PATCH 0/4] checkpatch.pl: port misc linux commits,
Antony Pavlov
- [PATCH] documentation: document eMMC boot{0,1}-partitions binding,
Ahmad Fatoum
- [PATCH v1] drivers: net: phy: convert drivers to spdx,
Oleksij Rempel
- [PATCH v2] drivers: net: convert drivers to spdx,
Oleksij Rempel
- [PATCH] phytec-som-imx6: ksz8081_phy_fixup: Don't override B-CAST_OFF strap-in,
Stefan Riedmueller
- [PATCH] common/parser.c: s/%d/%zu/ when printing size_t,
Ahmad Fatoum
- [PATCH] arm: common: document safe usage of arm_setup_stack,
Ahmad Fatoum
- [PATCH] lib: bootstrap: fix instance of possibly mismatched pointer sizes,
Ahmad Fatoum
- [PATCH] nvmem: ocotp: Add support for second mac address fuses on imx6ul,
Stefan Riedmueller
- [PATCH 1/2] mtd: spi-nor: Add support for sst25wf020a,
Ahmad Fatoum
- [PATCH v1] drivers: net: convert drivers to spdx,
Oleksij Rempel
- [PATCH 1/3] memory_display: Print whole line at once,
Sascha Hauer
- [PATCH v1] defaultenv-2: add bnet script to second stage barebox over net,
Oleksij Rempel
- imx6 usb update,
Erwin Rol
- [PATCH 1/6] ARM: mmu64: include dma.h,
Lucas Stach
- [PATCH] fixup! ARM: i.MX: Add max_load_size option to boards that will need it,
Lucas Stach
- [PATCH] kconfig: include common Kconfig files from top-level Kconfig,
Antony Pavlov
- [PATCH v2 1/2] drivers: caam: add RNG software self-test,
Roland Hieber
- [PATCH] clocksource: Add dw_apb_timer driver,
Jules Maselbas
- [PATCH 1/4] net: designware: socfpga: return error value,
Steffen Trumtrar
- [PATCH 00/15] Makefile: sync with linux v4.13 and add thin archives support,
Steffen Trumtrar
- [PATCH 05/15] debug: Add CONFIG_DEBUG_READABLE_ASM, Steffen Trumtrar
- [PATCH 04/15] scripts/Kbuild.include: replace KBUILD_CPPFLAGS with CPPFLAGS, Steffen Trumtrar
- [PATCH 09/15] scripts: link-barebox: force error on kallsyms failure, Steffen Trumtrar
- [PATCH 01/15] Makefile: replace LINUXINCLUDE with BAREBOXINCLUDE, Steffen Trumtrar
- [PATCH 06/15] Makefile: improve line wrapping, Steffen Trumtrar
- [PATCH 02/15] Makefile: Correctly deal with make options which contain an "s", Steffen Trumtrar
- [PATCH 03/15] scripts/Kbuild.include: Fix portability problem of "echo -e", Steffen Trumtrar
- [PATCH 15/15] ARM: Kconfig: select THIN_ARCHIVES for ARM, Steffen Trumtrar
- [PATCH 10/15] scripts: link-barebox: allow architectures to use thin archives instead of ld -r, Steffen Trumtrar
- [PATCH 13/15] scripts: link-barebox: close thin archives --whole-archives option, Steffen Trumtrar
- [PATCH 07/15] Makefile: link of barebox moved to script, Steffen Trumtrar
- [PATCH 12/15] scripts: link-barebox: minor improvement for thin archives build, Steffen Trumtrar
- [PATCH 11/15] scripts: link-barebox: kallsyms allow 3-pass generation, Steffen Trumtrar
- [PATCH 14/15] scripts: link-barebox: thin archives use P option to ar, Steffen Trumtrar
- [PATCH 08/15] scripts: link-barebox: fix bash-ism, Steffen Trumtrar
- [PATCH 1/3] net: dns: Use pr_debug,
Sascha Hauer
- [PATCH] Kconfig: drop duplicate PHYS_ADDR_T_64BIT definitions,
Antony Pavlov
- imx6ul (phytec Segin board) USB/DFU,
Erwin Rol
- CONFIG_AUTOBOOT_STOP_STR to stop autoboot in barebox,
Parthiban Nallathambi
- [PATCH v2 0/4] Xilinx Zynq Ultrascale+ MPSoC support,
Michael Tretter
- [PATCH] Kconfig: Add clocksource menu,
Jules Maselbas
- [PATCH] imd: fix missing error message,
Thorsten K. Scherer
- [PATCH v3 00/10] MIPS: migrate to multiimage support,
Oleksij Rempel
- [PATCH v3 01/10] images: piggy: use "a" instead of #alloc flag, Oleksij Rempel
- [PATCH v3 07/10] MIPS: put main_entry to __bare_init section, Oleksij Rempel
- [PATCH v3 09/10] MIPS: remove HAS_NO_BOARD_HL_CODE support, Oleksij Rempel
- [PATCH v3 04/10] MIPS: start: preserve DTB pointer for later use, Oleksij Rempel
- [PATCH v3 02/10] MIPS: add arch/mips/lib/pbl.lds.S, Oleksij Rempel
- [PATCH v3 10/10] MIPS: remove useless board files, Oleksij Rempel
- [PATCH v3 03/10] pbl: enable MIPS for PBL_RELOCATABLE, Oleksij Rempel
- [PATCH v3 05/10] MIPS: multiimage: add ENTRY_FUNCTION macros, Oleksij Rempel
- [PATCH v3 06/10] MIPS: mutliimage: pass devicetree from PBL to the main_entry, Oleksij Rempel
- [PATCH v3 08/10] MIPS: port all mach* to multiimage, Oleksij Rempel
[Index of Archives]
[Linux Embedded]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]