All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/72] Blackfin updates for 2.6.32
@ 2009-09-14 20:07 Mike Frysinger
  2009-09-14 20:07 ` [PATCH 01/72] Blackfin: bf537-stamp: update ADP5588 header name Mike Frysinger
                   ` (72 more replies)
  0 siblings, 73 replies; 86+ messages in thread
From: Mike Frysinger @ 2009-09-14 20:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: uclinux-dist-devel

Minor highlights:
 - shadow console to help with really early kernel output
 - proper decoding of double fault handling

Otherwise, we've got the normal bug fixes, IPIPE updates, and clean ups.

Barry Song (9):
  Blackfin: bf537-stamp: add resources for AD1938 audio card
  Blackfin: bf538: add bfin_clear_PPI_STATUS() helper
  Blackfin: bf537-stamp: update AD714x resources
  Blackfin: bf537-stamp: drop ATA interrupt probe workaround
  Blackfin: cm-bf527/bf537-stamp: fix dm9000 resources
  Blackfin: bf538-ezkit: add resources for parallel flash
  Blackfin: bf537-stamp: update ad1836 resources
  Blackfin: delete '-spi' suffix in ad1836/ad1938 driver name
  Blackfin: bf538-ezkit: add SPI IRQ resources

Bernd Schmidt (1):
  Blackfin: add ICPLB coverage for async banks

Cliff Cai (1):
  Blackfin: bf533-stamp: fix typo in SPI frequency for ad1836 codec

Graf Yang (5):
  Blackfin: fix MPU handling of invalid memory accesses
  Blackfin: improve double fault debug handling
  Blackfin: SMP port does not yet support cpu frequency scaling
  Blackfin: handle the core timer interrupt with handle_percpu_irq on
    SMP
  Blackfin: swap clocksource ratings for gptimer/cycles

Harald Krapfenbauer (2):
  Blackfin: cm-bf537u: split board from cm-bf537e
  Blackfin: update cm board resources

Ingo Molnar (1):
  Blackfin: Fix link errors with binutils 2.19 and GCC 4.3

Jean Delvare (1):
  Blackfin: clean up duplicate I2C device type definitions

Michael Hennerich (6):
  Blackfin: bf537-stamp: update ADP5588 header name
  Blackfin: rename PCF8574 driver config
  Blackfin: convert boards to use platform data with smc91x
  Blackfin: remove useless duplicated assignment in gpio code
  Blackfin: fix spelling in a few comments
  Blackfin: bf537-stamp: add adp5588 gpio resources

Mike Frysinger (15):
  Blackfin: cleanup traps decode_address() a bit
  Blackfin: convert ptrace to new memory functions
  Blackfin: cleanup printk() usage in module code
  Blackfin: convert malloc()/memset() to zalloc() in module code
  Blackfin: cleanup module section checking
  Blackfin: fix module reloc handling for all memory regions
  Blackfin: push SRAM locks down into related ifdefs
  Blackfin: add support for common FDPIC ptrace requests
  Blackfin: drop unused MMR defines that only cause bad code to be
    written
  Blackfin: fix BF522/BF523 max VCO mixup
  Blackfin: drop board resources for dead devices (pbx/ad9960)
  Blackfin: punt dead cache locking code
  Blackfin: optimize fixed code handling for the most common case
  Blackfin: add some isram-driver self tests
  Blackfin: update ftrace_push_return_trace() breakage

Mingquan Pan (1):
  Blackfin: use KERN_ALERT in all kgdb_test output

Philippe Gerum (10):
  Blackfin: checkpatch --file arch/blackfin/kernel/ipipe.c
  Blackfin: fix misnomer of some I-pipe helpers
  Blackfin: export show_stack() to modules
  Blackfin: allow high priority domains to preempt schedule_tail()
  Blackfin: use generic name for EVT14 handler
  Blackfin: reuse evt_evt14 handler to perform irqtail epilogue
  Blackfin: allow EVT5 to preempt irqtail prologue (CONFIG_DEBUG_HWERR)
  Blackfin: document __ipipe_call_irqtail
  Blackfin: sanitize manual control of IPEND[4]
  Blackfin: inline I-pipe bypass code in ret_from_exception

Robin Getz (7):
  Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4]
  Blackfin: reject outdated/unused/wrong relocation types
  Blackfin: clean up early memory setup code
  Blackfin: add an early shadow console
  Blackfin: catch hardware errors earlier during booting
  Blackfin: workaround anomaly 05000283
  Blackfin: fix typo in isram_write()

Roel Kluin (1):
  Blackfin: fix read buffer overflow

Sonic Zhang (3):
  Blackfin: unify duplicated SMP checks in L2 cache kconfig
  Blackfin: do not try displaying the end of the stack
  Blackfin: increase default async timings for parallel flashes

Stefan Pledl (2):
  Blackfin: fix BF548 UART0 DMA IRQ translation
  Blackfin: bf548-ezkit: fix incorrect LCD size parameters

Yi Li (7):
  Blackfin: bf537-stamp: declare SPI IRQ resources
  Blackfin: bf533-stamp: add resources for mmc_spi card
  Blackfin: update anomaly lists
  Blackfin: cleanup sync handling when enabling/disabling cplbs
  Blackfin: do not trace the exception handler
  Blackfin: use raw_smp_processor_id() in exception code
  Blackfin: fix BF54x SPI CS resources

 arch/blackfin/Kconfig                             |   25 +-
 arch/blackfin/Kconfig.debug                       |    6 +
 arch/blackfin/configs/BF518F-EZBRD_defconfig      |    4 +-
 arch/blackfin/configs/BF526-EZBRD_defconfig       |    4 +-
 arch/blackfin/configs/BF527-EZKIT_defconfig       |    4 +-
 arch/blackfin/configs/BF548-EZKIT_defconfig       |    2 +-
 arch/blackfin/include/asm/bfin-global.h           |    6 -
 arch/blackfin/include/asm/bfin5xx_spi.h           |    1 +
 arch/blackfin/include/asm/cplb.h                  |   46 ++-
 arch/blackfin/include/asm/early_printk.h          |   24 +
 arch/blackfin/include/asm/entry.h                 |   30 +-
 arch/blackfin/include/asm/ipipe.h                 |    7 -
 arch/blackfin/include/asm/irq_handler.h           |    1 +
 arch/blackfin/include/asm/mmu_context.h           |    6 +-
 arch/blackfin/include/asm/pda.h                   |    7 +
 arch/blackfin/kernel/Makefile                     |    1 +
 arch/blackfin/kernel/asm-offsets.c                |    7 +
 arch/blackfin/kernel/bfin_dma_5xx.c               |   14 +-
 arch/blackfin/kernel/bfin_gpio.c                  |    1 -
 arch/blackfin/kernel/cplb-mpu/cacheinit.c         |    6 +-
 arch/blackfin/kernel/cplb-mpu/cplbmgr.c           |   63 +--
 arch/blackfin/kernel/cplb-nompu/cacheinit.c       |    6 +-
 arch/blackfin/kernel/cplb-nompu/cplbinit.c        |   11 +-
 arch/blackfin/kernel/cplb-nompu/cplbmgr.c         |   35 +-
 arch/blackfin/kernel/early_printk.c               |   74 ++-
 arch/blackfin/kernel/entry.S                      |   24 +-
 arch/blackfin/kernel/ftrace.c                     |    2 +-
 arch/blackfin/kernel/ipipe.c                      |   83 ++--
 arch/blackfin/kernel/kgdb_test.c                  |    2 +-
 arch/blackfin/kernel/module.c                     |  266 ++++----
 arch/blackfin/kernel/process.c                    |   10 +-
 arch/blackfin/kernel/ptrace.c                     |  155 +++--
 arch/blackfin/kernel/setup.c                      |  120 ++---
 arch/blackfin/kernel/shadow_console.c             |  113 ++++
 arch/blackfin/kernel/time-ts.c                    |    4 +-
 arch/blackfin/kernel/traps.c                      |   88 ++-
 arch/blackfin/kernel/vmlinux.lds.S                |    4 +-
 arch/blackfin/lib/ins.S                           |    4 +-
 arch/blackfin/mach-bf518/boards/ezbrd.c           |   29 +-
 arch/blackfin/mach-bf518/include/mach/anomaly.h   |    1 +
 arch/blackfin/mach-bf518/include/mach/blackfin.h  |   10 -
 arch/blackfin/mach-bf527/boards/cm_bf527.c        |  164 ++---
 arch/blackfin/mach-bf527/boards/ezbrd.c           |   29 +-
 arch/blackfin/mach-bf527/boards/ezkit.c           |   58 +--
 arch/blackfin/mach-bf527/include/mach/anomaly.h   |   13 +-
 arch/blackfin/mach-bf527/include/mach/blackfin.h  |   10 -
 arch/blackfin/mach-bf533/boards/H8606.c           |   39 +-
 arch/blackfin/mach-bf533/boards/blackstamp.c      |   11 +
 arch/blackfin/mach-bf533/boards/cm_bf533.c        |  127 ++++-
 arch/blackfin/mach-bf533/boards/ezkit.c           |   13 +-
 arch/blackfin/mach-bf533/boards/stamp.c           |   83 ++-
 arch/blackfin/mach-bf533/dma.c                    |    8 +-
 arch/blackfin/mach-bf533/include/mach/blackfin.h  |    7 -
 arch/blackfin/mach-bf537/boards/Kconfig           |   12 +-
 arch/blackfin/mach-bf537/boards/Makefile          |    3 +-
 arch/blackfin/mach-bf537/boards/cm_bf537.c        |  638 ------------------
 arch/blackfin/mach-bf537/boards/cm_bf537e.c       |  727 +++++++++++++++++++++
 arch/blackfin/mach-bf537/boards/cm_bf537u.c       |  633 ++++++++++++++++++
 arch/blackfin/mach-bf537/boards/pnav10.c          |   29 +-
 arch/blackfin/mach-bf537/boards/stamp.c           |  249 ++++++--
 arch/blackfin/mach-bf537/boards/tcm_bf537.c       |   43 +-
 arch/blackfin/mach-bf537/dma.c                    |    8 +-
 arch/blackfin/mach-bf537/include/mach/anomaly.h   |    2 +-
 arch/blackfin/mach-bf537/include/mach/blackfin.h  |   90 ---
 arch/blackfin/mach-bf538/boards/ezkit.c           |   65 ++
 arch/blackfin/mach-bf538/include/mach/anomaly.h   |    2 +-
 arch/blackfin/mach-bf538/include/mach/blackfin.h  |   10 -
 arch/blackfin/mach-bf538/include/mach/cdefBF538.h |    1 +
 arch/blackfin/mach-bf548/boards/cm_bf548.c        |   19 +-
 arch/blackfin/mach-bf548/boards/ezkit.c           |   12 +-
 arch/blackfin/mach-bf548/dma.c                    |    8 +-
 arch/blackfin/mach-bf548/include/mach/anomaly.h   |   21 +-
 arch/blackfin/mach-bf548/include/mach/blackfin.h  |   89 ---
 arch/blackfin/mach-bf561/boards/cm_bf561.c        |  141 ++++-
 arch/blackfin/mach-bf561/boards/ezkit.c           |   13 +-
 arch/blackfin/mach-bf561/include/mach/anomaly.h   |    2 +
 arch/blackfin/mach-bf561/secondary.S              |   28 +-
 arch/blackfin/mach-common/Makefile                |    1 -
 arch/blackfin/mach-common/entry.S                 |  191 +++---
 arch/blackfin/mach-common/head.S                  |   19 +-
 arch/blackfin/mach-common/interrupt.S             |   78 ++--
 arch/blackfin/mach-common/ints-priority.c         |   19 +-
 arch/blackfin/mach-common/lock.S                  |  223 -------
 arch/blackfin/mach-common/pm.c                    |   64 +--
 arch/blackfin/mm/init.c                           |    3 +
 arch/blackfin/mm/isram-driver.c                   |  222 ++++++-
 arch/blackfin/mm/sram-alloc.c                     |   30 +-
 87 files changed, 3329 insertions(+), 2234 deletions(-)
 create mode 100644 arch/blackfin/kernel/shadow_console.c
 delete mode 100644 arch/blackfin/mach-bf537/boards/cm_bf537.c
 create mode 100644 arch/blackfin/mach-bf537/boards/cm_bf537e.c
 create mode 100644 arch/blackfin/mach-bf537/boards/cm_bf537u.c
 delete mode 100644 arch/blackfin/mach-common/lock.S


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

