mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/16] PCI improvements
 2019-01-12 21:35 UTC  (24+ messages)
` [PATCH v2 01/16] PCI: Switch to using %pa to print memory addresses
` [PATCH v2 02/16] PCI: Replace magic number in setup_device()
` [PATCH v2 03/16] PCI: Remove superfluous parens "
` [PATCH v2 04/16] PCI: Simplify resource setup code "
` [PATCH v2 05/16] PCI: Store and reuse BAR offsets
` [PATCH v2 06/16] PCI: Remove unused variables/code
` [PATCH v2 07/16] PCI: Make pci_scan_bus static
` [PATCH v2 08/16] PCI: Drop "slots" from struct pci_bus
` [PATCH v2 09/16] PCI: Drop "resources" "
` [PATCH v2 10/16] PCI: Drop "name" "
` [PATCH v2 11/16] PCI: Drop "ops" "
` [PATCH v2 12/16] PCI: Drop "rom_address" from struct pci_dev
` [PATCH v2 13/16] PCI: Simplify alloc_pci_dev()
` [PATCH v2 14/16] PCI: Assume 1:1 mapping if .res_start callback is NULL
` [PATCH v2 15/16] PCI: Convert ->res_start() to return resource_size_t
` [PATCH v2 16/16] PCI: Consify pci_ops in struct pci_controller

[PATCH 0/6] Support for digesting large files (> 4 GiB)
 2019-01-12 20:34 UTC  (10+ messages)
` [PATCH 1/6] treewide: Introduce MAP_FAILED and replace ad-hoc constants with it
` [PATCH 2/6] crypto: digest: Remove unused variable
` [PATCH 3/6] crypto: digest: Replace 4096 with PAGE_SIZE
` [PATCH 4/6] crypto: digest: Split memory vs. file code into separate functions
` [PATCH 5/6] commands: digest: Use MAX_LFS_FILESIZE instead of ~0
` [PATCH 6/6] crypto: digest: Change the signature of digest_file_window()

[PATCH v2 00/18] PCIe support for i.MX7
 2019-01-12 20:10 UTC  (22+ messages)
` [PATCH v2 01/18] regulator: Convert drivers to use struct regulator_desc
` [PATCH v2 02/18] regulator: Port basic regmap regulator functions
` [PATCH v2 03/18] regulator: Add support for setting regulator's voltage
` [PATCH v2 04/18] base: driver: Drop redundant list_empty() check
` [PATCH v2 05/18] base: Port driver_deferred_probe_check_state() from Linux
` [PATCH v2 06/18] regulator: Add primitive support for deferred probe
` [PATCH v2 07/18] regulator: Port ANATOP driver from Linux
` [PATCH v2 08/18] drivers: base: Port power management code "
` [PATCH v2 09/18] soc: imx: Add GPCv2 power gating driver
` [PATCH v2 10/18] reset: Add i.MX7 SRC reset driver
` [PATCH v2 11/18] reset: Mark local functions as static
` [PATCH v2 12/18] PCI: imx6: Add code to support i.MX7D
` [PATCH v2 13/18] PCI: imx6: Allow probe deferral by reset GPIO
` [PATCH v2 14/18] PCI: imx6: Do not wait for speed change on i.MX7
` [PATCH v2 15/18] PCI: imx6: Do not switch speed if Gen2 is disabled
` [PATCH v2 16/18] PCI: imx6: Fix spelling mistake: "contol" -> "control"
` [PATCH v2 17/18] PCI: imx6: Drop unnecessary root_bus_nr setting
` [PATCH v2 18/18] PCI: imx6: Port imx6_pcie_ltssm_enable()

[PATCH] mtd: core: Fix erase area alignment for non power of 2 erasesize
 2019-01-12 12:58 UTC  (3+ messages)

[PATCH 1/2] block: Alias block_op_close() to block_op_flush()
 2019-01-12  5:58 UTC  (2+ messages)
