mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] smc91111 mac address and cfi flash fixes
@ 2010-02-01 10:31 Marc Kleine-Budde
  2010-02-01 10:31 ` [PATCH 1/2] smc91111: fix odering of mac address read from EEPROM Marc Kleine-Budde
  2010-02-01 15:31 ` [PATCH 0/2] smc91111 mac address and cfi flash fixes Sascha Hauer
  0 siblings, 2 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2010-02-01 10:31 UTC (permalink / raw)
  To: barebox; +Cc: sha

Hello,

although these two patches are not related,
I'm sending them as a series :)

Our Admin discovered that the MAC address read from the smc91111
eeprom is bytewrapped. (Thanks to Jochen).

The second patch addresses an aligment problem found in the cfi_flash driver.
The patch reduces the access width to fix the problem. Thanks to Uwe for
finding a nice way to figure out the minimum alignment.

However the cfi_flash_new driver has the same problem.
Which should be fixed, too.

Please review and consider to apply.
cheers, Marc.

For you convenience you can pull....:

The following changes since commit c68c06cb0e5f9913473ab9cfbf7c48af79582c99:
  Sascha Hauer (1):
        barebox-2009.12.0

are available in the git repository at:

  git://git.pengutronix.de/git/mkl/barebox.git for-sha

Marc Kleine-Budde (2):
      smc91111: fix odering of mac address read from EEPROM
      cfi_flash: fix alignment problem

 drivers/net/smc91111.c  |   23 +++++++++--------------
 drivers/nor/cfi_flash.c |   10 +++++++---
 2 files changed, 16 insertions(+), 17 deletions(-)



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread
* cfi driver fixes
@ 2012-04-05  8:59 Sascha Hauer
  2012-04-05  8:59 ` [PATCH 2/2] cfi flash: Fix alignment problem Sascha Hauer
  0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2012-04-05  8:59 UTC (permalink / raw)
  To: barebox

The following fixes some problems with the cfi flash driver for
32 bit flashes.

----------------------------------------------------------------
Sascha Hauer (2):
      cfi flash: Fix loop count calculation
      cfi flash: Fix alignment problem

 drivers/nor/cfi_flash_intel.c |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-05  8:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-01 10:31 [PATCH 0/2] smc91111 mac address and cfi flash fixes Marc Kleine-Budde
2010-02-01 10:31 ` [PATCH 1/2] smc91111: fix odering of mac address read from EEPROM Marc Kleine-Budde
2010-02-01 10:31   ` [PATCH 2/2] cfi_flash: fix alignment problem Marc Kleine-Budde
2010-02-01 15:31 ` [PATCH 0/2] smc91111 mac address and cfi flash fixes Sascha Hauer
2012-04-05  8:59 cfi driver fixes Sascha Hauer
2012-04-05  8:59 ` [PATCH 2/2] cfi flash: Fix alignment problem Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox