All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] Blackfin fixes for 2009.05
@ 2009-04-06  7:53 Mike Frysinger
  2009-04-06  7:53 ` [U-Boot] [PATCH 1/8] Blackfin: spi: make cs deassert function deterministic Mike Frysinger
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Mike Frysinger @ 2009-04-06  7:53 UTC (permalink / raw)
  To: u-boot

Add some corner case fixes for some Blackfin peripheral drivers, and add
some fixes for anomalies and auditing of others.  One or two of the audits
aren't strictly fixes (just adding /*...*/ comments(, but it makes my life
easier to keep them together.

Graf Yang (1):
  Blackfin: nand: flush peripheral before polling it

Mike Frysinger (6):
  Blackfin: update anomaly sheets
  Blackfin: add workaround for anomaly 05000171
  Blackfin: add workaround for anomaly 05000242
  Blackfin: add comment about anomaly 05000430 avoidance
  Blackfin: add check for anomaly 05000362
  Blackfin: audit UART for all known anomalies

Todor I Mollov (1):
  Blackfin: spi: make cs deassert function deterministic

 cpu/blackfin/initcode.c                   |   17 ++++++-
 cpu/blackfin/serial.c                     |   21 ++++++++-
 cpu/blackfin/serial.h                     |    2 +-
 drivers/mtd/nand/bfin_nand.c              |    1 +
 drivers/spi/bfin_spi.c                    |   16 ++++++-
 include/asm-blackfin/mach-bf527/anomaly.h |   40 ++++++++++++---
 include/asm-blackfin/mach-bf533/anomaly.h |   77 +++++++++++++++++++++++-----
 include/asm-blackfin/mach-bf537/anomaly.h |   67 +++++++++++++------------
 include/asm-blackfin/mach-bf548/anomaly.h |   18 ++++---
 include/asm-blackfin/mach-bf561/anomaly.h |   17 +++---
 10 files changed, 203 insertions(+), 73 deletions(-)

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

end of thread, other threads:[~2009-04-06 20:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06  7:53 [U-Boot] [PATCH 0/8] Blackfin fixes for 2009.05 Mike Frysinger
2009-04-06  7:53 ` [U-Boot] [PATCH 1/8] Blackfin: spi: make cs deassert function deterministic Mike Frysinger
2009-04-06  8:29   ` Wolfgang Denk
2009-04-06  7:53 ` [U-Boot] [PATCH 2/8] Blackfin: nand: flush peripheral before polling it Mike Frysinger
2009-04-06  8:27   ` Wolfgang Denk
2009-04-06  8:54     ` Mike Frysinger
2009-04-06 20:12   ` Scott Wood
2009-04-06  7:53 ` [U-Boot] [PATCH 3/8] Blackfin: update anomaly sheets Mike Frysinger
2009-04-06  7:53 ` [U-Boot] [PATCH 4/8] Blackfin: add workaround for anomaly 05000171 Mike Frysinger
2009-04-06  7:53 ` [U-Boot] [PATCH 5/8] Blackfin: add workaround for anomaly 05000242 Mike Frysinger
2009-04-06  7:53 ` [U-Boot] [PATCH 6/8] Blackfin: add comment about anomaly 05000430 avoidance Mike Frysinger
2009-04-06  7:53 ` [U-Boot] [PATCH 7/8] Blackfin: add check for anomaly 05000362 Mike Frysinger
2009-04-06  7:53 ` [U-Boot] [PATCH 8/8] Blackfin: audit UART for all known anomalies Mike Frysinger
2009-04-06  8:07 ` [U-Boot] [PATCH 0/8] Blackfin fixes for 2009.05 Wolfgang Denk
2009-04-06  8:13   ` Mike Frysinger
2009-04-06  8:25     ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.