` [PATCH 2/2] block: Replace debug() with dev_dbg()

[PATCH 00/21] PCIe support for i.MX7
 2019-01-12  4:24 UTC  (27+ messages)
` [PATCH 01/21] regulator: Convert drivers to use struct regulator_desc
` [PATCH 02/21] regulator: Port basic regmap regulator functions
` [PATCH 03/21] regulator: Add support for setting regulator's voltage
` [PATCH 04/21] base: driver: Drop redundant list_empty() check
` [PATCH 05/21] base: Port driver_deferred_probe_check_state() from Linux
` [PATCH 06/21] regulator: Add primitive support for deferred probe
` [PATCH 07/21] regulator: Port ANATOP driver from Linux
` [PATCH 08/21] drivers: base: Port power management code "
` [PATCH 09/21] soc: imx: Add GPCv2 power gating driver
` [PATCH 10/21] soc: imx: gpcv2: fix regulator deferred probe
` [PATCH 11/21] soc: imx: gpcv2: correct PGC offset
` [PATCH 12/21] reset: Add i.MX7 SRC reset driver
` [PATCH 13/21] reset: imx7: Fix always writing bits as 0
` [PATCH 14/21] reset: Mark local functions as static
` [PATCH 15/21] PCI: imx6: Add code to support i.MX7D
` [PATCH 16/21] PCI: imx6: Allow probe deferral by reset GPIO
` [PATCH 17/21] PCI: imx6: Do not wait for speed change on i.MX7
` [PATCH 18/21] PCI: imx6: Do not switch speed if Gen2 is disabled
` [PATCH 19/21] PCI: imx6: Fix spelling mistake: "contol" -> "control"
` [PATCH 20/21] PCI: imx6: Drop unnecessary root_bus_nr setting
` [PATCH 21/21] PCI: imx6: Port imx6_pcie_ltssm_enable()

[PATCH 00/21] PCI improvements
 2019-01-12  2:34 UTC  (26+ messages)
` [PATCH 01/21] PCI: Switch to using %pa to print memory addresses
` [PATCH 02/21] PCI: Replace last_* variables with an array
` [PATCH 03/21] PCI: Consolidate limit/base settting code
` [PATCH 04/21] PCI: Convert prescan_setup_bridge() to use a loop
` [PATCH 05/21] PCI: Convert postscan_setup_bridge() "
` [PATCH 06/21] PCI: Replace magic number in setup_device()
` [PATCH 07/21] PCI: Remove superfluous parens "
` [PATCH 08/21] PCI: Simplify resource setup code "
` [PATCH 09/21] PCI: Store and reuse BAR offsets
` [PATCH 10/21] PCI: Conver register_pci_controller() to use a loop
` [PATCH 11/21] PCI: Remove unused variables/code
` [PATCH 12/21] PCI: Make pci_scan_bus static
` [PATCH 13/21] PCI: Drop "slots" from struct pci_bus
` [PATCH 14/21] PCI: Drop "resources" "
` [PATCH 15/21] PCI: Drop "name" "
` [PATCH 16/21] PCI: Drop "ops" "
` [PATCH 17/21] PCI: Drop "rom_address" from struct pci_dev
` [PATCH 18/21] PCI: Simplify alloc_pci_dev()
` [PATCH 19/21] PCI: Assume 1:1 mapping if .res_start callback is NULL
` [PATCH 20/21] PCI: Convert ->res_start() to return resource_size_t
` [PATCH 21/21] PCI: Consify pci_ops in struct pci_controller

[PATCH 1/3] Documentation: i.MX: improve wording, add markup and missing articles
 2019-01-11 11:35 UTC  (5+ messages)

build barebox for imx8mqevk
 2019-01-11 11:13 UTC  (2+ messages)

[PATCH] ARM: i.MX8MQ: Add alias for ECSPI1
 2019-01-11 11:07 UTC  (2+ messages)

[PATCH] ARM: nitrogen6x: remove conflicting upstream SPI NOR partitions
 2019-01-11 11:07 UTC  (2+ messages)

[PATCH RFC] imx6ul-phytec-phycore-som: don't use fsl, no-blockmark-swap for the NAND
 2019-01-11 11:03 UTC  (3+ messages)
` [PATCH RFC] imx6ul-phytec-phycore-som: don't use fsl,no-blockmark-swap "

dfu: Does is work for anybody with dfu-util 0.9?
 2019-01-11 11:02 UTC  (2+ messages)

barebox: plathome-openblocks-a6/kwbimage.cfg is missed
 2019-01-11  8:23 UTC  (2+ messages)

[RFC] ARM: zynq: fix "'IO_SPACE_LIMIT' redefined" warning
 2019-01-10 11:01 UTC  (5+ messages)

[PATCH 0/3] drivers: fix "no previous prototype" warnings
 2019-01-10  8:33 UTC  (5+ messages)
