All of lore.kernel.org
 help / color / mirror / Atom feed
* [uclinux-dist-devel] [GIT PULL] Blackfin fixes for v4.1
@ 2015-04-24  3:54 Steven Miao
  0 siblings, 0 replies; only message in thread
From: Steven Miao @ 2015-04-24  3:54 UTC (permalink / raw)
  To: torvalds; +Cc: adi-buildroot-devel, linux-kernel

Hi Linus,

please pull blackfin fixes for v4.1, PM, kgdb, debug mmr fix, add gpio softswitch, update defconfig and board files, and build fixes.

The following changes since commit 39a8804455fb23f09157341d3ba7db6d7ae6ee76:

  Linux 4.0 (2015-04-12 15:12:50 -0700)

are available in the git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux.git tags/blackfin-for-linus

for you to fetch changes up to d91e14b3b9e1d8e1d552f4d6aff45551bbb410b1:

  eth: bf609 eth clock: add pclk clock for stmmac driver probe (2015-04-24 11:36:35 +0800)

----------------------------------------------------------------
blackfin updates for Linux 4.1

----------------------------------------------------------------
Aaron Wu (1):
      pm: sometimes wake up from suspend to RAM would fail

Andre Wolokita (1):
      debug-mmrs: Eliminate all traces of the USB_PHY_TEST MMR

Chen Gang (1):
      blackfin: Wire up missing syscalls

Rickard Strandqvist (2):
      arch: blackfin: kernel: setup.c: Cleaning up missing null-terminate in conjunction with strncpy
      arch: blackfin: kernel: kgdb: Remove unused function

Scott Jiang (2):
      bf609: use new SND_BF6XX_PCM to choose audio pcm driver
      bf609: add resources for lcd nl8048

Sonic Zhang (5):
      bug[220] kgdb: change the smp cross core function entry
      bf609: add gpio soft switch platform data for mcp23017 i2c devices
      bf609: enable soft switch gpio driver by default
      bf609: add platform data for soft switch devices on the video extenders
      bf609: remove softswitch i2c configuration from adv7842 and adv7511 platform data

Steven Miao (4):
      blackfin: defconfigs: cleanup unused CONFIG_MTD_CHAR, add MTD_SPI_NOR for BF537-STAMP
      blackfin: io: define __raw_readx/writex with bfin_readx/writex
      dma: fix build error after update to v3.19
      eth: bf609 eth clock: add pclk clock for stmmac driver probe

 arch/blackfin/configs/BF518F-EZBRD_defconfig      |    1 -
 arch/blackfin/configs/BF527-TLL6527M_defconfig    |    1 -
 arch/blackfin/configs/BF533-EZKIT_defconfig       |    1 -
 arch/blackfin/configs/BF533-STAMP_defconfig       |    1 -
 arch/blackfin/configs/BF537-STAMP_defconfig       |    3 +-
 arch/blackfin/configs/BF538-EZKIT_defconfig       |    1 -
 arch/blackfin/configs/BF561-ACVILON_defconfig     |    1 -
 arch/blackfin/configs/BF561-EZKIT-SMP_defconfig   |    1 -
 arch/blackfin/configs/BF561-EZKIT_defconfig       |    1 -
 arch/blackfin/configs/BF609-EZKIT_defconfig       |    1 +
 arch/blackfin/configs/CM-BF527_defconfig          |    1 -
 arch/blackfin/configs/CM-BF533_defconfig          |    1 -
 arch/blackfin/configs/CM-BF537E_defconfig         |    1 -
 arch/blackfin/configs/CM-BF537U_defconfig         |    1 -
 arch/blackfin/configs/CM-BF548_defconfig          |    1 -
 arch/blackfin/configs/CM-BF561_defconfig          |    1 -
 arch/blackfin/configs/DNP5370_defconfig           |    1 -
 arch/blackfin/configs/IP0X_defconfig              |    1 -
 arch/blackfin/configs/PNAV-10_defconfig           |    1 -
 arch/blackfin/configs/SRV1_defconfig              |    1 -
 arch/blackfin/configs/TCM-BF518_defconfig         |    1 -
 arch/blackfin/configs/TCM-BF537_defconfig         |    1 -
 arch/blackfin/include/asm/io.h                    |   35 ++------
 arch/blackfin/include/uapi/asm/unistd.h           |   12 ++-
 arch/blackfin/kernel/debug-mmrs.c                 |    1 -
 arch/blackfin/kernel/kgdb.c                       |   25 +-----
 arch/blackfin/kernel/setup.c                      |    2 +-
 arch/blackfin/mach-bf527/include/mach/cdefBF525.h |    5 --
 arch/blackfin/mach-bf527/include/mach/defBF525.h  |    4 -
 arch/blackfin/mach-bf548/include/mach/cdefBF542.h |    4 -
 arch/blackfin/mach-bf548/include/mach/cdefBF547.h |    4 -
 arch/blackfin/mach-bf548/include/mach/defBF542.h  |    3 -
 arch/blackfin/mach-bf548/include/mach/defBF547.h  |    3 -
 arch/blackfin/mach-bf609/boards/ezkit.c           |   90 +++++++++++++++++++--
 arch/blackfin/mach-bf609/clock.c                  |    7 ++
 arch/blackfin/mach-common/entry.S                 |   10 +++
 arch/blackfin/mach-common/pm.c                    |    2 +
 37 files changed, 127 insertions(+), 104 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-24  3:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24  3:54 [uclinux-dist-devel] [GIT PULL] Blackfin fixes for v4.1 Steven Miao

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.