mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] devicetree support for ethernet phys
 2014-05-22 20:09 UTC  (14+ messages)
` [PATCH 01/10] net: phy: factor out phy_device_attach function
` [PATCH 02/10] net: phy: move setting of phy_map to phy_register_device
` [PATCH 03/10] net: phy: register phys specified in devicetree
` [PATCH 04/10] net: phy: Support finding a phy in the devicetree
` [PATCH 05/10] net: phy: Support limiting phy speed "
` [PATCH 06/10] net: orion-gbe: use transparent-to-driver of mdio functions
` [PATCH 07/10] net: phy: remove now unused of_phy_device_connect
` [PATCH 08/10] net: phy: genphy: always write MII_CTRL1000 when available
` [PATCH 09/10] net: phy: genphy: Make it work with of_set_phy_supported
` [PATCH 10/10] net: fec_imx: Add devicetree support for mdio bus

Question about SPI NOR flash
 2014-05-22 16:14 UTC  (6+ messages)

[PATCH] commands: add 'findstr' to get string from file
 2014-05-22  9:20 UTC  (9+ messages)
      ` [PATCH v2] commands: add 'findstr' to search file for string

[PATCH] ARM: dts: i.MX53: include loacal imx53.dtsi file
 2014-05-22  7:29 UTC 

[PATCH] usb: chipidea i.MX: relax phy_type requirements
 2014-05-22  7:11 UTC 

[PATCH] vsprintf: fix formatting
 2014-05-22  6:12 UTC  (2+ messages)

[PATCH 1/2] usb: remove unimplemented usb_get_dev_index() declaration
 2014-05-22  6:12 UTC  (3+ messages)
` [PATCH 2/2] usb: drop unused USB_UHCI_*_ID macros

[PATCH] devicetree command changes
 2014-05-22  6:10 UTC  (17+ messages)
` [PATCH 1/6] complete: Fix completion after options
` [PATCH 2/6] complete: Add devicetree completion
` [PATCH 3/6] commands: add of_dump command
` [PATCH 4/6] oftree: remove dump support
` [PATCH 5/6] of: Drop devicetree merge support
` [PATCH 6/6] oftree command: make devicetree file optargs to -l/-s

[PATCH 1/3] openrisc: update SPR registers definition
 2014-05-22  6:07 UTC  (4+ messages)
` [PATCH 2/3] openrisc: fix relocation code
` [PATCH 3/3] openrisc: update cpuinfo

[PATCH] devinfo: add human readable size after memory range
 2014-05-22  6:06 UTC  (2+ messages)

[PATCH] [RFC] [WIP] commands: add tree view capable lsusb
 2014-05-21 14:11 UTC  (3+ messages)

[PATCH 1/2] net: fec_imx: mask mii register reads correctly
 2014-05-21 12:19 UTC  (2+ messages)
` [PATCH 2/2] net: fec_imx: check return value of registration functions

[PATCH] mii-tool fixes
 2014-05-21 12:09 UTC  (4+ messages)
` [PATCH 1/3] mii-tool: Fix string length
` [PATCH 2/3] mii-tool: Fix gigabit link test
` [PATCH 3/3] mii-tool: Fix gigabit advertise / link partner ability mixup

[PATCH] i2c: correct string format type
 2014-05-20 13:22 UTC 

[PATCH 1/2] net: arc_emac: remove delay from mdio polling loop
 2014-05-20  5:48 UTC  (3+ messages)
` [PATCH 2/2] net: arc_emac: disable interrupts

[PATCH] mtd: nand: mxs: Fix 2k nand with oob size of 224 bytes
 2014-05-19 13:42 UTC 

[PATCH] fix i.MX51 babbage ethernet
 2014-05-19  8:47 UTC  (8+ messages)
` [PATCH 1/5] mfd: mc13xxx: Allow to set callback for mc13xxx
` [PATCH 2/5] spi: i.MX: Move to coredevice_initcall

[PATCH 0/4] some mini2440 updates
 2014-05-19  7:46 UTC  (6+ messages)
` [PATCH 1/4] ARM: mini2440: switch to env2
` [PATCH 2/4] ARM: mini2440: update defconfig
` [PATCH 3/4] ARM Samsung: fix booting from NAND with pbl
` [PATCH 4/4] net: dm9k: only read on packet for each call to dm9k_eth_rx()

[PATCH] free up some sram space for dmo edmqmx6 board
 2014-05-19  7:18 UTC  (3+ messages)
` [PATCH] ARM: i.MX: edmqmx6: disable menu framework

