On Tue, Jun 24, 2014 at 01:54:07PM +0200, Sebastian Hesselbarth wrote:
> On 06/22/2014 10:34 PM, Alexander Aring wrote:
> >This patch add a basic support for the D-Link DNS-325.
> >
> >Currently only booting via uart with kwboot is supported. The barebox
> >kwboot utility doesn't work at the moment
On Tue, Jun 24, 2014 at 12:43:48PM +0200, Sebastian Hesselbarth wrote:
> This adds pinctrl drivers for Marvell Dove and Kirkwood SoCs based
> on a common driver stub. This design is based on the corresponding
> Linux driver and should ease additional drivers for Marvell Armada
> SoCs.
>
> Signed-o
On Tue, Jun 24, 2014 at 01:45:33PM +0200, Sebastian Hesselbarth wrote:
> This patch set adds support for reading SoC ID and revision from
> PCIe controllers found on Marvell MVEBU SoCs.
>
> Patch 1 adds PCI bus specific OF address translation required for
> reg property parsing of PCIe controller
On Wed, Jun 25, 2014 at 09:45:49AM +0800, Bo Shen wrote:
> Hi Matteo,
> Thanks for your patch.
>
> Hi Jean-Christophe PLAGNIOL-VILLARD,
> For this patch series, can you give some comments (maybe the
> question from I need more discussion)? Thanks.
>
> On 06/24/2014 07:26 PM, Matteo Fortini wr
On Tue, Jun 24, 2014 at 12:18:07PM +0200, Sebastian Hesselbarth wrote:
> This patch set comprises some fixes and improvements related with ethernet
> support on Marvell Orion SoC based boards.
>
> Patch 1 adds a check for ePAPR standard "phy-connection-type" property to
> of_get_phy_mode.
>
> Pat
We already have 'select COMMON_CLK' so 'select HAVE_CLK'
is redundant.
Signed-off-by: Antony Pavlov
---
arch/mips/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9a240b7..dcd0e58 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -61,
Hi Matteo,
Thanks for your patch.
Hi Jean-Christophe PLAGNIOL-VILLARD,
For this patch series, can you give some comments (maybe the question
from I need more discussion)? Thanks.
On 06/24/2014 07:26 PM, Matteo Fortini wrote:
As stated in section 29.19.35 of SAMA5D3 Series Datasheet,
MODE
Signed-off-by: Raphaƫl Poggi
---
drivers/i2c/busses/i2c-omap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
index f7108c2..adc952b 100644
--- a/drivers/i2c/busses/i2c-omap.c
+++ b/drivers/i2c/busses/i2c-omap.
On 06/22/2014 10:34 PM, Alexander Aring wrote:
This patch add a basic support for the D-Link DNS-325.
Currently only booting via uart with kwboot is supported. The barebox
kwboot utility doesn't work at the moment. Use kwboot utility from u-boot
instead.
Signed-off-by: Alexander Aring
---
I go
DT PCI address translation needs a special handling. This imports
the corresponding translator into of/address.c but makes it selectable
through Kconfig. Compared to the Linux version, we don't check for
struct device_node's type which does not exist on Barebox but directly
for device_type property
This patch set adds support for reading SoC ID and revision from
PCIe controllers found on Marvell MVEBU SoCs.
Patch 1 adds PCI bus specific OF address translation required for
reg property parsing of PCIe controller nodes.
Patch 2 selects above PCI OF address translation for MVEBU SoCs.
Patch 3
Marvell MVEBU DT files contain some nodes mapped to PCI address space,
add the translator Kconfig to be able to iomap those node's addresses.
Signed-off-by: Sebastian Hesselbarth
---
Cc: barebox@lists.infradead.org
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm
Marvell MVEBU SoC id and revision can be read out from any PCIe port
registers. This adds corresponding code to read out id and revision
and provides a helper function for drivers to use it.
Signed-off-by: Sebastian Hesselbarth
---
Cc: barebox@lists.infradead.org
---
arch/arm/mach-mvebu/common.c
The configuration for NAND has been aligned with values
from U-Boot and completed with TIMINGS initialization
Signed-off-by: Matteo Fortini
---
arch/arm/boards/sama5d3xek/init.c | 31 +--
1 file changed, 21 insertions(+), 10 deletions(-)
diff --git a/arch/arm/boards/
As stated in section 29.19.35 of SAMA5D3 Series Datasheet,
MODE register has offset 0x10 while at offset 0x0C there is
a TIMINGS register.
This patch series adds the register and configures it for
sama5d3xek using timings from U-Boot
[PATCH 1/2] sama5d3x: fix HSMC MODE register offset and add TIM
As stated in section 29.19.35 of SAMA5D3 Series Datasheet,
MODE register has offset 0x10 and at offset 0x0C there is
a TIMINGS register.
Signed-off-by: Matteo Fortini
---
arch/arm/mach-at91/include/mach/at91sam9_smc.h | 35 +-
arch/arm/mach-at91/sam9_smc.c
This adds initial support for Marvell PHY specific drivers. As a first
PHY, a driver for MV88E1121R is ported over from Linux.
Signed-off-by: Sebastian Hesselbarth
---
Cc: barebox@lists.infradead.org
---
drivers/net/phy/Kconfig | 5 ++
drivers/net/phy/Makefile | 1 +
drivers/net/phy/marve
ePAPR defines phy-connection-type as standard property for PHY interface
between Ethernet device and PHY device. Add corresponding property check
to of_get_phy_mode.
Signed-off-by: Sebastian Hesselbarth
---
Cc: barebox@lists.infradead.org
---
drivers/of/of_net.c | 2 ++
1 file changed, 2 inserti
RGMII PHY modes include delayed interface modes RGMII_ID, RGMII_TXID,
and RGMII_RXID. Also check for those modes when setup RGMII mode in
port serial ctrl register.
Signed-off-by: Sebastian Hesselbarth
---
Cc: barebox@lists.infradead.org
---
drivers/net/orion-gbe.c | 5 -
1 file changed, 4 i
Marvell Orion ethernet IP originally is multi-port capable, but SoCs
using the IP usually have multiple single-port controllers built in.
Currently, orion-gbe driver registers each port device with a constant
name, which causes a name conflict with multiple controller instances.
This patch uniquif
This patch set comprises some fixes and improvements related with ethernet
support on Marvell Orion SoC based boards.
Patch 1 adds a check for ePAPR standard "phy-connection-type" property to
of_get_phy_mode.
Patch 2 resolves a device name conflict on orion-gbe port names when using
more than one
On Tue, Jun 24, 2014 at 8:18 AM, Antony Pavlov wrote:
> Hi, Daniele!
>
> Do you have any progress on introducing barebox-related ping and dhcp client
> changes into picotcp?
>
> --
> Best regards,
> Antony Pavlov
Hello Antony,
Yes, I've been working on the components themselves in order to com
On Tue, Jun 24, 2014 at 08:33:14AM +0200, Lucas Stach wrote:
> Instead of repeating the same lowlevel init for every board
> move it to it's own initcall.
>
> Avoids code bloat and shaves off almost 1.5kB of uncompressed
> barebox size for a default imx_v7_defconfig build.
>
> For boards wherethe
On Tue, Jun 24, 2014 at 01:21:06AM +0400, Antony Pavlov wrote:
> Antony Pavlov (7):
> gpio: add Malta CBUS FPGA I2C driver
> MIPS: add header file
> MIPS: malta: enable gpiolib
> MIPS: dts: qemu-malta.dts: enable CBUS FPGA I2C gpio driver
> i2c: i2c_gpio: add devicetree support
> MIPS:
On Tue, Jun 24, 2014 at 01:21:11AM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov
> ---
> .../devicetree/bindings/gpio/gpio_i2c.txt | 32 +
> drivers/i2c/busses/i2c-gpio.c | 54 +++--
> include/of_gpio.h
On Mon, Jun 23, 2014 at 10:10:51PM +0200, Sebastian Hesselbarth wrote:
> This patch set converts Kirkwood and Armada 370/XP to DT and provides
> PBL_MULTI_IMAGE support as we already have for Dove.
>
> Patch 1 resorts pbl entries in arch/arm/dts/Makefile back to alphabetical
> order.
>
> Patch 2
26 matches
Mail list logo