Hi Fabio,
On 04/11/2014 01:43 PM, Fabio Estevam wrote:
From: Fabio Estevam
ECSPI chipselect (MX6_PAD_EIM_D19__GPIO3_IO19) is used with GPIO functionality,
so it does not make sense to set its pad as SPI pin.
Signed-off-by: Fabio Estevam
---
Eric,
This is untested.
board/boundary/nitrogen
On Fri, Apr 11, 2014 at 4:44 PM, Marek Vasut wrote:
> On Thursday, April 10, 2014 at 09:18:05 PM, Rob Herring wrote:
>> From: Sebastian Siewior
>>
>> This patch adds support for the Android boot-image format. The header
>> file is from the Android project and got slightly alterted so the struct +
On Saturday, April 12, 2014 at 07:50:35 PM, Jagan Teki wrote:
[...]
> >> > diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
> >> > index 1876dbf..3d05a64 100644
> >> > --- a/include/configs/mx6slevk.h
> >> > +++ b/include/configs/mx6slevk.h
> >> > @@ -10,6 +10,7 @@
> >> >
> >>
Hi Akshay,
On 12 April 2014 13:33, Simon Glass wrote:
> On 12 April 2014 02:43, Akshay Saraswat wrote:
>
>> From: Rajeshwari Shinde
>>
>> Enable configs for GPIO CMD and Generic GPIO.
>>
>> Signed-off-by: Rajeshwari Shinde
>> Signed-off-by: Akshay Saraswat
>>
>
> Acked-by: Simon Glass
>
> T
On 12 April 2014 02:43, Akshay Saraswat wrote:
> From: Rajeshwari Shinde
>
> Enable configs for GPIO CMD and Generic GPIO.
>
> Signed-off-by: Rajeshwari Shinde
> Signed-off-by: Akshay Saraswat
>
Acked-by: Simon Glass
Tested on snow with backlight GPIOs.
> ---
> include/configs/exynos5-d
On 12 April 2014 02:43, Akshay Saraswat wrote:
> From: Rajeshwari Shinde
>
> This patch adds support for name to gpio conversion in s5p_gpio
> to enable gpio command EXYNOS 5250 & 5420.
> Function has been added to asm/gpio.h to decode the
> input gpio name to gpio number.
>
> Example: SMDK5420
On 12 April 2014 02:43, Akshay Saraswat wrote:
> From: Rajeshwari Shinde
>
> This patch rename GPIO definitions from GPIO_... to S5P_GPIO_...
> This changes was done to enable cmd_gpio for EXYNOS and
> cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence
> getting a error during compilation
On 12 April 2014 02:43, Akshay Saraswat wrote:
> From: Rajeshwari Shinde
>
> This patch adds gpio pin numbering support for EXYNOS 5250 & 5420.
> To have consistent 0..n-1 GPIO numbering the banks are divided
> into different parts where ever they have holes in them.
>
> Signed-off-by: Leela Kri
On Sat, Apr 12, 2014 at 8:41 PM, Marek Vasut wrote:
> On Saturday, April 12, 2014 at 12:30:51 PM, Jagan Teki wrote:
>> On Fri, Apr 11, 2014 at 5:09 PM, Fabio Estevam wrote:
>> > From: Fabio Estevam
>> >
>> > mx6slevk has a m25p32 SPI NOR flash connected to ESCSPI port.
>> >
>> > Add support for
Greetings everyone,
I stumbled over something worth telling.
It started as the bad crc using defaults issue when I tried to use
fw_printenv on my debian iconnect box. I tought it was the fw_env.config.
it wasn't. After hours of researching and compiling from source and the
whole lot of trouble sh
From: Rajeshwari Shinde
This patch rename GPIO definitions from GPIO_... to S5P_GPIO_...
This changes was done to enable cmd_gpio for EXYNOS and
cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence
getting a error during compilation.
Build tested for s5p_goni, origen, smdk5250, s5pc210_univ
From: Rajeshwari Shinde
This patch adds support for name to gpio conversion in s5p_gpio
to enable gpio command EXYNOS 5250 & 5420.
Function has been added to asm/gpio.h to decode the
input gpio name to gpio number.
Example: SMDK5420 # gpio set gpa00
Signed-off-by: Rajeshwari Shinde
Signed-off-
From: Rajeshwari Shinde
Enable configs for GPIO CMD and Generic GPIO.
Signed-off-by: Rajeshwari Shinde
Signed-off-by: Akshay Saraswat
---
include/configs/exynos5-dt.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h
index 414db
From: Rajeshwari Shinde
This patch adds gpio pin numbering support for EXYNOS 5250 & 5420.
To have consistent 0..n-1 GPIO numbering the banks are divided
into different parts where ever they have holes in them.
Signed-off-by: Leela Krishna Amudala
Signed-off-by: Rajeshwari Shinde
Signed-off-by
From: Akshay Saraswat
Changes in V2:
- Enabled CMD_GPIO as suggested by Simon Glass
and supported same for EXYNOS5.
Changes in V3:
- New patch added to rename S5P GPIO definitions
to S5P_GPIO.
- GPIO Table added to calculate the base address
o
Folks,
I am curious about the state of the PSCI support on ARMv7,
specifically the Cortex-A9, these days. I see that Marc Zyngier
posted a 9 part patch a few months ago:
[PATCH 0/9] ARMv7: add PSCI support to u-boot
And I see that aspects of that series (Patch 1 Fix alignment
requirements f
Hi Eric,
On Sat, Apr 12, 2014 at 12:04 PM, Eric Nelson
wrote:
> I'll test this out ASAP, but I have to ask: what made you
> look at this pin's settings.
I was debugging a SPI issue on mx6sl evk, so that's why I looked at it
for comparison.
Regards,
Fabio Estevam
__
On Saturday, April 12, 2014 at 12:30:51 PM, Jagan Teki wrote:
> On Fri, Apr 11, 2014 at 5:09 PM, Fabio Estevam wrote:
> > From: Fabio Estevam
> >
> > mx6slevk has a m25p32 SPI NOR flash connected to ESCSPI port.
> >
> > Add support for it.
> >
> > Signed-off-by: Fabio Estevam
> > ---
> >
> >
Thanks Fabio,
On 04/11/2014 01:43 PM, Fabio Estevam wrote:
From: Fabio Estevam
ECSPI chipselect (MX6_PAD_EIM_D19__GPIO3_IO19) is used with GPIO functionality,
so it does not make sense to set its pad as SPI pin.
You're right, although most of the SPI pad settings won't have
any effect as so
On Fri, Apr 11, 2014 at 5:09 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> mx6slevk has a m25p32 SPI NOR flash connected to ESCSPI port.
>
> Add support for it.
>
> Signed-off-by: Fabio Estevam
> ---
> arch/arm/include/asm/arch-mx6/mx6sl_pins.h | 4
> board/freescale/mx6slevk/mx6slev
20 matches
Mail list logo