[PATCH v3 3/4] ARM: omap: barebox update nand xloadslots handler
 2014-05-19  7:16 UTC  (3+ messages)
` [PATCH v3 4/4] phycore-am335x: Added bbu "

mini2440 and CONFIG_MMU_EARLY
 2014-05-18 15:00 UTC 

[PATCH] hush: setting variables may fail
 2014-05-16 13:13 UTC 

[PATCH] ARM: i.MX: iim: Add regulator support
 2014-05-16 13:12 UTC 

[PATCH 01/11] ARM: i.MX: iim: Check result of dev_request_mem_region
 2014-05-16 10:30 UTC  (11+ messages)
` [PATCH 02/11] ARM: i.MX: iim: introduce private data struct
` [PATCH 03/11] ARM: i.MX: iim: Add namespace to functions
` [PATCH 04/11] ARM: i.MX: iim: register iim device
` [PATCH 05/11] ARM: i.MX: iim: pass private data struct to imx_iim_fuse_blow
` [PATCH 06/11] ARM: i.MX: iim: pass private data struct to imx_iim_fuse_sense
` [PATCH 07/11] ARM: i.MX: iim: use dev_* for messages
` [PATCH 08/11] ARM: i.MX: iim: move static variables into driver struct
` [PATCH 09/11] ARM: i.MX: iim: don't make detour over cdev API
` [PATCH 10/11] ARM: i.MX: iim: make fuse blowing work on i.MX5
` [PATCH 11/11] ARM: i.MX: iim: provide a MAC address convenience variable

[PATCH v2] ahs2: initial support
 2014-05-16 10:14 UTC  (4+ messages)

[PATCH] syscon: fix prototype compile error
 2014-05-16  6:04 UTC  (2+ messages)

[PATCH] drivers/net/ethoc: add mdio bus support
 2014-05-16  6:03 UTC  (2+ messages)

[PATCH] serial: imx: Fix buggy transmissions when baudrate mismatches
 2014-05-15 22:05 UTC  (3+ messages)

[PATCH] commands: rename "gpiolib" -> "gpioinfo"
 2014-05-15 13:01 UTC  (8+ messages)
` [PATCH] magicvars: can now also list values

[PATCH v2 3/4] ARM: omap: barebox update nand xloadslots handler
 2014-05-15 12:59 UTC  (6+ messages)
` [PATCH v2 4/4] phycore-am335x: Added bbu "

[PATCH] barebox: select host-lzop
 2014-05-15 12:47 UTC  (2+ messages)

barebox Documentation
 2014-05-15 12:29 UTC  (6+ messages)

[PATCH 1/3] ARM: AM335x: phycore: change to defaultenv_append_directory
 2014-05-15 11:57 UTC  (3+ messages)
` [PATCH 2/3] ARM: AM335x: beaglebone: "
` [PATCH 3/3] ARM: AM335x: merge am335x config in a single config file

[PATCH 00/19] commands rework patch series
 2014-05-15 11:52 UTC  (5+ messages)

New driver crashes with "unable to handle paging request"
 2014-05-15 11:37 UTC  (10+ messages)

[PATCH] ahs2: initial support
 2014-05-15 11:24 UTC 

[PATCH 1/2] eeprom: at25: Add dt probe support
 2014-05-15 10:53 UTC  (4+ messages)
` [PATCH 2/2] mtd: m25p80: update Micron IDs

[PATCH 1/2] ARM: AM33xx: swap MLO SPI image automatically
 2014-05-15 10:45 UTC  (2+ messages)
