mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/3] Documentation: i.MX: improve wording, add markup and missing articles
 2018-12-17  9:45 UTC  (4+ messages)

[PATCH 1/4] net/e1000: Map custom error codes to more appropriate errno values
 2018-12-17  9:42 UTC  (2+ messages)

[PATCH v4 0/7] Raspberry Pi miniuart support
 2018-12-17  8:10 UTC  (8+ messages)
` [PATCH v4 1/7] ARM: rpi: move clks into board specific rpi-common
` [PATCH v4 2/7] ARM: rpi: retrieve miniuart clock from firmware
` [PATCH v4 3/7] serial_ns16550: handle default reg-io-width
` [PATCH v4 4/7] serial_ns16550: add raspberry pi compatible and init
` [PATCH v4 5/7] ARM: rpi: add NS16550 support
` [PATCH v4 6/7] ARM: rpi: choose miniuart as stdout
` [PATCH v4 7/7] doc: bcm283x: remove miniuart overlay instruction

[PATCH v3 0/7] Raspberry Pi miniuart support
 2018-12-17  8:06 UTC  (9+ messages)
` [PATCH v3 1/7] ARM: rpi: move clks into board specific rpi-common
` [PATCH v3 2/7] ARM: rpi: retrieve miniuart clock from firmware
` [PATCH v3 3/7] serial_ns16550: handle default reg-io-width
` [PATCH v3 4/7] serial_ns16550: add raspberry pi compatible and init
` [PATCH v3 5/7] ARM: rpi: add NS16550 support
` [PATCH v3 6/7] ARM: rpi: choose miniuart as stdout
` [PATCH v3 7/7] doc: bcm283x: remove miniuart overlay instruction

[PATCH V2 1/2] mfd: mc13892: MC13892_POWER_MISC bits revision
 2018-12-17  7:00 UTC  (3+ messages)
