mbox

[U-Boot,PULL] u-boot-onenand/master

Message ID 20131231131506.39382cd6@amdc2363
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-onenand.git master

Message

Ɓukasz Majewski Dec. 31, 2013, 12:15 p.m. UTC
Hi Tom,

Please find a tiny fix for onenand tree. I hope, that this fix will
find its way to v2014.01.

The following changes since commit
fef24f4f38eb685a6da29097930e6e49b378f8fb:

  ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20
  10:48:06 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-onenand.git master

for you to fetch changes up to 9b56942f7d2f67e620662cfeb4269a9a938d55da:

  mtd: onenand: Fix unaligned access (2013-12-31 09:59:16 +0100)

----------------------------------------------------------------
Marek Vasut (1):
      mtd: onenand: Fix unaligned access

 drivers/mtd/onenand/onenand_base.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Comments

Tom Rini Jan. 7, 2014, 5:16 p.m. UTC | #1
On Tue, Dec 31, 2013 at 01:15:06PM +0100, Lukasz Majewski wrote:

> Hi Tom,
> 
> Please find a tiny fix for onenand tree. I hope, that this fix will
> find its way to v2014.01.
> 
> The following changes since commit
> fef24f4f38eb685a6da29097930e6e49b378f8fb:
> 
>   ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20
>   10:48:06 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-onenand.git master
> 
> for you to fetch changes up to 9b56942f7d2f67e620662cfeb4269a9a938d55da:
> 
>   mtd: onenand: Fix unaligned access (2013-12-31 09:59:16 +0100)
> 
> ----------------------------------------------------------------
> Marek Vasut (1):
>       mtd: onenand: Fix unaligned access
> 
>  drivers/mtd/onenand/onenand_base.c |    8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!