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-14 10:13 UTC  (5+ messages)
` [PATCH 2/3] Documentation: state: fix closing brace without opening brace
` [PATCH 3/3] Documentation: i.MX: Kindle 4/5: fix sphinx warnings

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

[PATCH 00/58] PCI i.MX6/DesignWare sync up with 4.20-rc1
 2018-12-14  8:28 UTC  (61+ messages)
` [PATCH 01/58] PCI: desginware: Remove bogus prototypes
` [PATCH 02/58] PCI: designware: Consolidate outbound iATU programming functions
` [PATCH 03/58] PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM
` [PATCH 04/58] PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK
` [PATCH 05/58] PCI: designware: Use exact access size in dw_pcie_cfg_read()
` [PATCH 06/58] PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces
` [PATCH 07/58] PCI: designware: Require config accesses to be naturally aligned
` [PATCH 08/58] PCI: designware: Make "num-lanes" an optional DT property
` [PATCH 09/58] PCI: designware: Ensure ATU is enabled before IO/conf space accesses
` [PATCH 10/58] PCI: designware: Simplify control flow
` [PATCH 11/58] PCI: designware: Make config accessor override checking symmetric
` [PATCH 12/58] PCI: designware: Explain why we don't program ATU for some platforms
` [PATCH 13/58] PCI: imx6: Move link up check into imx6_pcie_wait_for_link()
` [PATCH 14/58] PCI: designware: Add generic dw_pcie_wait_for_link()
` [PATCH 15/58] PCI: designware: Add default link up check if sub-driver doesn't override
` [PATCH 16/58] PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()
` [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 21/58] PCI: designware: Check LTSSM training bit before deciding link is up
` [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

[PATCH v2 0/8] Raspberry Pi miniuart support
 2018-12-13 15:56 UTC  (11+ 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

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] Fix email address
 2018-12-13  8:13 UTC 

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

[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  (10+ messages)
` [PATCH 1/6] mach-bcm2835/core: add clkdev for uart1
` [PATCH 2/6] serial_ns16550: handle default reg-io-width
` [PATCH 3/6] serial_ns16550: add raspberry pi compatible and init
` [PATCH 4/6] ARM: rpi: add NS16550 support
` [PATCH 5/6] bcm2837-rpi-3: choose miniuart as stdout
` [PATCH 6/6] doc: bcm283x: remove miniuart overlay instruction

[PATCH 1/3] serial: amba-pl011: Fix regulator_get() return check
 2018-12-13  7:10 UTC  (3+ messages)
` [PATCH 2/3] mci: Rely on NULL being a dummy regulator
` [PATCH 3/3] video: mtl017: Make sure errno is not used as a regulator pointer

[PATCH v3 00/10] MIPS: migrate to multiimage support
 2018-12-13  7:10 UTC  (8+ messages)
` [PATCH v3 08/10] MIPS: port all mach* to multiimage

[PATCH] globalvar: fix crash if CONFIG_NVVAR is not set
 2018-12-13  7:06 UTC  (2+ messages)

[PATCH 1/4] net/e1000: Map custom error codes to more appropriate errno values
 2018-12-13  7:03 UTC  (4+ messages)
` [PATCH 2/4] net/e1000: Do not discard EEPROM error code in e1000_setup_link()
` [PATCH 3/4] net/e1000: Use dev_err to report error
` [PATCH 4/4] net/e1000: Only read EEPROM_INIT_CONTROL2_REG if it is needed

[PATCH 1/2] mfd: rave-sp: Add parameters to query IP address/netmask
 2018-12-13  6:50 UTC  (3+ messages)
` [PATCH 2/2] backlight: rave-sp: init all brightness to default level

[PATCH] clk: imx5: add di_pred
 2018-12-13  6:47 UTC  (2+ messages)

[PATCH] ARM: rdu2: add command to reset network switch
 2018-12-13  6:47 UTC  (2+ messages)

[PATCH] ARM: fix setup_c when runtime offset is != 0
 2018-12-13  6:40 UTC 

CCMX51 is not boot anymore
 2018-12-11  8:17 UTC  (2+ messages)

[PATCH] lib/xymodem: Decrease read block timeout
 2018-12-11  2:14 UTC  (2+ messages)

[PATCH] phycard-imx27: add support for 64MB RAM variants
 2018-12-10  9:19 UTC  (2+ messages)

[PATCH v2 0/4] Xilinx Zynq Ultrascale+ MPSoC support
 2018-12-10  9:13 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ARM: lib64: .gitignore barebox.lds
  ` [PATCH v3 2/4] ARM: aarch64: compile with general-regs-only
  ` [PATCH v3 3/4] ARM: aarch64: add ENTRY_PROC macro for arm64
  ` [PATCH v3 4/4] ARM: zynqmp: add support for Xilinx ZCU104 board

[PATCH] Documentation: i.MX: Document how to use GPT
 2018-12-10  9:05 UTC  (2+ messages)

[PATCH 1/6] mci: core: Use alias as a devname by default
 2018-12-10  9:03 UTC  (7+ messages)
` [PATCH 2/6] mci: tegra-sdmmc: Drop explicit devname setup code
` [PATCH 3/6] mci: dw_mmc: "
` [PATCH 4/6] mci: omap_hsmmc: "
` [PATCH 5/6] mci: imx-esdhc: "
` [PATCH 6/6] mci: mxs: "

[PATCH] lib/parameter: Fix typecases to match corresponding PARAM_TYPE_*
 2018-12-10  8:57 UTC  (2+ messages)

[PATCH] nvmem: ocotp: Make use of postcore_platform_driver macro
 2018-12-10  8:56 UTC  (2+ messages)

[PATCH 1/3] led: core: Don't call get_time_us() twice
 2018-12-10  8:54 UTC  (4+ messages)
` [PATCH 2/3] led: core: Initialize blink_next_event with 0
` [PATCH 3/3] led: core: Make use of ARRAY_AND_SIZE

[PATCH] commands: boot: Remove useless code
 2018-12-10  8:54 UTC  (2+ messages)

[PATCH] mfd: rave-sp: Make use of wait_on_timeout()
 2018-12-10  8:53 UTC  (2+ messages)

[PATCH] net: lib: Make use of ETH_ALEN
 2018-12-10  8:53 UTC  (2+ messages)

[PATCH 1/4] driver: left shift 1U instead of 1 in bitmask for consistency
 2018-12-10  8:39 UTC  (7+ messages)
` [PATCH 2/4] of: partition: use NULL instead of never-read argument
` [PATCH 3/4] of: partitions: make macro name more generic
` [PATCH 4/4] of: partition: add no-fixup device tree property

[PATCH 00/15] Makefile: sync with linux v4.13 and add thin archives support
 2018-12-09 23:07 UTC  (6+ messages)
` [PATCH 02/15] Makefile: Correctly deal with make options which contain an "s"
` [PATCH 04/15] scripts/Kbuild.include: replace KBUILD_CPPFLAGS with CPPFLAGS

GPIO support missing for SoCFPGA?
 2018-12-07 15:35 UTC  (3+ messages)

[PATCH 0/7] Fastboot improvements
 2018-12-07 10:34 UTC  (8+ messages)
` [PATCH 1/7] usb: gadget: fastboot: pass message type as enum
` [PATCH 2/7] usb: gadget: fastboot: drop unnecessary global variable
` [PATCH 3/7] usb: gadget: fastboot: remove unnecessary context setting
` [PATCH 4/7] usb: gadget: fastboot: tell host that we are going to shutdown
` [PATCH 5/7] usb: gadget: fastboot: be more informative on booting
` [PATCH 6/7] usb: gadget: fastboot: simplify reboot
` [PATCH 7/7] usb: gadget: fastboot: print fastboot messages also to the logs

[PATCH 1/4] ARM: imx: select OFDEVICE for VF610
 2018-12-07  9:01 UTC  (7+ messages)
` [PATCH 2/4] of: remove non-existent of_match_ptr
` [PATCH 3/4] ARM: at91: add architecture dependecy to KSZ9477_EVB board
` [PATCH 4/4] scripts: imx-image: fix build with OpenSSL < 1.1.0

v2018.12.0
 2018-12-07  7:34 UTC 

[PATCH v1] drivers: net: usb: convert drivers to spdx
 2018-12-07  6:57 UTC  (2+ messages)

[PATCH v2] drivers: net: phy: convert drivers to spdx
 2018-12-07  6:56 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: phyCORE-i.MX 6UL: Enable USB host port
 2018-12-06  8:10 UTC  (4+ messages)
` [PATCH 2/3] ARM: dts: phyCORE-i.MX 6UL/ULL: Enable USB OTG on port 1
` [PATCH 3/3] ARM: phytec-som-imx6: Add full featured phyCORE-i.MX 6ULL

issues communicating with SPI on Raspberry Pi 3
 2018-12-06  8:03 UTC  (2+ messages)

[PATCH v2 0/4] checkpatch.pl: add ability to ignore various messages
 2018-12-06  7:57 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 4/4] checkpatch.pl: check for #if 0/#if 1

[PATCH] documentation: document eMMC boot{0,1}-partitions binding
 2018-12-06  7:41 UTC  (2+ messages)
` [PATCH] documentation: document eMMC boot{0, 1}-partitions binding

[PATCH v2] drivers: net: convert drivers to spdx
 2018-12-06  7:41 UTC  (2+ messages)

[PATCH v1] drivers: net: phy: convert drivers to spdx
 2018-12-05 18:57 UTC  (3+ 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