[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1384512877-25669-1-git-send-email-realmz6@kernel.org>
Date: Fri, 15 Nov 2013 18:54:37 +0800
From: Steven Miao <realmz6@...nel.org>
To: <torvalds@...ux-foundation.org>
CC: <adi-buildroot-devel@...ts.sourceforge.net>,
<linux-kernel@...r.kernel.org>
Subject: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.13
Hi Linus,
please pull blackfin updates for Linux 3.13, blackfin gpio changes, add adi pinctrl
driver, and bug fixes.
The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:
Linux 3.12 (2013-11-03 15:41:51 -0800)
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 36855dcfc980f247909b8f63776664c6ccb6f183:
blackfin: fix build warning for unused variable (2013-11-15 18:14:55 +0800)
----------------------------------------------------------------
blackfin updates for Linux 3.13
----------------------------------------------------------------
Scott Jiang (2):
bf609: update default config for spi
pm: use GFP_ATOMIC when pm core call this function
Sonic Zhang (3):
Blackfin: bfin_gpio: Use proper mask for comparing pfunc
blackfin: adi gpio driver and pinctrl driver support
blackfin: serial: Add serial port_fer and port_mux early platform resources.
Steven Miao (3):
blackfin: pinctrl-adi2: code cleanup after using pinctrl-adi2
smp: bf561: and smb_wmb()/smp_rmb() at ipi send/receive
blackfin: fix build warning for unused variable
arch/blackfin/Kconfig | 8 +
arch/blackfin/configs/BF609-EZKIT_defconfig | 2 +-
arch/blackfin/include/asm/gpio.h | 157 +------
arch/blackfin/include/asm/irq.h | 3 +-
arch/blackfin/include/asm/irq_handler.h | 6 +-
arch/blackfin/include/asm/portmux.h | 19 +-
arch/blackfin/kernel/Makefile | 3 +-
arch/blackfin/kernel/bfin_gpio.c | 159 +------
arch/blackfin/mach-bf548/Kconfig | 34 --
arch/blackfin/mach-bf548/boards/ezkit.c | 538 ++++++++++++++++++++++-
arch/blackfin/mach-bf548/include/mach/gpio.h | 8 -
arch/blackfin/mach-bf548/include/mach/irq.h | 2 +-
arch/blackfin/mach-bf548/include/mach/portmux.h | 2 -
arch/blackfin/mach-bf609/Kconfig | 42 --
arch/blackfin/mach-bf609/boards/ezkit.c | 472 ++++++++++++++++++--
arch/blackfin/mach-bf609/include/mach/gpio.h | 8 -
arch/blackfin/mach-bf609/include/mach/irq.h | 2 +-
arch/blackfin/mach-bf609/include/mach/portmux.h | 6 +-
arch/blackfin/mach-common/ints-priority.c | 421 ++----------------
arch/blackfin/mach-common/pm.c | 22 +-
arch/blackfin/mach-common/smp.c | 12 +-
21 files changed, 1072 insertions(+), 854 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists