Re: [U-Boot] [PATCH V3 0/8] peach_pi: Add support for FIMD and DP

2015-04-05 Thread Minkyu Kang
On 04/03/15 22:35, Ajay Kumar wrote: > Add support for the eDP panel supported on peach_pi. > > Changes since V1: > -- Address comments for clock changes > -- Remove the use of GPIO enums, and use DT to specify GPIOs. > Changes since V2: > -- Address comments for clock patch and

[U-Boot] please pull u-boot-samsung master

2015-04-05 Thread Minkyu Kang
Dear Tom, The following changes since commit d68df028099235c5316eec1ed5f586f3744a8707: Merge git://git.denx.de/u-boot-arc (2015-04-03 09:14:44 -0400) are available in the git repository at: http://git.denx.de/u-boot-samsung for you to fetch changes up to 1018b0a56a4719a64fb6867337a72d6a9

Re: [U-Boot] [PATCH] config: peach: Correct memory layout environment settings

2015-04-05 Thread Minkyu Kang
On 26/03/15 19:11, Sjoerd Simons wrote: > On Wed, 2015-03-25 at 16:49 -0400, Tom Rini wrote: >> On Wed, Mar 25, 2015 at 08:54:16PM +0100, Sjoerd Simons wrote: >>> On Wed, 2015-03-25 at 12:58 -0400, Tom Rini wrote: On Wed, Mar 25, 2015 at 09:32:45AM +0100, Sjoerd Simons wrote: > On Wed, 201

Re: [U-Boot] [PATCH 3/3] config: exynos: trats2: Enable support for Image.itb at trats2 device

2015-04-05 Thread Minkyu Kang
On 01/04/15 19:34, Lukasz Majewski wrote: > After this change it is possible to boot trats2 device with Image.itb, > which facilitates automated testing, since only one file is necessary. > > Signed-off-by: Lukasz Majewski > --- > include/configs/trats2.h | 8 ++-- > 1 file changed, 6 insert

Re: [U-Boot] [PATCH 2/3] config: exynos: trats: Enable support for Image.itb at trats device

2015-04-05 Thread Minkyu Kang
On 01/04/15 19:34, Lukasz Majewski wrote: > After this change it is possible to boot trats device with Image.itb, > which facilitates automated testing, since only one file is necessary. > > Signed-off-by: Lukasz Majewski > --- > include/configs/trats.h | 8 ++-- > 1 file changed, 6 insertio

Re: [U-Boot] [PATCH 1/3] config: exynos: common: Provide env variables to support Image.itb

2015-04-05 Thread Minkyu Kang
On 01/04/15 19:34, Lukasz Majewski wrote: > This change allows using Image.itb image format with Exynos4 devices > (especially trats and trats2). > Such change facilitates automated testing since only one binary needs > to be prepared. > > Signed-off-by: Lukasz Majewski > --- > include/configs/e

