Hi Marek,
On Sun, 14 Oct 2012 02:06:49 +0200, Marek Vasut wrote:
> Dear Pali Rohár,
>
> > Based on previous work by: Alistair Buxton
> >
> > Signed-off-by: Pali Rohár
> > Cc: Ивайло Димитров
>
> Can we please stick to ASCII instead of UTF8?
(cc:ing Wolfgang)
Not to nitpick too much here
Hi Tom,
(seems like gmail does not honor the rule that replies should drop the
"(was: x)" part in an e-mail subject; but hey, neither does Claws
apparently. Sigh.)
On Sat, 13 Oct 2012 08:17:41 -0700, Tom Rini wrote:
> On Sat, Oct 13, 2012 at 3:11 AM, Albert ARIBAUD
> wrote:
> > Hi Tom,
> >
On Tue, 9 Oct 2012 21:28:15 +0200, Albert ARIBAUD
wrote:
> Under option -munaligned-access, gcc can perform local char
> or 16-bit array initializations using misaligned native
> accesses which will throw a data abort exception. Fix files
> where these array initializations were unneeded, and fo
Hi Stefano,
On Thu, 11 Oct 2012 09:11:45 +0200, Stefano Babic
wrote:
> Signed-off-by: Stefano Babic
> ---
>
> Makefile |1 +
> arch/arm/cpu/arm1136/config.mk |3 +++
> 2 files changed, 4 insertions(+)
>
> diff --git a/Makefile b/Makefile
> index a40d4cc..072bf66
Scott, can I have your Acked-by for this, so Tom can take it through the
Tegra tree?
Thanks,
Lucas
Am Sonntag, den 07.10.2012, 23:29 +0200 schrieb Lucas Stach:
> Add the missing bits to the Tegra NAND driver to make ONFI detection work
> properly.
>
> Also add it to the Tegra default config, as
Hello Simon and the list,
I'm trying to start using patman, and -- probably out of sheer
ignorance -- cannot make it work.
I've defined my .patman file with aliases for mvgbe, lacie_kw, arm,
arm926ejs etc.
I am trying to generate patches from a local branch (which I have made
available on the u-
Dear Tom Rini,
> On Mon, Oct 01, 2012 at 12:37:26PM +0200, Marek Vasut wrote:
> > Dear Wolfgang Denk,
> >
> > > Dear Marek Vasut,
> > >
> > > In message <201210011107.45164.ma...@denx.de> you wrote:
> > > > Agreed, not the whole file. But, can you check the rules I tried to
> > > > outline?
> >
Hi Albert,
2012/10/14 Albert ARIBAUD :
> Hello Simon and the list,
>
> I'm trying to start using patman, and -- probably out of sheer
> ignorance -- cannot make it work.
>
> I've defined my .patman file with aliases for mvgbe, lacie_kw, arm,
> arm926ejs etc.
>
> I am trying to generate patches fro
Hi Daniel,
On Sun, 14 Oct 2012 23:13:22 +0200, Daniel Schwierzeck
wrote:
> Hi Albert,
>
> 2012/10/14 Albert ARIBAUD :
> > Hello Simon and the list,
> >
> > I'm trying to start using patman, and -- probably out of sheer
> > ignorance -- cannot make it work.
> >
> > I've defined my .patman file w
2012/10/14 Albert ARIBAUD :
> Hi Daniel,
>
> On Sun, 14 Oct 2012 23:13:22 +0200, Daniel Schwierzeck
> wrote:
>
>> Hi Albert,
>>
>> 2012/10/14 Albert ARIBAUD :
>> > Hello Simon and the list,
>> >
>> > I'm trying to start using patman, and -- probably out of sheer
>> > ignorance -- cannot make it wo
Hi Daniel,
On Sun, 14 Oct 2012 23:58:51 +0200, Daniel Schwierzeck
wrote:
> 2012/10/14 Albert ARIBAUD :
> > Hi Daniel,
> >
> > On Sun, 14 Oct 2012 23:13:22 +0200, Daniel Schwierzeck
> > wrote:
> >
> >> Hi Albert,
> >>
> >> 2012/10/14 Albert ARIBAUD :
> >> > Hello Simon and the list,
> >> >
> >>
2012/10/12 Marek Vasut :
> This patch adds essential components for generation of the contents of
> the linker section that is used by the linker-generated array. All of
> the contents is held in a separate file, u-boot.lst, which is generated
> at runtime just before U-Boot is linked.
>
> The purp
Hi Albert,
On Sun, Oct 14, 2012 at 11:52 AM, Albert ARIBAUD
wrote:
> Hello Simon and the list,
>
> I'm trying to start using patman, and -- probably out of sheer
> ignorance -- cannot make it work.
Not a good first experience, sorry!
>
> I've defined my .patman file with aliases for mvgbe, laci
Hi Albert,
The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad:
arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 3ae30b97ff49d
On 10 October 2012 20:55, Minkyu Kang wrote:
> Dear Piotr Wilczek,
>
> On 24 September 2012 20:56, Piotr Wilczek wrote:
>> This patchset add software SPI support on Samsung Universal C210 board.
>> In SPI software driver #ifdef CONFIG_SYS_IMMR in spi_init function is added.
>>
>> Changes in v2:
>
On Sun, Oct 14, 2012 at 1:37 AM, Albert ARIBAUD
wrote:
> Hi Tom,
>
> (seems like gmail does not honor the rule that replies should drop the
> "(was: x)" part in an e-mail subject; but hey, neither does Claws
> apparently. Sigh.)
>
> On Sat, 13 Oct 2012 08:17:41 -0700, Tom Rini wrote:
>
>> On
Dear Daniel Schwierzeck,
> 2012/10/12 Marek Vasut :
> > This patch adds essential components for generation of the contents of
> > the linker section that is used by the linker-generated array. All of
> > the contents is held in a separate file, u-boot.lst, which is generated
> > at runtime just b
2012/10/15 Marek Vasut :
>> > GEN_UBOOT = \
>> >
>> > UNDEF_SYM=`$(OBJDUMP) -x $(LIBBOARD) $(LIBS) | \
>> > sed -n -e
>> > 's/.*\($(SYM_PREFIX)__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`
>> > ;\
>> >
>> > - cd $(LNDIR) && $(LD
Dear Daniel Schwierzeck,
> 2012/10/15 Marek Vasut :
> >> > GEN_UBOOT = \
> >> >
> >> > UNDEF_SYM=`$(OBJDUMP) -x $(LIBBOARD) $(LIBS) | \
> >> > sed -n -e
> >> > 's/.*\($(SYM_PREFIX)__u_boot_cmd_.*\)/-u\1/p'|sort|uni
> >> > q` ;\
>
On Sun, Oct 14, 2012 at 1:48 AM, Albert ARIBAUD
wrote:
> On Tue, 9 Oct 2012 21:28:15 +0200, Albert ARIBAUD
> wrote:
>
>> Under option -munaligned-access, gcc can perform local char
>> or 16-bit array initializations using misaligned native
>> accesses which will throw a data abort exception. Fix
Hi Simon,
On Sun, 14 Oct 2012 16:53:03 -0700, Simon Glass
wrote:
> Hi Albert,
>
> On Sun, Oct 14, 2012 at 11:52 AM, Albert ARIBAUD
> wrote:
> > Hello Simon and the list,
> >
> > I'm trying to start using patman, and -- probably out of sheer
> > ignorance -- cannot make it work.
>
> Not a good
Colored logs confuse patman when analyzing logs.
Add --no-color option in git log commands in case
the default config has color.
Signed-off-by: Albert ARIBAUD
---
tools/patman/gitutil.py |2 +-
tools/patman/patchstream.py |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff
Hi Minkyu,
On Mon, 15 Oct 2012 10:10:33 +0900, Minkyu Kang
wrote:
> Hi Albert,
>
> The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad:
>
> arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22
> +0200)
>
> are available in the git repository at:
>
Hi Andy
On 08/31/2012 06:11 AM, Andy Fleming wrote:
> On Tue, Jul 3, 2012 at 12:58 AM, Jaehoon Chung wrote:
>> This patch is supported DesginWare MMC Controller.
>>
>> Signed-off-by: Jaehoon Chung
>> Signed-off-by: Kyungmin Park
>> Signed-off-by: Rajeshawari Shinde
>
>>
>> diff --git a/driver
24 matches
Mail list logo