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
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
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
@@
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
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
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
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 +
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
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.
> >
> >
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
> > >
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
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
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
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
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
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
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
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
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
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
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,
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
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,
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
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
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
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
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
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
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
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
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
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
33 matches
Mail list logo