[GIT PULL] Blackfin updates for 2.6.22-rc4

2007-06-14 Thread Bryan Wu
Hi Linus:

Changes from last git-request-pull email:

 - remove some new platform and new driver patches out of this git-pull series 
as Paul mentioned
 - use scripts/checkpatch.pl to check and fix the coding style issues as Jeff 
pointed out

please pull from:

  master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6.git master

to receive the following updates:

Aubrey Li (2):
  Blackfin arch: DMA code minor naming convention fix
  Blackfin arch: try to split up functions like this into smaller units 
according to LKML review

Bryan Wu (2):
  Blackfin arch: fixup Blackfin MAINTIANERS team member list
  Blackfin SPI driver: fix bug SPI DMA incomplete transmission

Jean-Christian de Rivaz (1):
  Blackfin SMC91X ethernet supporting driver: SMC91C111 LEDs are note 
drived in the kernel like in uboot

Michael Hennerich (3):
  Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1
  Blackfin arch: add missing gpio.h header to fix compiling in some pm 
configurations
  Blackfin arch: fix bug can not wakeup from sleep via push buttons

Mike Frysinger (19):
  Blackfin arch: remove defconfig file
  Blackfin arch: mark our memory init functions with __init so they get 
freed after init
  Blackfin arch: implement a basic /proc/sram file for L1 allocation 
visibility
  Blackfin arch: scrub old console defines
  Blackfin arch: update defconfigs
  Blackfin arch: unify differences between our diff head.S files -- no 
functional changes
  Blackfin arch: move more of our startup code to .init so it can be freed 
once we are up and running
  Blackfin arch: add proper ENDPROC()
  Blackfin arch: fix spelling typo in output
  Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-line
  Blackfin arch: make sure we initialize our L1 Data B section properly 
based on the linked kernel
  Blackfin arch: redo our linker script a bit
  Blackfin arch: move HI/LO macros into blackfin.h and punt the rest of 
macros.h as it includes VDSP macros we never use
  Blackfin serial driver: hook up our UARTs STP bit with userspaces CMSPAR
  Blackfin serial driver: ignore framing and parity errors
  Blackfin serial driver: actually implement the break_ctl() function
  Blackfin serial driver: decouple PARODD and CMSPAR checking from PARENB
  Blackfin RTC drivers: update MAINTAINERS information
  Blackfin SPI driver: tweak spi cleanup function to match newer kernel 
changes

Robin Getz (1):
  Blackfin arch: all symbols were offset by 4k, since we didn't have the 
__text label.

Roy Huang (1):
  Blackfin arch:  fix bug ad1836 fails to build properly for BF533-EZKIT

Simon Arlott (1):
  Blackfin arch: spelling fixes

 MAINTAINERS   |   78 +-
 arch/blackfin/Kconfig |   35 -
 arch/blackfin/configs/BF533-EZKIT_defconfig   |  241 +++-
 arch/blackfin/configs/BF533-STAMP_defconfig   |   92 +-
 arch/blackfin/configs/BF537-STAMP_defconfig   |   98 +-
 arch/blackfin/configs/BF561-EZKIT_defconfig   |  192 +++-
 arch/blackfin/configs/PNAV-10_defconfig   |  119 ++-
 arch/blackfin/defconfig   | 1327 -
 arch/blackfin/kernel/bfin_dma_5xx.c   |6 +-
 arch/blackfin/kernel/bfin_gpio.c  |   14 +-
 arch/blackfin/kernel/entry.S  |5 +
 arch/blackfin/kernel/irqchip.c|2 +-
 arch/blackfin/kernel/setup.c  |  248 ++--
 arch/blackfin/kernel/traps.c  |2 +-
 arch/blackfin/kernel/vmlinux.lds.S|  166 +--
 arch/blackfin/lib/divsi3.S|3 +
 arch/blackfin/lib/ins.S   |4 +-
 arch/blackfin/lib/memchr.S|2 +-
 arch/blackfin/lib/memcmp.S|2 +-
 arch/blackfin/lib/memcpy.S|2 +
 arch/blackfin/lib/memmove.S   |2 +-
 arch/blackfin/lib/memset.S|2 +-
 arch/blackfin/lib/modsi3.S|2 +
 arch/blackfin/lib/outs.S  |3 +
 arch/blackfin/lib/smulsi3_highpart.S  |2 +
 arch/blackfin/lib/udivsi3.S   |2 +
 arch/blackfin/lib/umodsi3.S   |4 +
 arch/blackfin/lib/umulsi3_highpart.S  |2 +
 arch/blackfin/mach-bf533/boards/cm_bf533.c|2 +-
 arch/blackfin/mach-bf533/boards/ezkit.c   |2 +-
 arch/blackfin/mach-bf533/head.S   |   30 +-
 arch/blackfin/mach-bf533/ints-priority.c  |2 +-
 arch/blackfin/mach-bf537/boards/generic_board.c   |2 +-
 arch/blackfin/mach-bf537/boards/pnav10.c  |2 +-
 arch/blackfin/mach-bf537/boards/stamp.c   |2 +-
 arch/blackfin/mach-bf537/head.S   |   35 +-

Re: [GIT PULL] Blackfin updates for 2.6.22-rc4

2007-06-13 Thread Jeff Garzik

Bryan Wu wrote:

Hi Linus:

Sorry for word-wrapping in previous git pull request email.
 
please pull from:


  master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6.git master


You should run your patch through scripts/checkpatch.pl before 
pushing... there are several notables in there like tons of trailing 
whitespace, use of spaces rather than tabs, lack of whitespace inside 
expressions, etc.


The "line over 80 chars" warning can get a bit obnoxious, if you are 
barely over the limit, but the other warnings are pretty reasonable.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] Blackfin updates for 2.6.22-rc4

2007-06-13 Thread Paul Mundt
On Thu, Jun 14, 2007 at 10:06:25AM +0800, Bryan Wu wrote:
>  107 files changed, 7034 insertions(+), 3557 deletions(-)

This has new platform support, new drivers, and so on. None of which is
suitable outside of -rc1-2. You are aware of this thing called the merge
window?

Try splitting out the critical bugfixes in to a different tree and have
that pulled for the next -rc, if you expect to get any of the fixes
merged for 2.6.22.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] Blackfin updates for 2.6.22-rc4

2007-06-13 Thread Bryan Wu
Hi Linus:

Sorry for word-wrapping in previous git pull request email.
 
please pull from:

  master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6.git master

to receive the following updates:

Aubrey Li (2):
  Blackfin arch: DMA code minor naming convention fix
  Blackfin arch: try to split up functions like this into smaller units 
according to LKML review

Bernd Schmidt (1):
  Blackfin arch: defines and provides entry points for certain user space 
functions at fixed addresses

Bryan Wu (2):
  Blackfin arch: fixup Blackfin MAINTIANERS team member list
  Blackfin SPI driver: fix bug SPI DMA incomplete transmission

Jean-Christian de Rivaz (1):
  Blackfin SMC91X ethernet supporting driver: SMC91C111 LEDs are note 
drived in the kernel like in uboot

Michael Hennerich (3):
  Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1
  Blackfin arch: add missing gpio.h header to fix compiling in some pm 
configurations
  Blackfin arch: fix bug can not wakeup from sleep via push buttons

Mike Frysinger (21):
  Blackfin arch: mark our memory init functions with __init so they get 
freed after init
  Blackfin arch: implement a basic /proc/sram file for L1 allocation 
visibility
  Blackfin arch: scrub old console defines
  Blackfin arch: update defconfigs
  Blackfin arch: unify differences between our diff head.S files -- no 
functional changes
  Blackfin arch: move more of our startup code to .init so it can be freed 
once we are up and running
  Blackfin arch: add proper ENDPROC()
  Blackfin arch: fix spelling typo in output
  Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-line
  Blackfin arch: need to rename function after moving to match new internal 
dma API
  Blackfin arch: new kernel config for BF548-EZKIT
  Blackfin arch: make sure we initialize our L1 Data B section properly 
based on the linked kernel
  Blackfin arch: redo our linker script a bit
  Blackfin arch: move HI/LO macros into blackfin.h and punt the rest of 
macros.h as it includes VDSP macros we never use
  Blackfin serial driver: hook up our UARTs STP bit with userspaces CMSPAR
  Blackfin serial driver: ignore framing and parity errors
  Blackfin serial driver: actually implement the break_ctl() function
  Blackfin serial driver: decouple PARODD and CMSPAR checking from PARENB
  Blackfin RTC drivers: update MAINTAINERS information
  Blackfin SPI driver: tweak spi cleanup function to match newer kernel 
changes
  Blackfin on-chip watchdog driver

Robin Getz (1):
  Blackfin arch: all symbols were offset by 4k, since we didn't have the 
__text label.

Roy Huang (4):
  Blackfin arch:  fix bug ad1836 fails to build properly for BF533-EZKIT
  Blackfin arch: Add header files for BF548
  Blackfin arch: initial supporting for BF548-EZKIT
  Blackfin serial driver: supporting BF548-EZKIT serial port

Simon Arlott (1):
  Blackfin arch: spelling fixes

 MAINTAINERS   |   86 +-
 arch/blackfin/Kconfig |   82 +-
 arch/blackfin/Makefile|2 +
 arch/blackfin/configs/BF533-EZKIT_defconfig   |  241 +++-
 arch/blackfin/configs/BF533-STAMP_defconfig   |   92 +-
 arch/blackfin/configs/BF537-STAMP_defconfig   |   98 +-
 arch/blackfin/configs/BF548-EZKIT_defconfig   | 1096 ++
 arch/blackfin/configs/BF561-EZKIT_defconfig   |  192 +++-
 arch/blackfin/configs/PNAV-10_defconfig   |  119 ++-
 arch/blackfin/kernel/Makefile |6 +-
 arch/blackfin/kernel/bfin_dma_5xx.c   |  211 +
 arch/blackfin/kernel/bfin_gpio.c  |7 +-
 arch/blackfin/kernel/entry.S  |5 +
 arch/blackfin/kernel/fixed_code.S |  132 +++
 arch/blackfin/kernel/irqchip.c|2 +-
 arch/blackfin/kernel/process.c|   65 ++
 arch/blackfin/kernel/setup.c  |  261 +++--
 arch/blackfin/kernel/traps.c  |2 +-
 arch/blackfin/kernel/vmlinux.lds.S|  166 +--
 arch/blackfin/lib/divsi3.S|3 +
 arch/blackfin/lib/ins.S   |4 +-
 arch/blackfin/lib/memchr.S|2 +-
 arch/blackfin/lib/memcmp.S|2 +-
 arch/blackfin/lib/memcpy.S|2 +
 arch/blackfin/lib/memmove.S   |2 +-
 arch/blackfin/lib/memset.S|2 +-
 arch/blackfin/lib/modsi3.S|2 +
 arch/blackfin/lib/outs.S  |3 +
 arch/blackfin/lib/smulsi3_highpart.S  |2 +
 arch/blackfin/lib/udivsi3.S   |2 +
 arch/blackfin/lib/umodsi3.S   |4 +
 arch/blackfin/lib/umulsi3_highpart