mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/18] Update support for RK3188, Radxa Rock board
 2015-03-04 20:11 UTC  (9+ messages)
` [PATCH v2 01/18] lib: Add gcd() function
` [PATCH v2 02/18] CLK: Add support for composite clock from Linux kernel
` [PATCH v2 03/18] CLK: Add fractional divider clock support "
` [PATCH v2 04/18] CLK: clk-mux: Respect CLK_MUX_HIWORD_MASK flag
` [PATCH v2 07/18] CLK: clk-divider: Respect CLK_DIVIDER_POWER_OF_TWO flag
` [PATCH v2 08/18] CLK: Check and do not allow to register clock twice
` [PATCH v2 10/18] NET: arc_emac: Update for newer DTS, support for Rockchip .compatible
` [PATCH v2 13/18] ARM: Rockchip: Update Kconfig

Rockchip RK3188
 2015-03-04 18:28 UTC  (2+ messages)

[PATCH 1/2] fs: rename inode member of struct filep to priv
 2015-03-04 16:24 UTC  (5+ messages)
` [PATCH 2/2] fs: remove unnecessary device pointer argument
  ` [PATCH 2/2] "

[PATCH] led: gpio: add support for default-state dt-property
 2015-03-04 10:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/13] sandbox OF integration
 2015-03-04 10:35 UTC  (17+ messages)
` [PATCH v3 01/13] sandbox: add support to pass dtb to barebox
` [PATCH v3 02/13] sandbox: add sample dts
` [PATCH v3 03/13] sandbox: activate OF support in defconfig
` [PATCH v3 04/13] sandbox: hostfile: clarify variable names
` [PATCH v3 05/13] sandbox: hostfile: probe(): add missing pointer from cdev.dev to dev
` [PATCH v3 06/13] sandbox: hostfile: remove struct hf_platform_data from hf_priv
` [PATCH v3 07/13] sandbox: hostfile: move fd from platform data to priv
` [PATCH v3 08/13] sandbox: hostfile: probe driver earlier
` [PATCH v3 09/13] sandbox: hostfile: use the memory resource to determine the size not the platform_data
` [PATCH v3 10/13] sandbox: hostfile: is always mmpad'ed
` [PATCH v3 11/13] sandbox: move device name generation for image/env into add_image()
` [PATCH v3 12/13] sandbox: hostfile: improve --image parameter to support "dev=file"
` [PATCH v3 13/13] sandbox: hostfile: completely switch to OF based probing

[PATCH 01/11] of: make of_alias_get work on all types of DT paths
 2015-03-04 10:34 UTC  (12+ messages)
` [PATCH 02/11] ARM: tegra20: add mmc aliases
` [PATCH 03/11] ARM: tegra30: "
` [PATCH 04/11] ARM: tegra124: "
` [PATCH 05/11] mci: tegra: handle "
` [PATCH 06/11] bbu: include necessary headers
` [PATCH 07/11] bbu: make bbu confirm a bit more verbose
` [PATCH 08/11] ARM: tegra: add eMMC barebox update handler
` [PATCH 09/11] ARM: tegra: add barebox update handler to Beaver board
` [PATCH 10/11] ARM: tegra: add barebox update handler to Jetson board
` [PATCH 11/11] ARM: tegra: enable barebox update in defconfig

[PATCH 0/4] Device Tree Overlay Support
 2015-03-04  9:39 UTC  (6+ messages)
` [PATCH 1/4] drivers: of: implement overlay support
` [PATCH 2/4] scripts/dtc: import update-dtc-source.sh from kernel v4.0-rc1
` [PATCH 3/4] scripts/dtc: Update to upstream version 1.4.1
` [PATCH 4/4] scripts/dtc: Update to upstream version 1.4.1 with overlay support

[PATCH 1/2] ARM: i.MX: boards: Setup stack before calling imx*_barebox_entry
 2015-03-04  8:35 UTC  (2+ messages)
` [PATCH 2/2] ARM: i.MX: remove __naked from imx*_barebox_entry

[PATCH] ARM: i.MX53 QSB: remove unused /dev/env0 partition
 2015-03-04  8:08 UTC 

[PATCH 00/18] Update support for RK3188, Radxa Rock board
 2015-03-03  9:03 UTC  (24+ messages)
` [PATCH 01/18] lib: Add gcd() function
` [PATCH 02/18] CLK: Add support for composite clock from Linux kernel
` [PATCH 03/18] CLK: Add fractional divider clock support "
` [PATCH 04/18] CLK: clk-mux: Respect CLK_MUX_HIWORD_MASK flag
` [PATCH 05/18] CLK: clk-divider: Respect CLK_DIVIDER_HIWORD_MASK flag
` [PATCH 06/18] CLK: clk-divider: Introduce clk_divider_alloc() and *_free() routines
` [PATCH 07/18] CLK: clk-divider: Respect CLK_DIVIDER_POWER_OF_TWO flag
` [PATCH 08/18] CLK: Check and do not allow to register clock twice
` [PATCH 09/18] CLK: Add helper defines to barebox-wrapper.h for easier porting of drivers from Linux kernel
` [PATCH 10/18] NET: arc_emac: Update for newer DTS, support for Rockchip .compatible
` [PATCH 11/18] MMC: dw_mmc: Add support for PIO mode and Rockchip variant of this hardware
` [PATCH 12/18] ARM: Rockchip: Remove unused files from mach-rockchip
` [PATCH 13/18] ARM: Rockchip: Update Kconfig
` [PATCH 14/18] ARM: Rockchip: Update clk driver from Linux kernel for use with newer DTS
` [PATCH 15/18] ARM: Rockchip: Use newer DTS for Radxa Rock board
` [PATCH 16/18] ARM: Rockchip: Update "
` [PATCH 17/18] ARM: Rockchip: Add Radxa Rock defconfig
` [PATCH 18/18] ARM: Rockchip: Add documentation

[PATCH 00/24] Phasing out direct usage of asm/mmu.h on ARM
 2015-03-03  8:37 UTC  (27+ messages)
` [PATCH 01/24] usb: gadget: include common.h in header
` [PATCH 02/24] ARM: move virt<->phys translation to io.h
` [PATCH 03/24] dma: add streaming DMA ops
` [PATCH 04/24] ARM: move DMA alloc functions to dma.h
` [PATCH 05/24] ARM: implement streaming DMA ops
` [PATCH 06/24] AHCI: convert to "
` [PATCH 07/24] MCI: dw-mmc: "
` [PATCH 08/24] MCI: imx: "
` [PATCH 09/24] MCI: tegra-sdmmc: "
` [PATCH 10/24] net: arc-emac: "
` [PATCH 11/24] net: cpsw: "
` [PATCH 12/24] net: at91_ether: "
` [PATCH 13/24] net: davinci_emac: "
` [PATCH 14/24] net: designware: "
` [PATCH 15/24] net: fec: "
` [PATCH 16/24] net: macb: "
` [PATCH 17/24] net: orion-gbe: "
` [PATCH 18/24] net: rtl8169: "
` [PATCH 19/24] net: xgmac: "
` [PATCH 20/24] usb: gadget: fsl_udc: "
` [PATCH 21/24] usb: host: ehci: "
` [PATCH 22/24] usb: host: ohci: "
` [PATCH 23/24] ARM: bcm2835: mbox: "
` [PATCH 24/24] ARM: MMU: unexport cache maintenance functions

[PATCH] tegra: avp_init: write DT address register earlier
 2015-03-03  7:38 UTC  (2+ messages)

[PATCH] net: cpsw: prevent stray cache writeback
 2015-03-03  7:37 UTC  (2+ messages)

[PATCH] net: cpsw: invalidate complete buffer
 2015-03-02  7:35 UTC  (6+ messages)

[PATCH] ARM: Fix nv variable bootargs.base
 2015-03-02  6:54 UTC  (2+ messages)

[PATCH] ARM: Vincell: add usb device
 2015-03-02  6:48 UTC  (2+ messages)

[PATCH v2 0/3] Socfpga: handoff importer updates + SOCDK support
 2015-03-02  6:45 UTC  (5+ messages)
` [PATCH v2 3/3] ARM: socfpga: add Altera SoCFPGA Development Kit support

[PATCH 1/3] net: designware: don't depend on CONFIG_OFTREE
 2015-03-02  6:35 UTC  (4+ messages)
` [PATCH 2/3] menu: depend on !CONFIG_SHELL_NONE
` [PATCH 3/3] ARM: MIOA701: select POLLER

[PATCH] scripts: fix warning generated by glibc 2.20
 2015-03-02  6:32 UTC  (2+ messages)

[PATCH] ARM: Kconfig: remove stale option CPU_V7_DCACHE_SKIP
 2015-03-02  6:31 UTC  (2+ messages)

[RFC] [GIT] Update support for RK3188 (Radxa Rock board)
 2015-03-02  6:30 UTC  (2+ messages)

[PATCH] ARM: do not specify -static and -pie at the same time
 2015-03-02  6:11 UTC  (2+ messages)

picotcp barebox integration
 2015-03-01 16:15 UTC  (8+ messages)

[PATCH v2 00/17] general cleanups and sandbox OF integration
 2015-03-01 12:32 UTC  (18+ messages)
` [PATCH v2 01/17] drivers: remove unused function dev_protect()
` [PATCH v2 02/17] fs: make "offset" parameter of erase() and protect() 64 bit safe
` [PATCH v2 03/17] of_path: of_find_path(): remove unused variable len
` [PATCH v2 04/17] of/base: fix sparse warning, don't use interger 0 as NULL pointer
` [PATCH v2 05/17] of: add no-op function for of_register_fixup()
` [PATCH v2 06/17] of: add no-op functions for of_find_node_by_alias() and of_find_node_by_path_or_alias()
` [PATCH v2 07/17] sandbox: fix indention in help text
` [PATCH v2 08/17] sandbox: add support to pass dtb to barebox
` [PATCH v2 09/17] sandbox: hostfile: clarify variable names
` [PATCH v2 10/17] sandbox: hostfile: probe(): add missing pointer from cdev.dev to dev
` [PATCH v2 11/17] sandbox: hostfile: remove struct hf_platform_data from hf_priv
` [PATCH v2 12/17] sandbox: hostfile: move fd from platform data to priv
` [PATCH v2 13/17] sandbox: hostfile: probe driver earlier
` [PATCH v2 14/17] sandbox: hostfile: use the memory resource to determine the size not the platform_data
` [PATCH v2 15/17] sandbox: hostfile: add support for OF
` [PATCH v2 16/17] sandbox: add sample dts
` [PATCH v2 17/17] sandbox: activate OF support in defconfig

[PATCH 1/5] bbu: include necessary headers
 2015-03-01 12:10 UTC  (7+ messages)
` [PATCH 2/5] bbu: make bbu confirm a bit more verbose
` [PATCH 3/5] ARM: tegra: add eMMC barebox update handler
` [PATCH 4/5] ARM: tegra: add barebox update handler to Beaver board
` [PATCH 5/5] ARM: tegra: add barebox update handler to Jetson board

general cleanups and sandbox OF integration
 2015-03-01 10:47 UTC  (21+ messages)
` [PATCH 01/16] drivers: remove unused function dev_protect()
` [PATCH 02/16] fs: make "offset" parameter of erase() and protect() 64 bit safe
` [PATCH 03/16] of_path: of_find_path(): remove unused variable len
` [PATCH 04/16] of: make first argument of several of_property_*_string functions const
` [PATCH 05/16] of/base: fix sparse warning, don't use interger 0 as NULL pointer
` [PATCH 06/16] sandbox: fix indention in help text
` [PATCH 07/16] sandbox: add support to pass dtb to barebox
` [PATCH 08/16] sandbox: hostfile: clarify variable names
` [PATCH 09/16] sandbox: hostfile: probe(): add missing pointer from cdev.dev to dev
` [PATCH 10/16] sandbox: hostfile: remove struct hf_platform_data from hf_priv
` [PATCH 11/16] sandbox: hostfile: move fd from platform data to priv
` [PATCH 12/16] sandbox: hostfile: probe driver earlier
` [PATCH 13/16] sandbox: hostfile: use the memory resource to determine the size not the platform_data
` [PATCH 14/16] sandbox: hostfile: add support for OF
` [PATCH 15/16] sandbox: add sample dts
` [PATCH 16/16] sandbox: activate OF support in defconfig

A little bit fixing and extending the existing documentation
 2015-03-01  7:12 UTC  (7+ messages)
` [PATCH 1/5] Docs: add some info about the Phytec's phyCORE-i.MX35
` [PATCH 2/5] phyCORE-PXA270: switch to the new environment template
` [PATCH 3/5] Docs: add some info about the Phytec's phyCORE-PXA270
` [PATCH 4/5] phyCORE-MPC5200-Tiny: switch to the new environment template
` [PATCH 5/5] Docs: add some info about the Phytec's phyCORE-MPC5200-Tiny

on barebox logo
 2015-02-27 12:42 UTC  (3+ messages)

Handle data aborts gracefully
 2015-02-27 12:18 UTC  (5+ messages)
` [PATCH 1/2] ARM: Allow to mask data aborts
` [PATCH 2/2] ARM/mem: handle data aborts gracefully for md

[PATCH 3/3] ARM Samsung: add simple NAND barebox update handler
 2015-02-26  5:58 UTC  (3+ messages)
` [PATCH] "

[For next PATCH] ARM: phytec-som-am335x: Remove mmc rootfstype
 2015-02-26  5:55 UTC  (2+ 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