Re: [U-Boot] [PATCH] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-07 Thread Stefan Roese
Hi Simon, On 06.08.2016 05:36, Simon Glass wrote: On 5 August 2016 at 01:18, Stefan Roese wrote: On 05.08.2016 09:10, Heiko Schocher wrote: Hello Bin, Am 05.08.2016 um 07:46 schrieb Bin Meng: Simon, Stefan, On Tue, Jul 26, 2016 at 8:13 PM, Stefan Roese wrote: Hi Simon, On 25.07.2016

[U-Boot] [PATCH 1/2] power: regulator: act8846: fix reading values

2016-08-07 Thread John Keeping
The voltage and control registers need to be looked up from the value in driver_data. Adjust the get_value and get_enable functions to match the corresponding set_* functions. Signed-off-by: John Keeping --- drivers/power/regulator/act8846.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio

[U-Boot] [PATCH 2/2] power: pmic: act8846: add missing newline to debug statements

2016-08-07 Thread John Keeping
Signed-off-by: John Keeping --- drivers/power/pmic/act8846.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/power/pmic/act8846.c b/drivers/power/pmic/act8846.c index ff096b3..e8164bf 100644 --- a/drivers/power/pmic/act8846.c +++ b/drivers/power/pmic/act8846.c @@

Re: [U-Boot] [PATCH 0/2] rockchip: Initial RK3368 and GeekBox support

2016-08-07 Thread Tom Rini
On Sat, Aug 06, 2016 at 06:05:29PM +0200, Andreas Färber wrote: > Hi Simon, > > Am 06.08.2016 um 06:30 schrieb Simon Glass: > > Hi Andreas, > > > > On 17 July 2016 at 19:06, Andreas Färber wrote: > >> Hi, > >> > >> This series adds initial support for RK3368 SoC and GeekBox. > >> For more detail

Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address

2016-08-07 Thread Chin Liang See
On Thu, 2016-08-04 at 17:50 +0200, Marek Vasut wrote: > On 08/04/2016 05:32 PM, Chin Liang See wrote: > > On Thu, 2016-08-04 at 17:27 +0200, Marek Vasut wrote: > > > On 08/04/2016 05:08 PM, Chin Liang See wrote: > > > > Hi Marek, > > > > > > Hi, > > > > > > > On Thu, 2016-08-04 at 07:34 +0200, Ma

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value

2016-08-07 Thread Marek Vasut
On 08/07/2016 03:53 PM, Chin Liang See wrote: > Ensuring the baudrate divisor value doesn't exceed the max value > in the calculation.It will be capped at max value to ensure the > correct value being written into the register. > > Signed-off-by: Chin Liang See > Cc: Marek Vasut > Cc: Jagan Teki

[U-Boot] [PATCH] spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value

2016-08-07 Thread Chin Liang See
Ensuring the baudrate divisor value doesn't exceed the max value in the calculation.It will be capped at max value to ensure the correct value being written into the register. Signed-off-by: Chin Liang See Cc: Marek Vasut Cc: Jagan Teki Cc: Dinh Nguyen --- drivers/spi/cadence_qspi_apb.c | 4 +

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value

2016-08-07 Thread Marek Vasut
On 08/07/2016 04:11 PM, Chin Liang See wrote: > On Sun, 2016-08-07 at 16:05 +0200, Marek Vasut wrote: >> On 08/07/2016 03:53 PM, Chin Liang See wrote: >>> Ensuring the baudrate divisor value doesn't exceed the max value >>> in the calculation.It will be capped at max value to ensure the >>> correct

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value

2016-08-07 Thread Chin Liang See
On Sun, 2016-08-07 at 16:05 +0200, Marek Vasut wrote: > On 08/07/2016 03:53 PM, Chin Liang See wrote: > > Ensuring the baudrate divisor value doesn't exceed the max value > > in the calculation.It will be capped at max value to ensure the > > correct value being written into the register. > > > >

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value

2016-08-07 Thread Chin Liang See
On Sun, 2016-08-07 at 16:13 +0200, Marek Vasut wrote: > On 08/07/2016 04:11 PM, Chin Liang See wrote: > > On Sun, 2016-08-07 at 16:05 +0200, Marek Vasut wrote: > > > On 08/07/2016 03:53 PM, Chin Liang See wrote: > > > > Ensuring the baudrate divisor value doesn't exceed the max > > > > value > > >

[U-Boot] [PATCH v2] spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value

2016-08-07 Thread Chin Liang See
Ensuring the baudrate divisor value doesn't exceed the max value in the calculation.It will be capped at max value to ensure the correct value being written into the register. Example of the existing bug is when calculated div = 16. After and with the mask, the value written to register is actuall

Re: [U-Boot] [PATCH 1/2] mmc: Add Amlogic Meson driver