` [PATCH 1/3] w1: fix "no previous prototype for 'w1_found'" warning
` [PATCH 2/3] serial: amba-pl011: fix "no previous prototype for 'pl011_init_port'" warning
` [PATCH 3/3] net: ks8851_mll: fix "no previous prototype for 'ks_enable_qmu'" warning

[PATCH 3/5] usbgadget: dfu: remove useless break in the switch statement
 2019-01-10  8:32 UTC  (2+ messages)

[HELP] Barebox porting
 2019-01-09 13:03 UTC  (2+ messages)

[PATCH] printk: Pass groupsize to memory_display() in print_hex_dump()
 2019-01-09  7:26 UTC  (2+ messages)

[PATCH] mfd: syscon: Switch to using %pa to print memory addresses
 2019-01-09  7:25 UTC  (2+ messages)

[PATCH] memory_display: Fix type of argument passed to %*s
 2019-01-09  7:25 UTC  (2+ messages)

[PATCH] fixup! arm: fix no prototype for barebox_arm_reset_vector()
 2019-01-09  7:23 UTC  (2+ messages)

[PATCH 1/6] dp83867: port from linux
 2019-01-09  7:22 UTC  (7+ messages)
    ` [PATCH 2/6] macb: fix format specifiers for debug output
    ` [PATCH 3/6] macb: fix check if hw is gem
    ` [PATCH 4/6] macb: fix memory leakage due to double allocation of rx_buffer
    ` [PATCH 5/6] macb: disable second priority queue for zynqmp gem support
    ` [PATCH 6/6] zynqmp: enable macb Ethernet support

[PATCH 0/3] add at91 documentation
 2019-01-08 15:41 UTC  (5+ messages)
` [PATCH v1 1/3] doc: "
` [PATCH v1 2/3] doc: add additional at91 boards
` [PATCH v1 3/3] doc: at91sam9263-ek: add notes

[PATCH 1/2] recursive_action: add ACTION_SORT flag
 2019-01-08 15:40 UTC  (9+ messages)
` [PATCH v2 "
          ` [PATCH 1/2] envfs: fix problem #1
            ` [PATCH 2/2] envfs: fix problem #2

[PATCH v2 00/65] PCI i.MX6/DesignWare sync up with 4.20-rc1
 2019-01-08 15:31 UTC  (3+ messages)

[PATCH] common: state: fix alignment
 2019-01-08 15:18 UTC  (4+ messages)
` [PATCH] common: state: fix another alignment

[PATCH 01/10] serial: clps711x: Change compatible string
 2019-01-08 10:45 UTC  (4+ messages)
` [PATCH 02/10] serial: clps711x: Switch to SPDX identifier

[PATCH 0/4] arm: boards: phytec-som-am335x: Add bootchooser support
 2019-01-08  7:37 UTC  (6+ messages)
` [PATCH 1/4] ARM: configs: omap_defconfig: Add bootchooser
` [PATCH 2/4] ARM: dts: am335x-phytec-state: Reduce partition size
` [PATCH 3/4] ARM: dts: am335x-phytec-state: Add state partition for bootchooser
` [PATCH 4/4] arm: boards: phytec-som-am335x: Add bootchooser to bootsource

[PATCH 00/23] AM3517 support
 2019-01-07 11:46 UTC  (4+ messages)
` [PATCH 22/23] ARM: omap: Add board support for WAGO pfc200 platform

unalignment access on cortex-a8 caues exception
 2019-01-07 11:02 UTC  (2+ messages)

[PATCH v1 1/1] Add generic implementation for muldi3
 2019-01-07  8:16 UTC  (3+ messages)

[PATCH v3 00/10] Add initial RISC-V architecture support
 2019-01-07  7:54 UTC  (4+ messages)

[PATCH 0/5] Independent collection of patches
 2019-01-07  7:41 UTC  (5+ messages)
` [PATCH v1 3/5] arm: fix no prototype for barebox_arm_reset_vector()

[PATCH 0/9] net: Allow global.net.server being a hostname
 2019-01-07  7:40 UTC  (10+ messages)
` [PATCH 1/9] net: ip_route_get: Fix error message
` [PATCH 2/9] net: ip_route_get: Hook help text to command
` [PATCH 3/9] net: dns: leave host command with error on failure
` [PATCH 4/9] net: dns: Allow to set variable with the resolved host
` [PATCH 5/9] defaultenv: Pass serverip to nfsroot string
` [PATCH 6/9] net: Allow hostnames for global.net.server
` [PATCH 7/9] net: ip_route_get: resolv hostnames
` [PATCH 8/9] defaultenv: defaultenv uses ip_route_get
` [PATCH 9/9] defaultenv: resolve global.net.server before using it

[PATCH v1 0/3] bootstrap support for AT91SAM9263-EK
 2019-01-07  7:29 UTC  (10+ messages)
` [PATCH v1 1/3] arm: at91: fix clock to mci1 for at91sam9263
` [PATCH v1 2/3] lib: bootstrap: detect SD card before mounting

page:  |  | latest

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