` [PATCH V2 2/2] ARM: CCMX51: Switch to multiimage support

[PATCH v1 1/3] MIPS: migrate all files to SPDX
 2018-12-17  6:33 UTC  (4+ messages)
` [PATCH v1 2/3] MIPS: convert files with not precise GNU version "
` [PATCH v1 3/3] MIPS: update to GPL-2.0-or-later for files copyrighted by me

[PATCH v2 00/65] PCI i.MX6/DesignWare sync up with 4.20-rc1
 2018-12-17  5:19 UTC  (66+ messages)
` [PATCH v2 01/65] PCI: desginware: Remove bogus prototypes
` [PATCH v2 02/65] PCI: designware: Consolidate outbound iATU programming functions
` [PATCH v2 03/65] PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM
` [PATCH v2 04/65] PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK
` [PATCH v2 05/65] PCI: designware: Use exact access size in dw_pcie_cfg_read()
` [PATCH v2 06/65] PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces
` [PATCH v2 07/65] PCI: designware: Require config accesses to be naturally aligned
` [PATCH v2 08/65] PCI: designware: Make "num-lanes" an optional DT property
` [PATCH v2 09/65] PCI: designware: Ensure ATU is enabled before IO/conf space accesses
` [PATCH v2 10/65] PCI: designware: Simplify control flow
` [PATCH v2 11/65] PCI: designware: Make config accessor override checking symmetric
` [PATCH v2 12/65] PCI: designware: Explain why we don't program ATU for some platforms
` [PATCH v2 13/65] PCI: imx6: Move link up check into imx6_pcie_wait_for_link()
` [PATCH v2 14/65] PCI: designware: Add generic dw_pcie_wait_for_link()
` [PATCH v2 15/65] PCI: designware: Add default link up check if sub-driver doesn't override
` [PATCH v2 16/65] PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()
` [PATCH v2 17/65] PCI: designware: Remove incorrect RC memory base/limit configuration
` [PATCH v2 18/65] PCI: designware: Return data directly from dw_pcie_readl_rc()
` [PATCH v2 19/65] PCI: designware: Move link wait definitions to .c file
` [PATCH v2 20/65] PCI: designware: Wait for iATU enable
` [PATCH v2 21/65] PCI: designware: Add iATU Unroll feature
` [PATCH v2 22/65] PCI: designware: Check LTSSM training bit before deciding link is up
` [PATCH v2 23/65] PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2
` [PATCH v2 24/65] PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'
` [PATCH v2 25/65] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()
` [PATCH v2 26/65] PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()
` [PATCH v2 27/65] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
` [PATCH v2 28/65] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
` [PATCH v2 29/65] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()
` [PATCH v2 30/65] PCI: designware: Uninline register accessors
` [PATCH v2 31/65] PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments
` [PATCH v2 32/65] PCI: designware: Check for iATU unroll only on platforms that use ATU
` [PATCH v2 33/65] PCI: dwc: designware: Move register defines to designware header file
` [PATCH v2 34/65] PCI: dwc: all: Rename cfg_read/cfg_write to read/write
` [PATCH v2 35/65] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()
` [PATCH v2 36/65] PCI: imx6: Add local struct device pointers
` [PATCH v2 37/65] PCI: imx6: Removed unused struct imx6_pcie.mem_base
` [PATCH v2 38/65] PCI: imx6: Pass struct imx6_pcie to PHY accessors
` [PATCH v2 39/65] PCI: imx6: Pass device-specific struct to internal functions
` [PATCH v2 40/65] PCI: imx6: Use generic DesignWare accessors
` [PATCH v2 41/65] PCI: imx6: Reorder struct imx6_pcie
` [PATCH v2 42/65] PCI: imx6: Port error messages for imx6_pcie_deassert_core_reset()
` [PATCH v2 43/65] PCI: imx6: Remove unused return values
` [PATCH v2 44/65] PCI: imx6: Factor out ref clock enable
` [PATCH v2 45/65] PCI: imx6: Add DT property for link gen, default to Gen1
` [PATCH v2 46/65] PCI: imx6: Remove redundant "Link never came up" message
` [PATCH v2 47/65] PCI: imx6: Remove LTSSM disable workaround
` [PATCH v2 48/65] PCI: dwc: all: Split struct pcie_port into host-only and core structures
` [PATCH v2 49/65] PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()
` [PATCH v2 50/65] PCI: dwc: designware: Fix style errors in pcie-designware.c
` [PATCH v2 51/65] PCI: dwc: Split pcie-designware.c into host and core files
` [PATCH v2 52/65] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
` [PATCH v2 53/65] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH v2 54/65] PCI: dwc: designware: Move _unroll configurations to a separate function
` [PATCH v2 55/65] PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically
` [PATCH v2 56/65] PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() static
` [PATCH v2 57/65] PCI: Fix typos and whitespace errors
` [PATCH v2 58/65] PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
` [PATCH v2 59/65] PCI: dwc: Replace lower into upper case characters
` [PATCH v2 60/65] PCI: dwc: designware: Handle ->host_init() failures
` [PATCH v2 61/65] PCI: dwc: Add accessors for write permission of DBI
` [PATCH v2 62/65] PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates
` [PATCH v2 63/65] PCI: dwc: Fix enumeration end when reaching root subordinate
` [PATCH v2 64/65] PCI: dwc: Small computation improvement
` [PATCH v2 65/65] PCI: dwc: Constify dw_pcie_host_ops structures

[PATCH 00/23] AM3517 support
 2018-12-14 19:32 UTC  (26+ messages)
` [PATCH 01/23] net: davinci-emac: fix buggy channel tear down
` [PATCH 02/23] net: davinci-emac: Add timeout to polling loop
` [PATCH 03/23] net: davinci-emac: switch to device tree support
` [PATCH 04/23] mci: omap: Improve error handling
` [PATCH 05/23] mci: omap: use IS_ENABLED() rather than #ifdef
` [PATCH 06/23] mtd: nand: omap: Use dev_dbg when a struct device * is available
` [PATCH 07/23] mtd: nand: omap: Fix hamming correct return values
` [PATCH 08/23] mtd: nand: omap: Disable subpage reads in hardware ecc mode
` [PATCH 09/23] mtd: nand: omap: remove unused function argument
` [PATCH 10/23] mtd: nand: omap: fix bch8_hw_romcode ecc layout
` [PATCH 11/23] mtd: nand: omap: set eccbytes correctly
` [PATCH 12/23] mtd: nand: omap: unbreak BCH8 support
` [PATCH 13/23] ARM: omap: Add missing include
` [PATCH 14/23] ARM: omap: dmtimer: Turn into a driver
` [PATCH 15/23] ARM: omap: 32ktimer: "
` [PATCH 16/23] ARM: omap: Add AM35XX support
` [PATCH 17/23] ARM: omap: enable am33xx_uart_soft_reset for AM35xx
` [PATCH 18/23] ARM: omap3: Add support for reset reason detection
` [PATCH 19/23] ARM: omap: Add AM3517 specific mux configuration
` [PATCH 20/23] ARM: omap: Add emif4 support for AM3517
` [PATCH 21/23] ARM: omap: AM3517: Change default clock rate "
` [PATCH 22/23] ARM: omap: Add board support for WAGO pfc200 platform
` [PATCH 23/23] ARM: omap: am33xx_defconfig: Enable more boards and rename