2016-08-07 Thread Andreas Färber
Am 13.05.2016 um 15:53 schrieb Carlo Caione: > [...] but since it is really unlikely that we will > ever see a U-Boot port for the Meson8b I stuck with that. Why do you consider that so unlikely? Please don't make such assumptions for design decisions. Regards, Andreas -- SUSE Linux GmbH, Maxfe

Re: [U-Boot] [PATCH 0/2] rockchip: Initial RK3368 and GeekBox support

2016-08-07 Thread Andreas Färber
Am 07.08.2016 um 15:31 schrieb Tom Rini: > On Sat, Aug 06, 2016 at 06:05:29PM +0200, Andreas Färber wrote: >> Hi Simon, >> >> Am 06.08.2016 um 06:30 schrieb Simon Glass: >>> Hi Andreas, >>> >>> On 17 July 2016 at 19:06, Andreas Färber wrote: Hi, This series adds initial support for

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-07 Thread Andreas Färber
Am 14.07.2016 um 08:18 schrieb Alexander Graf: >> Am 14.07.2016 um 06:48 schrieb Andreas Färber : >> >> Hi Alex, >> >>> Am 05.06.2016 um 23:17 schrieb Alexander Graf: >>> If Linux finds an EFI implementation it always uses the EFI reset handler to >>> reboot or power down the system. >> >> Hm, I th

[U-Boot] [PATCH v3] arm: cache: always flush cache line size for page table

2016-08-07 Thread Stefan Agner
From: Stefan Agner The page table is maintained by the CPU, hence it is safe to always align cache flush to a whole cache line size. This allows to use mmu_page_table_flush for a single page table, e.g. when configure only small regions through mmu_set_region_dcache_behaviour. Signed-off-by: Ste

Re: [U-Boot] [PATCH v3] arm: cache: always flush cache line size for page table

2016-08-07 Thread Andreas Färber
Am 07.08.2016 um 19:17 schrieb Stefan Agner: > From: Stefan Agner > > The page table is maintained by the CPU, hence it is safe to always > align cache flush to a whole cache line size. This allows to use > mmu_page_table_flush for a single page table, e.g. when configure > only small regions thr

Re: [U-Boot] [PATCH v3] arm: cache: always flush cache line size for page table

2016-08-07 Thread Stefan Agner
On 2016-08-07 10:29, Andreas Färber wrote: > Am 07.08.2016 um 19:17 schrieb Stefan Agner: >> From: Stefan Agner >> >> The page table is maintained by the CPU, hence it is safe to always >> align cache flush to a whole cache line size. This allows to use >> mmu_page_table_flush for a single page ta

Re: [U-Boot] [PATCH] cmd: net: flush cache cacheline aligned

2016-08-07 Thread Stefan Agner
On 2016-08-04 10:46, Tom Rini wrote: > On Wed, Aug 03, 2016 at 07:43:24PM -0700, Stefan Agner wrote: >> On 2016-08-03 16:18, Joe Hershberger wrote: >> > On Tue, Aug 2, 2016 at 2:20 AM, Stefan Agner wrote: >> >> From: Stefan Agner >> >> >> >> Flush loaded data cacheline aligned. This avoids warnin

[U-Boot] [PATCH v4] arm: cache: always flush cache line size for page table

2016-08-07 Thread Stefan Agner
From: Stefan Agner The page table is maintained by the CPU, hence it is safe to always align cache flush to a whole cache line size. This allows to use mmu_page_table_flush for a single page table, e.g. when configure only small regions through mmu_set_region_dcache_behaviour. Signed-off-by: Ste

Re: [U-Boot] [PATCH v5 0/4] add support for rk3399 soc and evb

2016-08-07 Thread Andreas Färber
Am 19.07.2016 um 15:16 schrieb Kever Yang: > > Hi Simon, > > Sorry for didn't apply all the changes for comments from > Andreas in V4, I rebase this patchset on u-boot-rockchip.git > master branch and reset to below commit: > f278234 rockchip: update fastboot usage > > Please help to rebase my

Re: [U-Boot] [PATCH 0/2] rockchip: Initial RK3368 and GeekBox support

2016-08-07 Thread Tom Rini
On Sun, Aug 07, 2016 at 06:46:37PM +0200, Andreas Färber wrote: > Am 07.08.2016 um 15:31 schrieb Tom Rini: > > On Sat, Aug 06, 2016 at 06:05:29PM +0200, Andreas Färber wrote: > >> Hi Simon, > >> > >> Am 06.08.2016 um 06:30 schrieb Simon Glass: > >>> Hi Andreas, > >>> > >>> On 17 July 2016 at 19:06,

Re: [U-Boot] [RESEND PATCH v3] dm: atmel: Add driver model support for the ehci driver

2016-08-07 Thread Marek Vasut
On 08/05/2016 02:57 AM, Wenyou Yang wrote: > Add driver model support while retaining the existing legacy code. > This allows the driver to support boards that have converted to > driver model as well as those that have not. > > Signed-off-by: Wenyou Yang > Acked-by: Simon Glass > --- > > Chang

Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address

2016-08-07 Thread Marek Vasut
On 08/07/2016 03:59 PM, Chin Liang See wrote: > On Thu, 2016-08-04 at 17:50 +0200, Marek Vasut wrote: >> On 08/04/2016 05:32 PM, Chin Liang See wrote: >>> On Thu, 2016-08-04 at 17:27 +0200, Marek Vasut wrote: On 08/04/2016 05:08 PM, Chin Liang See wrote: > Hi Marek, Hi,

[U-Boot] [PULL] u-boot-usb/master

2016-08-07 Thread Marek Vasut
The following changes since commit 2863a9bfc29092be37f8beee230883367b057065: Merge git://git.denx.de/u-boot-rockchip (2016-08-06 11:38:14 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 606120f99ec2baf3635b1c2545803348b6f

[U-Boot] [PULL] u-boot-socfpga/master

2016-08-07 Thread Marek Vasut
The following changes since commit 2863a9bfc29092be37f8beee230883367b057065: Merge git://git.denx.de/u-boot-rockchip (2016-08-06 11:38:14 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to 5405817a6e7a6538c4bcb1c3076ddc8

Re: [U-Boot] Prospective contributer

2016-08-07 Thread nilan chamara
Thanks Jegan, for the valuable information. I will read those first, and will submit to mailing list if there is any question. When you say driver-model, is it the same model where u-Boot device tree support? Thanks Nilan On Sun, Aug 7, 2016 at 4:22 PM, Jagan Teki wrote: > On 6 August 2016 at

Re: [U-Boot] [PATCH V2 3/3] i2c: tegra: add standardized clk/reset API support

2016-08-07 Thread Heiko Schocher
Hello Stephen, Am 06.08.2016 um 00:10 schrieb Stephen Warren: From: Bryan Wu clk/reset API was tested on T186 platform and previous chip like T210/T124 will still use the old APIs. Signed-off-by: Bryan Wu (swarren, simplified some ifdefs, removed indent level inside an ifdef) (swarren, added

Re: [U-Boot] [PATCH v4] arm: cache: always flush cache line size for page table

2016-08-07 Thread Heiko Schocher
Hello Stefan, Am 07.08.2016 um 19:43 schrieb Stefan Agner: From: Stefan Agner The page table is maintained by the CPU, hence it is safe to always align cache flush to a whole cache line size. This allows to use mmu_page_table_flush for a single page table, e.g. when configure only small region

Re: [U-Boot] [U-Boot, 1/3] mmc: fsl: reset to normal boot mode when eMMC fast boot

2016-08-07 Thread Peng Fan
Hi Jaehoon, On Thu, Aug 04, 2016 at 02:32:16PM +0900, Jaehoon Chung wrote: >Hi Peng, > >On 04/26/2016 03:54 PM, Peng Fan wrote: >> When booting in eMMC fast boot, MMC host does not exit from >> boot mode after bootrom loading image. So the first command >> 'CMD0' sent in uboot will pull down the CM

Re: [U-Boot] [PATCH v4] arm: cache: always flush cache line size for page table

2016-08-07 Thread Lokesh Vutla
Hi, On Sunday 07 August 2016 11:13 PM, Stefan Agner wrote: > From: Stefan Agner > > The page table is maintained by the CPU, hence it is safe to always > align cache flush to a whole cache line size. This allows to use > mmu_page_table_flush for a single page table, e.g. when configure > only sm

Re: [U-Boot] [PATCH v1 1/4] usb: host: ehci-vf: Migrate Vybrid USB to driver model

2016-08-07 Thread maitysanchayan
Hello, On 16-08-03 17:13:11, Marek Vasut wrote: > On 08/03/2016 01:58 PM, Sanchayan Maity wrote: > > Add driver model support for Vybrid USB driver. > > > > Signed-off-by: Sanchayan Maity > > CCing Lukasz. > > > --- > > Hello, > > > > I am trying to migrate the Vybrid USB driver to driver mod

[U-Boot] [PATCH] drivers: net: cpsw: always flush cache with cache line aligned

2016-08-07 Thread Lokesh Vutla
cpsw tries to flush dcache which is not in the range of cache line size. Because of this the following warning comes while flushing: CACHE: Misaligned operation at range [dffecec0, dffed016] Fix it by flushing cache range which is cache line size aligned. Signed-off-by: Lokesh Vutla --- driver

Re: [U-Boot] Prospective contributer

2016-08-07 Thread Jagan Teki
On 8 August 2016 at 04:22, nilan chamara wrote: > Thanks Jegan, for the valuable information. > I will read those first, and will submit to mailing list if there is any > question. > > When you say driver-model, is it the same model where u-Boot device tree > support? No, driver-model is like a u