end of thread, other threads:[~2009-09-16  4:13 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-14 20:07 [PATCH 00/72] Blackfin updates for 2.6.32 Mike Frysinger
2009-09-14 20:07 ` [PATCH 01/72] Blackfin: bf537-stamp: update ADP5588 header name Mike Frysinger
2009-09-14 20:07 ` [PATCH 02/72] Blackfin: bf537-stamp: declare SPI IRQ resources Mike Frysinger
2009-09-14 20:07 ` [PATCH 03/72] Blackfin: bf537-stamp: add resources for AD1938 audio card Mike Frysinger
2009-09-14 20:07 ` [PATCH 04/72] Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4] Mike Frysinger
2009-09-14 20:07 ` [PATCH 05/72] Blackfin: checkpatch --file arch/blackfin/kernel/ipipe.c Mike Frysinger
2009-09-14 20:07 ` [PATCH 06/72] Blackfin: fix misnomer of some I-pipe helpers Mike Frysinger
2009-09-14 20:07 ` [PATCH 07/72] Blackfin: export show_stack() to modules Mike Frysinger
2009-09-14 20:07 ` [PATCH 08/72] Blackfin: allow high priority domains to preempt schedule_tail() Mike Frysinger
2009-09-14 20:07 ` [PATCH 09/72] Blackfin: use generic name for EVT14 handler Mike Frysinger
2009-09-14 20:07 ` [PATCH 10/72] Blackfin: reuse evt_evt14 handler to perform irqtail epilogue Mike Frysinger
2009-09-14 20:07 ` [PATCH 11/72] Blackfin: allow EVT5 to preempt irqtail prologue (CONFIG_DEBUG_HWERR) Mike Frysinger
2009-09-14 20:07 ` [PATCH 12/72] Blackfin: document __ipipe_call_irqtail Mike Frysinger
2009-09-14 20:07 ` [PATCH 13/72] Blackfin: sanitize manual control of IPEND[4] Mike Frysinger
2009-09-14 20:07 ` [PATCH 14/72] Blackfin: inline I-pipe bypass code in ret_from_exception Mike Frysinger
2009-09-14 20:07 ` [PATCH 15/72] Blackfin: cleanup traps decode_address() a bit Mike Frysinger
2009-09-14 20:07 ` [PATCH 16/72] Blackfin: convert ptrace to new memory functions Mike Frysinger
2009-09-14 20:07 ` [PATCH 17/72] Blackfin: reject outdated/unused/wrong relocation types Mike Frysinger
2009-09-14 20:07 ` [PATCH 18/72] Blackfin: cleanup printk() usage in module code Mike Frysinger
2009-09-14 20:07 ` [PATCH 19/72] Blackfin: convert malloc()/memset() to zalloc() " Mike Frysinger
2009-09-14 20:07 ` [PATCH 20/72] Blackfin: cleanup module section checking Mike Frysinger
2009-09-14 20:07 ` [PATCH 21/72] Blackfin: fix module reloc handling for all memory regions Mike Frysinger
2009-09-14 20:07 ` [PATCH 22/72] Blackfin: clean up early memory setup code Mike Frysinger
2009-09-14 20:07 ` [PATCH 23/72] Blackfin: rename PCF8574 driver config Mike Frysinger
2009-09-14 20:07 ` [PATCH 24/72] Blackfin: unify duplicated SMP checks in L2 cache kconfig Mike Frysinger
2009-09-14 20:07 ` [PATCH 25/72] Blackfin: push SRAM locks down into related ifdefs Mike Frysinger
2009-09-14 20:07 ` [PATCH 26/72] Blackfin: add support for common FDPIC ptrace requests Mike Frysinger
2009-09-14 20:07 ` [PATCH 27/72] Blackfin: add an early shadow console Mike Frysinger
2009-09-14 20:07 ` [PATCH 28/72] Blackfin: catch hardware errors earlier during booting Mike Frysinger
2009-09-14 20:07 ` [PATCH 29/72] Blackfin: fix BF548 UART0 DMA IRQ translation Mike Frysinger
2009-09-14 20:07 ` [PATCH 30/72] Blackfin: bf538: add bfin_clear_PPI_STATUS() helper Mike Frysinger
2009-09-14 20:07 ` [PATCH 31/72] Blackfin: bf533-stamp: add resources for mmc_spi card Mike Frysinger
2009-09-14 20:07 ` [PATCH 32/72] Blackfin: do not try displaying the end of the stack Mike Frysinger
2009-09-14 20:07 ` [PATCH 33/72] Blackfin: bf537-stamp: update AD714x resources Mike Frysinger
2009-09-14 20:07 ` [PATCH 34/72] Blackfin: clean up duplicate I2C device type definitions Mike Frysinger
2009-09-14 20:07 ` [PATCH 35/72] Blackfin: fix MPU handling of invalid memory accesses Mike Frysinger
2009-09-14 20:07 ` [PATCH 36/72] Blackfin: bf533-stamp: fix typo in SPI frequency for ad1836 codec Mike Frysinger
2009-09-14 20:07 ` [PATCH 37/72] Blackfin: improve double fault debug handling Mike Frysinger
2009-09-14 20:07 ` [PATCH 38/72] Blackfin: bf537-stamp: drop ATA interrupt probe workaround Mike Frysinger
2009-09-14 20:07 ` [PATCH 39/72] Blackfin: convert boards to use platform data with smc91x Mike Frysinger
2009-09-14 20:07 ` [PATCH 40/72] Blackfin: drop unused MMR defines that only cause bad code to be written Mike Frysinger
2009-09-14 20:07 ` [PATCH 41/72] Blackfin: cm-bf527/bf537-stamp: fix dm9000 resources Mike Frysinger
2009-09-14 20:07 ` [PATCH 42/72] Blackfin: bf548-ezkit: fix incorrect LCD size parameters Mike Frysinger
2009-09-14 20:07 ` [PATCH 43/72] Blackfin: fix read buffer overflow Mike Frysinger
2009-09-14 20:07 ` [PATCH 44/72] Blackfin: bf538-ezkit: add resources for parallel flash Mike Frysinger
2009-09-14 20:07 ` [PATCH 45/72] Blackfin: update anomaly lists Mike Frysinger
2009-09-14 20:07 ` [PATCH 46/72] Blackfin: bf537-stamp: update ad1836 resources Mike Frysinger
2009-09-14 20:07 ` [PATCH 47/72] Blackfin: cleanup sync handling when enabling/disabling cplbs Mike Frysinger
2009-09-14 20:07 ` [PATCH 48/72] Blackfin: SMP port does not yet support cpu frequency scaling Mike Frysinger
2009-09-14 20:07 ` [PATCH 49/72] Blackfin: fix BF522/BF523 max VCO mixup Mike Frysinger
2009-09-14 20:07 ` [PATCH 50/72] Blackfin: do not trace the exception handler Mike Frysinger
2009-09-14 20:07 ` [PATCH 51/72] Blackfin: drop board resources for dead devices (pbx/ad9960) Mike Frysinger
2009-09-14 20:07 ` [PATCH 52/72] Blackfin: punt dead cache locking code Mike Frysinger
2009-09-14 20:07 ` [PATCH 53/72] Blackfin: delete '-spi' suffix in ad1836/ad1938 driver name Mike Frysinger
2009-09-14 20:07 ` [PATCH 54/72] Blackfin: optimize fixed code handling for the most common case Mike Frysinger
2009-09-14 20:07 ` [PATCH 55/72] Blackfin: handle the core timer interrupt with handle_percpu_irq on SMP Mike Frysinger
2009-09-14 20:08 ` [PATCH 56/72] Blackfin: Fix link errors with binutils 2.19 and GCC 4.3 Mike Frysinger
2009-09-14 20:08 ` [PATCH 57/72] Blackfin: remove useless duplicated assignment in gpio code Mike Frysinger
2009-09-14 20:08 ` [PATCH 58/72] Blackfin: use raw_smp_processor_id() in exception code Mike Frysinger
2009-09-14 20:08 ` [PATCH 59/72] Blackfin: fix spelling in a few comments Mike Frysinger
2009-09-14 20:08 ` [PATCH 60/72] Blackfin: workaround anomaly 05000283 Mike Frysinger
2009-09-14 20:08 ` [PATCH 61/72] Blackfin: add some isram-driver self tests Mike Frysinger
2009-09-14 20:08 ` [PATCH 62/72] Blackfin: bf537-stamp: add adp5588 gpio resources Mike Frysinger
2009-09-14 20:08 ` [PATCH 63/72] Blackfin: fix typo in isram_write() Mike Frysinger
2009-09-14 20:08 ` [PATCH 64/72] Blackfin: fix BF54x SPI CS resources Mike Frysinger
2009-09-14 20:08 ` [PATCH 65/72] Blackfin: use KERN_ALERT in all kgdb_test output Mike Frysinger
2009-09-14 20:08 ` [PATCH 66/72] Blackfin: add ICPLB coverage for async banks Mike Frysinger
2009-09-14 20:08 ` [PATCH 67/72] Blackfin: increase default async timings for parallel flashes Mike Frysinger
2009-09-14 20:08 ` [PATCH 68/72] Blackfin: bf538-ezkit: add SPI IRQ resources Mike Frysinger
2009-09-14 20:08 ` [PATCH 69/72] Blackfin: cm-bf537u: split board from cm-bf537e Mike Frysinger
2009-09-14 20:08 ` [PATCH 70/72] Blackfin: update cm board resources Mike Frysinger
2009-09-14 20:08 ` [PATCH 71/72] Blackfin: update ftrace_push_return_trace() breakage Mike Frysinger
2009-09-14 20:08 ` [PATCH 72/72] Blackfin: swap clocksource ratings for gptimer/cycles Mike Frysinger
2009-09-14 20:50 ` [PATCH 00/72] Blackfin updates for 2.6.32 Daniel Walker
2009-09-14 20:57   ` Mike Frysinger
2009-09-14 21:04     ` Daniel Walker
2009-09-14 21:07       ` Mike Frysinger
2009-09-14 21:21         ` Daniel Walker
2009-09-14 22:17           ` Mike Frysinger
2009-09-14 22:36             ` Daniel Walker
2009-09-16  2:54               ` Mike Frysinger
2009-09-16  2:56               ` Mike Frysinger
2009-09-16  3:06                 ` Daniel Walker
2009-09-16  3:21                   ` Mike Frysinger
2009-09-16  3:59                     ` Daniel Walker
2009-09-16  4:13                       ` Mike Frysinger

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.