[PATCH] arm: common: document safe usage of arm_setup_stack
 2018-12-14 15:32 UTC  (2+ messages)

[PATCH 1/4] driver: left shift 1U instead of 1 in bitmask for consistency
 2018-12-14 15:31 UTC  (6+ messages)
` [PATCH 4/4] of: partition: add no-fixup device tree property

[PATCH 1/2] include/linux/time.h: define USEC_PER_SEC and friends
 2018-12-14 15:29 UTC  (3+ messages)
` [PATCH 2/2] net: fec_imx: fix timeout off by *1000 error

[PATCH] spi: i.MX: Fix wrong bus nubering with devicetree
 2018-12-14 14:08 UTC  (3+ messages)
` [PATCH] ARM: clps711x: Increase boot space

[PATCH] Fix email address
 2018-12-14 11:33 UTC  (2+ messages)

[PATCH 1/2] mfd: mc13892: MC13892_POWER_MISC bits revision
 2018-12-14 11:30 UTC  (3+ messages)
` [PATCH 2/2] ARM: CCMX51: Switch to multiimage support

[PATCH 1/3] serial: amba-pl011: Fix regulator_get() return check
 2018-12-14 11:11 UTC  (2+ messages)

[PATCH v2 0/8] Raspberry Pi miniuart support
 2018-12-14 10:58 UTC  (12+ messages)
` [PATCH v2 1/8] ARM: rpi: fix typo in rpi-common.c
` [PATCH v2 2/8] ARM: rpi: move clks into board specific rpi-common
` [PATCH v2 3/8] ARM: rpi: retrieve miniuart clock from firmware
` [PATCH v2 4/8] serial_ns16550: handle default reg-io-width
` [PATCH v2 5/8] serial_ns16550: add raspberry pi compatible and init
` [PATCH v2 6/8] ARM: rpi: add NS16550 support
` [PATCH v2 7/8] ARM: rpi: choose miniuart as stdout
` [PATCH v2 8/8] doc: bcm283x: remove miniuart overlay instruction

[PATCH 1/6] ARM: Add missing prototypes
 2018-12-14 10:41 UTC  (6+ messages)
` [PATCH 2/6] ARM: AT91: at91rm9200 clocksource: Make locally used function static
` [PATCH 3/6] ARM: AT91: remove unused function
` [PATCH 4/6] ARM: omap: fix missing prototypes warnings
` [PATCH 5/6] ARM: AT91: pit: Make locally used function static
` [PATCH 6/6] ARM: AT91: add missing includes

[PATCH 00/58] PCI i.MX6/DesignWare sync up with 4.20-rc1
 2018-12-14  8:28 UTC  (45+ messages)
` [PATCH 14/58] PCI: designware: Add generic dw_pcie_wait_for_link()
` [PATCH 17/58] PCI: designware: Remove incorrect RC memory base/limit configuration
` [PATCH 18/58] PCI: designware: Return data directly from dw_pcie_readl_rc()
` [PATCH 19/58] PCI: designware: Move link wait definitions to .c file
` [PATCH 20/58] PCI: designware: Wait for iATU enable
` [PATCH 22/58] PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2
` [PATCH 23/58] PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'
` [PATCH 24/58] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()
` [PATCH 25/58] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
` [PATCH 26/58] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
` [PATCH 27/58] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()
` [PATCH 28/58] PCI: dwc: designware: Move register defines to designware header file
` [PATCH 29/58] PCI: dwc: all: Rename cfg_read/cfg_write to read/write
` [PATCH 30/58] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()
` [PATCH 31/58] PCI: imx6: Add local struct device pointers
` [PATCH 32/58] PCI: imx6: Removed unused struct imx6_pcie.mem_base
` [PATCH 33/58] PCI: imx6: Pass struct imx6_pcie to PHY accessors
` [PATCH 34/58] PCI: imx6: Pass device-specific struct to internal functions
` [PATCH 35/58] PCI: imx6: Use generic DesignWare accessors
` [PATCH 36/58] PCI: imx6: Reorder struct imx6_pcie
` [PATCH 37/58] PCI: imx6: Port error messages for imx6_pcie_deassert_core_reset()
` [PATCH 38/58] PCI: imx6: Remove unused return values
` [PATCH 39/58] PCI: imx6: Factor out ref clock enable
` [PATCH 40/58] PCI: imx6: Add DT property for link gen, default to Gen1
` [PATCH 41/58] PCI: imx6: Remove redundant "Link never came up" message
` [PATCH 42/58] PCI: imx6: Remove LTSSM disable workaround
` [PATCH 43/58] PCI: dwc: all: Split struct pcie_port into host-only and core structures
` [PATCH 44/58] PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()
` [PATCH 45/58] PCI: dwc: designware: Fix style errors in pcie-designware.c
` [PATCH 46/58] PCI: dwc: Split pcie-designware.c into host and core files
` [PATCH 47/58] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
` [PATCH 48/58] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH 49/58] PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically
` [PATCH 50/58] PCI: Fix typos and whitespace errors
` [PATCH 51/58] PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
` [PATCH 52/58] PCI: dwc: Replace lower into upper case characters
` [PATCH 53/58] PCI: dwc: designware: Handle ->host_init() failures
` [PATCH 54/58] PCI: dwc: Add accessors for write permission of DBI read-only registers
` [PATCH 55/58] PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates
` [PATCH 56/58] PCI: dwc: Fix enumeration end when reaching root subordinate
` [PATCH 57/58] PCI: dwc: Small computation improvement
` [PATCH 58/58] PCI: dwc: Constify dw_pcie_host_ops structures

bareboxenv -s: output depends on filesystem
 2018-12-13 15:47 UTC 

[PATCH] commands: miitool: remove unsupported options a and b
 2018-12-13  9:01 UTC 

[PATCH] scripts/mkcompile_h: Remove trailing spaces from compiler version
 2018-12-13  7:21 UTC  (2+ messages)

[PATCH] imd: model and compatible missing in metadata
 2018-12-13  7:20 UTC  (2+ messages)

[PATCH 0/6] Raspberry Pi miniuart support
 2018-12-13  7:14 UTC  (3+ messages)
` [PATCH 3/6] serial_ns16550: add raspberry pi compatible and init

page:  |  | latest

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