Re: [U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-04-05 Thread Minkyu Kang
On 31/03/15 18:07, Minkyu Kang wrote: > Hi, > > On Thursday, March 26, 2015, Simon Glass wrote: > >> Hi Minkyu, >> >> On 24 March 2015 at 01:45, Minkyu Kang > >> wrote: >>> hi, >>> >>> On 20 March 2015 at 02:06, Guillaume Gardet > >>> ');>> >> wrote: >>> Ping. Guillaume

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-04-05 Thread Gabriel Huau
Hi Simon, On 04/05/2015 11:31 AM, Simon Glass wrote: Hi Gabriel, On 1 April 2015 at 05:20, Gabriel Huau wrote: Hi Simon, On 03/31/2015 07:32 PM, Simon Glass wrote: Hi Gabriel, On 27 February 2015 at 01:52, Bin Meng wrote: Hi Gabriel, On Fri, Feb 27, 2015 at 3:54 PM, gabriel huau wrote

Re: [U-Boot] [PATCH v2] MAKEALL: fix get_target_arch() to adjust to '-' in Status field

2015-04-05 Thread Simon Glass
Hi Masahiro, On 5 April 2015 at 21:08, Masahiro Yamada wrote: > > Hi Simon, Tom, > > > 2015-04-06 3:31 GMT+09:00 Simon Glass : > > Hi Tom, > > > > On 1 April 2015 at 05:19, Tom Rini wrote: > >> On Tue, Mar 31, 2015 at 08:39:57PM -0600, Simon Glass wrote: > >> > >>> Hi Masahiro, > >>> > >>> On 30

Re: [U-Boot] [PATCH 08/12] ARM: socfpga: use "select" instead of default value in defconfig

2015-04-05 Thread Masahiro Yamada
Hi Pavel, 2015-04-02 21:47 GMT+09:00 Pavel Machek : > Hi! > >> >> Signed-off-by: Masahiro Yamada >> >> --- >> >> >> >> arch/arm/Kconfig | 6 ++ >> >> configs/socfpga_arria5_defconfig | 3 --- >> >> configs/socfpga_cyclone5_defconfig | 3 --- >> >> configs/socfpga_socrate

Re: [U-Boot] [PATCH v2] MAKEALL: fix get_target_arch() to adjust to '-' in Status field

2015-04-05 Thread Masahiro Yamada
Hi Simon, Tom, 2015-04-06 3:31 GMT+09:00 Simon Glass : > Hi Tom, > > On 1 April 2015 at 05:19, Tom Rini wrote: >> On Tue, Mar 31, 2015 at 08:39:57PM -0600, Simon Glass wrote: >> >>> Hi Masahiro, >>> >>> On 30 March 2015 at 05:59, Masahiro Yamada >>> wrote: >>> > Since the Kconfig conversion, bo

[U-Boot] [PATCH v3] MAKEALL: fix get_target_arch() to adjust to '-' in Status field

2015-04-05 Thread Masahiro Yamada
Since the Kconfig conversion, boards.cfg scanned by MAKEALL is generated by tools/genboardscfg.py. Every board is supposed to have its own MAINTAINERS that contains maintainer and status information, but, in fact, MAINTAINERS is missing from some boards. For such boards, the first field, Status,

Re: [U-Boot] [PATCH v2 0/80] dm: Add USB support

2015-04-05 Thread Simon Glass
Hi Marek, On 26 March 2015 at 13:40, Marek Vasut wrote: > On Wednesday, March 25, 2015 at 07:21:48 PM, Simon Glass wrote: >> This series adds driver model support to USB. The intent is to permit the >> various subsystems (OHCI, EHCI, XHCI) to co-exist and allow any number of >> USB ports of diffe

[U-Boot] [PATCH v2 11/11] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3

2015-04-05 Thread Simon Glass
Switch this board over to use driver model for Ethernet. Signed-off-by: Simon Glass --- Changes in v2: - Drop bugfix patches that were incorporated in the Ethernet dm conversion - Drop the CONFIG_BOOTP_VCI_STRING patch configs/Linksprite_pcDuino3_defconfig | 1 + 1 file changed, 1 insertion(+)

[U-Boot] [PATCH v2 07/11] dm: net: Adjust PHY interface to work with CONFIG_DM_ETH

2015-04-05 Thread Simon Glass
When driver model is used for Ethernet a few functions are passed a udevice instead of an eth_device. Also add a function to find a PHY type given its name. This will be used to decode the device tree node. Finally, put a phy_interface field in struct eth_pdata since this is an important part of t

[U-Boot] [PATCH v2 10/11] dm: sunxi: Support driver model for Ethernet

2015-04-05 Thread Simon Glass
Adjust the Ethernet initialisation code to support driver model. It is no-longer necessary to call designware_initialize(). The device will be probed when it is used. The PHY type and GMAC base will come from the device tree. Signed-off-by: Simon Glass --- Changes in v2: - Remove unwanted printf

[U-Boot] [PATCH v2 08/11] dm: net: Tidy up designware driver ready for driver model

2015-04-05 Thread Simon Glass
Adjust the error handling to use errno.h instead of returning -1. Change leaf functions to pass in the arguments they require rather than struct eth_device. Apart from simplifying the code it makes is easier to reuse these functions for driver model, since mostly they actually only use struct dw_et

[U-Boot] [PATCH v2 06/11] Avoid calling print_eths() with driver model

2015-04-05 Thread Simon Glass
This function is not supported with driver model. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- Note from Joe Hershberger At this point I don't see much value in listing the Ethernet devices in bdinfo. It seems like a bit of a spurious thing to display and as such I didn't feel like

[U-Boot] [PATCH v2 02/11] Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig

2015-04-05 Thread Simon Glass
Move this to Kconfig and clean up board config files that use it. Also rename it to CONFIG_ETH_DESIGNWARE to fit with the naming that exists in drivers/net/Kconfig. Signed-off-by: Simon Glass Version 1: Acked-by: Joe Hershberger --- Changes in v2: - Add Ethernet for Orangepi, galileo - Add Eth

[U-Boot] [PATCH v2 03/11] dts: sunxi: Bring in Ethernet device tree bindings

2015-04-05 Thread Simon Glass
Since we will use these bindings on sunxi, bring them in from Linux 4.0-rc1. Signed-off-by: Simon Glass Acked-by: Ian Campbell --- Changes in v2: None .../net/allwinner,sun4i-emac.txt | 19 +++ .../net/allwinner,sun4i-mdio.txt | 27 ++ .../net/a

[U-Boot] [PATCH v2 09/11] dm: net: Adjust designware driver to support driver model

2015-04-05 Thread Simon Glass
Add driver model support to the designware driver. This reuses most of the existing code except for some duplication in the probe() method. Signed-off-by: Simon Glass --- Changes in v2: - Use the new recv() method and the free_pkt() method drivers/net/designware.c | 167 +++

[U-Boot] [PATCH v2 05/11] dm: net: Use existing Ethernet init for driver model

2015-04-05 Thread Simon Glass
At present even with driver model is used there is still much manual init of related devices: PHY, environment and board init. Until these requirements are dealt with in another way we need to keep them around. Break out the init portion of the legacy eth_initialize() into a separate function and

[U-Boot] [PATCH v2 04/11] dm: core: Support allocating driver-private data for DMA

2015-04-05 Thread Simon Glass
Some driver want to put DMA buffers in their private data. Add a flag to tell driver model to align driver-private data to a cache boundary so that DMA will work correctly in this case. Signed-off-by: Simon Glass --- This patch can be dropped once this one is applied: http://patchwork.ozlabs.org

[U-Boot] [PATCH v2 0/11] dm: net: Conversion patches for sunxi driver model Ethernet

2015-04-05 Thread Simon Glass
This series enables driver model Ethernet for the pcDuino3, converting the designware Ethernet MAC in the process. It also moves all sunxi board to use Kconfig for their basic Ethernet settings. This series is based on u-boot-dm/next and requires Joe's patch here: http://patchwork.ozlabs.org/patc

[U-Boot] [PATCH v2 01/11] sunxi: Replace the pcDuino3 config with FDT version

2015-04-05 Thread Simon Glass
We currently have Linksprite_pcDuino3 and Linksprite_pcDuino3_fdt. Drop the former in favour of the latter. Signed-off-by: Simon Glass Acked-by: Hans de Goede Acked-by: Ian Campbell --- Changes in v2: - Rebase on dm/next configs/Linksprite_pcDuino3_defconfig | 7 +++ configs/Linkspr

Re: [U-Boot] [PATCH v2 2/3] sunxi: Complete i2c support for each supported platform

2015-04-05 Thread Simon Glass
Hi Paul, On 5 April 2015 at 14:56, Paul Kocialkowski wrote: > Le dimanche 05 avril 2015 à 12:31 -0600, Simon Glass a écrit : >> Hi Paul, >> >> On 4 April 2015 at 14:49, Paul Kocialkowski wrote: >> > Sunxi platforms come with at least 3 TWI (I2C) controllers and some >> > platforms >> > even hav

Re: [U-Boot] [PATCH] fdt: Pass the board serial number through devicetree

2015-04-05 Thread Simon Glass
Hi Paul, On 5 April 2015 at 14:49, Paul Kocialkowski wrote: > Hi Simon, thanks for the review, > > Le dimanche 05 avril 2015 à 12:31 -0600, Simon Glass a écrit : >> Hi Paul, >> >> On 28 March 2015 at 11:34, Paul Kocialkowski wrote: >> > Signed-off-by: Paul Kocialkowski >> > --- >> > common/fdt

Re: [U-Boot] [PATCH v3 0/3] i2c: sunxi: Support every i2c controller on each supported platform

2015-04-05 Thread Paul Kocialkowski
Hi Hans, Le dimanche 05 avril 2015 à 10:44 +0200, Hans de Goede a écrit : > Hi, > > On 05-04-15 09:51, Paul Kocialkowski wrote: > > Changes since v2: > > * I2C/TWI busses enable for Cubietruck as well > > > > Changes since v1: > > * Kconfig option to enable I2C/TWI controllers 1-4 (when applicabl

Re: [U-Boot] [PATCH v2 2/3] sunxi: Complete i2c support for each supported platform

2015-04-05 Thread Paul Kocialkowski
Le dimanche 05 avril 2015 à 12:31 -0600, Simon Glass a écrit : > Hi Paul, > > On 4 April 2015 at 14:49, Paul Kocialkowski wrote: > > Sunxi platforms come with at least 3 TWI (I2C) controllers and some > > platforms > > even have up to 5. This adds support for every controller on each supported >

Re: [U-Boot] [PATCH] fdt: Pass the board serial number through devicetree

2015-04-05 Thread Paul Kocialkowski
Hi Simon, thanks for the review, Le dimanche 05 avril 2015 à 12:31 -0600, Simon Glass a écrit : > Hi Paul, > > On 28 March 2015 at 11:34, Paul Kocialkowski wrote: > > Signed-off-by: Paul Kocialkowski > > --- > > common/fdt_support.c | 25 + > > common/image-fdt.c|

Re: [U-Boot] [PATCH v2] MAKEALL: fix get_target_arch() to adjust to '-' in Status field

2015-04-05 Thread Simon Glass
Hi Tom, On 1 April 2015 at 05:19, Tom Rini wrote: > On Tue, Mar 31, 2015 at 08:39:57PM -0600, Simon Glass wrote: > >> Hi Masahiro, >> >> On 30 March 2015 at 05:59, Masahiro Yamada >> wrote: >> > Since the Kconfig conversion, boards.cfg scanned by MAKEALL is >> > generated by tools/genboardscfg.p

Re: [U-Boot] [PATCH] fdt: Pass the board serial number through devicetree

2015-04-05 Thread Simon Glass
Hi Paul, On 28 March 2015 at 11:34, Paul Kocialkowski wrote: > Signed-off-by: Paul Kocialkowski > --- > common/fdt_support.c | 25 + > common/image-fdt.c| 4 > include/fdt_support.h | 1 + > 3 files changed, 30 insertions(+) > This needs a commit message and

Re: [U-Boot] [ PATCH] patman: cover letter shows like 00/xx if more than 10 patches

2015-04-05 Thread Simon Glass
Hi Josh, On 31 March 2015 at 20:54, Josh Wu wrote: > Hi, Simon > > On 4/1/2015 10:04 AM, Simon Glass wrote: >> >> Hi Josh, >> >> On 30 March 2015 at 19:54, Josh Wu wrote: >>> >>> Make cover letter shows like 0/x, 00/xx and 000/xxx etc. >>> >>> Signed-off-by: Josh Wu >>> --- >> >> This is a quir

Re: [U-Boot] [PATCH v2 2/3] sunxi: Complete i2c support for each supported platform

2015-04-05 Thread Simon Glass
Hi Paul, On 4 April 2015 at 14:49, Paul Kocialkowski wrote: > Sunxi platforms come with at least 3 TWI (I2C) controllers and some platforms > even have up to 5. This adds support for every controller on each supported > platform, which is especially useful when using expansion ports on > single-

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-04-05 Thread Simon Glass
Hi Gabriel, On 1 April 2015 at 05:20, Gabriel Huau wrote: > Hi Simon, > > > On 03/31/2015 07:32 PM, Simon Glass wrote: >> >> Hi Gabriel, >> >> On 27 February 2015 at 01:52, Bin Meng wrote: >>> >>> Hi Gabriel, >>> >>> On Fri, Feb 27, 2015 at 3:54 PM, gabriel huau >>> wrote: Hi Bin, >>>

Re: [U-Boot] [PATCH] buildman: Make -V (verbose_build) really be verbose

2015-04-05 Thread Simon Glass
Hi Tom, On 1 April 2015 at 05:47, Tom Rini wrote: > The help text for -V says we will pass V=1 but all it really did was not > pass in -s. Change the logic to pass make V=1 with given to buildman -V or > -s to make otherwise. > > Cc: Simon Glass > Signed-off-by: Tom Rini > --- > tools/buildma

Re: [U-Boot] [PATCH v3 05/17] dm: pmic: add implementation of driver model pmic uclass

2015-04-05 Thread Simon Glass
Hi Przemyslaw, On 3 April 2015 at 10:08, Przemyslaw Marczak wrote: > Hello Simon, > > On 03/29/2015 03:07 PM, Simon Glass wrote: >> >> Hi Prazemyslaw, >> >> On 24 March 2015 at 14:30, Przemyslaw Marczak >> wrote: >>> > >>> + UCLASS_PMIC, >>> + >>> UCLASS_COUNT, >>> UCLASS

Re: [U-Boot] [PATCH v2] patman: cover letter shows like 00/xx if more than 10 patches

2015-04-05 Thread Simon Glass
On 2 April 2015 at 20:51, Josh Wu wrote: > Make cover letter shows like 0/x, 00/xx and 000/xxx etc. > > Signed-off-by: Josh Wu > --- > > Changes in v2: > - use math.log10() function instead > > tools/patman/patchstream.py | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) Acked-by:

Re: [U-Boot] [PATCH v3 06/17] dm: regulator: add implementation of driver model regulator uclass

2015-04-05 Thread Simon Glass
Hi Przemyslaw, On 3 April 2015 at 10:09, Przemyslaw Marczak wrote: > Hello Simon, > > > On 03/29/2015 03:07 PM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 24 March 2015 at 14:30, Przemyslaw Marczak >> wrote: [snip] > >>> + >>> + info->min_uV = fdtdec_get_int(gd->fdt_blob, offset, >

Re: [U-Boot] [PATCH v2] dm: eth: Provide a way for drivers to manage packet buffers

2015-04-05 Thread Simon Glass
Hi Joe, On 3 April 2015 at 19:09, Joe Hershberger wrote: > Some drivers need a chance to manage their receive buffers after the > packet has been handled by the network stack. Add an operation that > will allow the driver to be called in that case. > > Reported-by: Simon Glass > Signed-off-by: J

Re: [U-Boot] [PATCH v3 00/17] Power(full) framework based on Driver Model

2015-04-05 Thread Simon Glass
Hi Przemyslaw, On 3 April 2015 at 10:11, Przemyslaw Marczak wrote: > Hello Simon, > > On 03/29/2015 03:05 PM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 24 March 2015 at 14:30, Przemyslaw Marczak >> wrote: >>> >>> Hello, >>> Here is the third RFC version of the new PMIC framework.Big thank

Re: [U-Boot] [PATCH v3 0/3] i2c: sunxi: Support every i2c controller on each supported platform

2015-04-05 Thread Hans de Goede
Hi, On 05-04-15 09:51, Paul Kocialkowski wrote: Changes since v2: * I2C/TWI busses enable for Cubietruck as well Changes since v1: * Kconfig option to enable I2C/TWI controllers 1-4 (when applicable) * Following patch to enable exposed busses on a few community-supported single-board-compute

[U-Boot] [PATCH v3 3/3] sunxi: I2C/TWI configs for a few single-board-computers

2015-04-05 Thread Paul Kocialkowski
This enables the exposed I2C/TWI busses on a few single-board-computers (Olimex and Cubietech). Signed-off-by: Paul Kocialkowski --- configs/A10-OLinuXino-Lime_defconfig | 2 ++ configs/A10s-OLinuXino-M_defconfig| 2 ++ configs/A13-OLinuXinoM_defconfig | 2 ++ configs/A13-OLinuXino_def

[U-Boot] [PATCH v3 2/3] sunxi: Complete i2c support for each supported platform

2015-04-05 Thread Paul Kocialkowski
Sunxi platforms come with at least 3 TWI (I2C) controllers and some platforms even have up to 5. This adds support for every controller on each supported platform, which is especially useful when using expansion ports on single-board- computers. Signed-off-by: Paul Kocialkowski --- arch/arm/incl

[U-Boot] [PATCH v3 0/3] i2c: sunxi: Support every i2c controller on each supported platform

2015-04-05 Thread Paul Kocialkowski
Changes since v2: * I2C/TWI busses enable for Cubietruck as well Changes since v1: * Kconfig option to enable I2C/TWI controllers 1-4 (when applicable) * Following patch to enable exposed busses on a few community-supported single-board-computers This series adds support for every i2c controlle

[U-Boot] [PATCH v3 1/3] i2c: mvtwsi: Support for up to 4 different controllers

2015-04-05 Thread Paul Kocialkowski
Orion5x, Kirkwood and Armada XP platforms come with a single TWSI (I2C) MVTWSI controller. However, other platforms using MVTWSI may come with more: this is the case on Allwinner (sunxi) platforms, where up to 4 controllers can be found on the same chip. Signed-off-by: Paul Kocialkowski --- arch