From: Steven Miao <realmz6@kernel.org>
To: torvalds@linux-foundation.org
Cc: adi-buildroot-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [uclinux-dist-devel] [GIT PULL] Blackfin fixes for v4.1
Date: Fri, 24 Apr 2015 11:54:36 +0800 [thread overview]
Message-ID: <1429847676-5065-1-git-send-email-realmz6@kernel.org> (raw)
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(-)
reply other threads:[~2015-04-24 3:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1429847676-5065-1-git-send-email-realmz6@kernel.org \
--to=realmz6@kernel.org \
--cc=adi-buildroot-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®