mail archive of the barebox mailing list
 help / color / mirror / Atom feed
dmesg Support
 2014-09-30 14:22 UTC  (4+ messages)
` [PATCH 1/4] clock: Add a variable with the first timestamp after startup
` [PATCH 2/4] clock: make get_time_ns() safe to be called without clocksource
` [PATCH 3/4] startup: Don't print multiple lines with pr_info

AM335x patches
 2014-09-30 13:10 UTC  (7+ messages)
` [PATCH 1/6] ARM: am33xx update SPI NOR: Check image size before flashing
` [PATCH 2/6] ARM: am33xx update SPI NOR: Ask use "
` [PATCH 3/6] ARM: am335x: Add a NAND update handler for the regular barebox
` [PATCH 4/6] ARM: am335x Phytec phyCORE: register SPI NOR and NAND update handlers
` [PATCH 5/6] ARM: am335x: NAND MLO update: always let the user confirm updating
` [PATCH 6/6] Documentation: Add some TI AM335x specific documentation

[PATCHv3 1/5] of: base: Add for_each_node_by_name_from
 2014-09-30 11:15 UTC  (5+ messages)
` [PATCHv3 2/5] of: base: Add of_find_node_by_phandle_from
` [PATCHv3 3/5] of: base: Add of_parse_phandle_from
` [PATCHv3 4/5] of: Added of_set_property_to_child_phandle
` [PATCHv3 5/5] commands: add of_display_timings

[PATCH] commands: usb: drop help for force rescan option
 2014-09-30  8:45 UTC  (2+ messages)

[PATCHv2] commands: add of_display_timings
 2014-09-29 13:37 UTC  (4+ messages)

Adding IPv4 multicast support
 2014-09-29 10:19 UTC  (15+ messages)
    ` picotcp tftp support [was Adding IPv4 multicast support]

MUSB support
 2014-09-26  8:22 UTC  (10+ messages)
` [PATCH 1/9] USB: add usb phy header file
` [PATCH 2/9] USB: gadget: put poller into core
` [PATCH 3/9] USB: gadget: allow multiple udc drivers
` [PATCH 4/9] ARM: AM33xx: Enable USB and USB phy clocks
` [PATCH 5/9] USB: Add MUSB driver from Linux
` [PATCH 6/9] USB: MUSB: Add barebox specific changes
` [PATCH 7/9] ARM: dts: Update am335x-bone-common.dtsi
` [PATCH 8/9] Documentation: USB: Add description for OTG device
` [PATCH 9/9] ARM: am335x_defconfig: Enable USB support

nvidia jetson tk1 help
 2014-09-25 20:53 UTC  (6+ messages)

[PATCH 00/15] PCI bridges and Tegra PCI stuff
 2014-09-25 20:46 UTC  (18+ messages)
` [PATCH 01/15] pci: split out device init
` [PATCH 02/15] pci: add resource enum
` [PATCH 03/15] pci: properly populate prefetchable BARs
` [PATCH 04/15] pci: setup bridges and traverse buses behind them
` [PATCH 05/15] pci: prettyprint device names
` [PATCH 06/15] pci: track parent<->child relationship
` [PATCH 07/15] commands: lspci: go down into subordinate busses
` [PATCH 08/15] clk: tegra: add PLLE setup functions
` [PATCH 09/15] clk: tegra30: add PCIe clocks
` [PATCH 10/15] i2c: tegra: move to fs initcall
` [PATCH 11/15] ARM: tegra: beaver: enable PEX voltage rail
` [PATCH 12/15] tegra: pmc: add powerdomain handling
` [PATCH 13/15] of: import pci range parser from linux
` [PATCH 14/15] pci: add Tegra host controller driver
` [PATCH 15/15] ARM: tegra: advertise PCI support

[PATCH] USB: gadget: dfu: Add max_speed to dfu_driver
 2014-09-25 14:26 UTC 

[PATCH] USB: gadget: fastboot: Add missing include
 2014-09-25 14:25 UTC 

[PATCH 1/2] of: Added of_set_property_to_child_phandle
 2014-09-25 11:22 UTC  (4+ messages)
` [PATCH 2/2] commands: add of_display_timings

[PATCH] commands/digest: add verify support
 2014-09-25  7:15 UTC  (2+ messages)

[PATCH] imx35-regs: add UART2 to CCM defines
 2014-09-25  6:14 UTC  (2+ messages)

[PATCH] imx-image: handle i.MX35 special case
 2014-09-25  6:14 UTC  (2+ messages)

[PATCH] of: fdt: fix typo in header
 2014-09-25  6:12 UTC  (2+ messages)

[PATCH] i2c: at91: fix coding style issue
 2014-09-25  6:11 UTC  (5+ messages)
` [PATCH] i2c: at91: add at91sam9x5 config
` [PATCH] i2c: at91: add support of device tree
` [PATCH] I2C: at91: fix the method for interrupt

[PATCH] read_file_2: Fix return value
 2014-09-25  5:44 UTC  (2+ messages)

net: phy updates
 2014-09-24  5:09 UTC  (6+ messages)
` [PATCH 1/4] net: phy: introduce phy_aneg_done
` [PATCH 2/4] net: phy: Use xzalloc for small allocations
` [PATCH 3/4] net: phy: don't use 'dev' as name for variables of type struct phy_device
` [PATCH 4/4] net: phy: Use poller for periodic link check

[PATCH v2 0/4] ARM: at91: add sama5d4ek board support
 2014-09-24  4:47 UTC  (6+ messages)
` [PATCH v2 1/4] net: macb: enable GEM with only FE feature
` [PATCH v2 2/4] ARM: at91: add sama5d4 soc support #1
` [PATCH v2 3/4] ARM: at91: add sama5d4 soc support #2
` [PATCH v2 4/4] ARM: at91: add sama5d4ek board support

Subject: [PATCH] cfi: print size in human readable format
 2014-09-24  4:45 UTC  (3+ messages)

[PATCH 0/9] ARM: at91: add sama5d4ek board support
 2014-09-23  7:54 UTC  (18+ messages)
` [PATCH 1/9] ARM: at91: move pmc base address into soc header
` [PATCH 2/9] ARM: atmel: sama5d3 is a family member of sama5
` [PATCH 3/9] ARM: at91: clock: use cpu_has_pcr for pcr1 checking
` [PATCH 4/9] nand: atmel: runtime to generate galois table
` [PATCH 5/9] net: macb: using default value for FBLDO
` [PATCH 6/9] mci: atmel: add new ip version 0x600 support
` [PATCH 7/9] ARM: at91: add sama5d4 soc support #1
` [PATCH 8/9] ARM: at91: add sama5d4 soc support #2
` [PATCH 9/9] ARM: at91: add sama5d4ek board support

imx-image & i.MX35
 2014-09-23  6:25 UTC  (2+ messages)

[PATCH 1/2] serial-imx: fix for non of usage
 2014-09-23  6:15 UTC  (5+ messages)
` [PATCH 2/2] eukrea-cpuimx35: refresh configuration

[PATCH v2 0/6] mvebu multi SoC support
 2014-09-23  5:58 UTC  (13+ messages)
` [PATCH v2 1/6] ARM: mvebu: Add common reset_cpu function
` [PATCH v2 2/6] ARM: mvebu: Add machine compatible to mbus ranges
` [PATCH v2 3/6] ARM: mvebu: Simplify memory init order
` [PATCH v2 4/6] ARM: mvebu: Check for correct SoC in of_fixup callback
` [PATCH v2 5/6] ARM: mvebu: Allow multiple SoCs
` [PATCH v2 6/6] ARM: Add mvebu_defconfig

[PATCH] ARM: defconfig: remove board specific mvebu defconfigs
 2014-09-23  5:57 UTC 

[PATCH] double requested gpio problem
 2014-09-22  4:57 UTC  (7+ messages)
` [PATCH] gpiolib: gpio_request: correct return code of a already requested gpio
  ` [PATCH] gpio phy-reset problem
  ` [PATCH] ARM: i.MX: edmqmx6: free phy-reset gpio pin

[PATCH] net: asix: handle packets crossing URB boundaries
 2014-09-22  4:54 UTC  (2+ messages)

[PATCH] efi: use objcopy with CROSS_COMPILE prefix
 2014-09-19 18:06 UTC  (2+ messages)

[PATCH v2 0/4] KaRo TX6u support
 2014-09-19  5:45 UTC  (6+ messages)
` [PATCH v2 1/4] imx-usb-loader: Skip unknown tags
` [PATCH v2 2/4] imx-image: Handle check commands correctly
` [PATCH v2 3/4] arm: mach-imx: add more ddr register defines
` [PATCH v2 4/4] ARM: i.MX6: add support for Karo TX6X family

[PATCH] i2c: at91: add support of device tree
 2014-09-18  6:27 UTC  (3+ messages)
` [PATCH] I2C: at91: fix the method for interrupt

[PATCH] net: Call edev->recv with correct eth_device
 2014-09-17 10:27 UTC 

[PATCH v2 1/2] phy: marvell: move IDs to own header
 2014-09-17  9:17 UTC  (3+ messages)
` [PATCH v2 2/2] arm: imx6: add Gateworks Ventana board

mvebu multi SoC support
 2014-09-17  7:29 UTC  (19+ messages)
` [PATCH 1/5] ARM: mvebu: Add common reset_cpu function
` [PATCH 2/5] ARM: mvebu: Simplify memory init order
` [PATCH 3/5] ARM: mvebu: Check for correct SoC in of_fixup callback
` [PATCH 4/5] ARM: mvebu: Allow multiple SoCs
` [PATCH 5/5] ARM: Add mvebu_defconfig

[PATCH 1/4] phy/micrel: disable Asym_Pause support
 2014-09-17  6:55 UTC  (5+ messages)
` [PATCH 2/4] ARM:phyFLEX-iMX6: Remove eth phy reset form board
` [PATCH 3/4] ARM:phyFLEX-iMX6: Remove mmd_write_reg from board
` [PATCH 4/4] ARM:phyFLEX-iMX6 New Ram Timings for Q/DL

[PATCH 1/4] imx-usb-loader: Skip unknown tags
 2014-09-17  6:15 UTC  (4+ messages)
` [PATCH 2/4] imx-image: Handle check commands correctly
` [PATCH 3/4] arm: mach-imx: add more ddr register defines
` [PATCH 4/4] ARM: i.MX6: add support for Karo TX6X family

[PATCH 1/2] phy: marvell: move IDs to own header
 2014-09-16  6:16 UTC  (3+ messages)
` [PATCH 2/2] arm: imx6: add Gateworks Ventana board

[PATCH] Makefile: enable Werror=implicit-function-declaration
 2014-09-16  6:08 UTC  (2+ messages)

[PATCH 0/2] mvebu: Openblocks A6 board support
 2014-09-15 19:33 UTC  (2+ messages)

[PATCH 01/10] dts:imx6:pfla02: Add nand partitions
 2014-09-15  5:33 UTC  (2+ messages)

[PATCH 0/2] MIPS: xburst: trivial patches
 2014-09-15  5:22 UTC  (2+ messages)

Return error pointers from resource handling functions
 2014-09-15  5:21 UTC  (6+ messages)
` [PATCH 07/10] resource: Let dev_get_mem_region return an error pointer
` [PATCH 09/10] resource: Let dev_request_mem_region "

[PATCH] pinctrl: fix Kconfig dependencies
 2014-09-15  5:18 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