` [PATCH 2/2] ARM: AM33xx: Add SPI bbu handler

[PATCH] ARM: AM33xx: make bbu handler static inline
 2014-05-15 10:44 UTC 

[PATCH] ARM: AM3xxx: Add support for building AM33xx spi images
 2014-05-15  9:43 UTC 

[PATCH 1/2] ARM: am33xx: Pass uart_base to soft_reset function
 2014-05-15  8:54 UTC  (2+ messages)
` [PATCH 2/2] ARM: am33xx: Add missing include

[PATCH] arm: omap: am33xx_generic: detect more boot sources
 2014-05-15  8:06 UTC 

[PATCH] net: take eth id from devicetree alias
 2014-05-15  8:05 UTC 

[PATCH 1/4] net: cpsw: Pass correct slave
 2014-05-15  6:56 UTC  (4+ messages)
` [PATCH 2/4] net: cpsw: print slave_num in dev_dbg
` [PATCH 3/4] net: cpsw: Always write mac_control register
` [PATCH 4/4] net: cpsw: Allow multiple slaves

[PATCH] Multi network device improvements
 2014-05-15  6:32 UTC  (5+ messages)
` [PATCH 1/4] net: ifup: Set current ethernet device when doing ifup
` [PATCH 2/4] net: Pass eth_device to net_receive
` [PATCH 3/4] net: Allow to use multiple network interfaces at once
` [PATCH 4/4] net: phy: Print ethernet device in the link information

[PATCH] spi: omap: support swapping D0/D1
 2014-05-15  6:11 UTC 

[PATCH v2 01/25] reset: add reset controller framework
 2014-05-14 20:45 UTC  (25+ messages)
` [PATCH v2 02/25] tegra: lowlevel: add function to fetch chipid
` [PATCH v2 03/25] reset: add tegra reset controller
` [PATCH v2 04/25] clk: tegra: reset UARTS from clock controller
` [PATCH v2 05/25] mci: tegra: add reset control
` [PATCH v2 06/25] clk: tegra: remove device reset hack
` [PATCH v2 07/25] clk: tegra: allow to register clocks with 16 bit divider
` [PATCH v2 08/25] clk: tegra30: register i2c clocks
` [PATCH v2 09/25] clk: tegra20: "
` [PATCH v2 10/25] i2c: add Tegra driver
` [PATCH v2 11/25] ARM: tegra: beaver: activate sdmmc1 voltage rail
` [PATCH v2 12/25] ARM: tegra: beaver: adjust pinmux to make sdmmc1 work
` [PATCH v2 13/25] mci: tegra: apply pad autocalibration on T30
` [PATCH v2 14/25] mci: tegra: don't set 8bit mode unconditionally
` [PATCH v2 15/25] pinctrl: tegra30: parse drive groups
` [PATCH v2 16/25] scripts: tegra: import cbootimage
` [PATCH v2 17/25] tegra: cbootimage: remove noisy output
` [PATCH v2 18/25] Makefile.lib: add rule to built Tegra BCTs
` [PATCH v2 19/25] images: add Tegra20 image build rules
` [PATCH v2 20/25] images: add Tegra30 "
` [PATCH v2 21/25] ARM: boards: colibri t20: import BCT cfgs
` [PATCH v2 22/25] images: tegra: build all Toradex Colibri images
` [PATCH v2 23/25] ARM: boards: beaver: import BCT cfg
` [PATCH v2 24/25] images: tegra: build NVidia Beaver image
` [PATCH v2 25/25] images: tegra: rename ac100 image

Changing the baudrate via barebox prompt
 2014-05-14 12:32 UTC  (9+ messages)

[PATCH 1/4] PCM051: Update RAM timings
 2014-05-14  7:21 UTC  (2+ messages)

[PATCH] ARM: radxa-rock: set hostname after devicetree initialization
 2014-05-14  7:11 UTC  (2+ messages)

[PATCH 1/3] asm-generic: add IO memory accessors
 2014-05-14  7:10 UTC  (5+ messages)
` [PATCH 2/3] driver/net: fix bus endianess access in ethoc.c
` [PATCH 3/3] drivers/net/ethoc: add mdio bus support

page:  |  | latest

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