Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752193Ab1E2Cdr (ORCPT ); Sat, 28 May 2011 22:33:47 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:49909 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750961Ab1E2Cdo (ORCPT ); Sat, 28 May 2011 22:33:44 -0400 From: Mike Frysinger To: linux-kernel@vger.kernel.org Cc: uclinux-dist-devel@blackfin.uclinux.org Subject: [PATCH 0/8] (some) Blackfin updates for 2.6.40 Date: Sat, 28 May 2011 22:38:44 -0400 Message-Id: <1306636724-9314-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.7.5.rc3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2641 Lines: 49 Now that the new syscalls have settled, I can wire up sendmmsg myself. Now that the Blackfin IRDA change was merged, I can push out the serial changes that have been local for a while. The rest are minor fixes for some bugs that have been sitting around but I didn't get a chance to address until now. Mike Frysinger (8): Blackfin: bfin_serial.h: turn default port wrappers into stubs Blackfin: mach/bfin_serial_5xx.h: punt now-unused header Blackfin: wire up new sendmmsg syscall Blackfin: gptimers: add structure for hardware register layout Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppi Blackfin: bf52x/bf54x: fix up usb MMR defines Blackfin: bf51x: fix up RSI_PID# MMR defines Blackfin: debug-mmrs: include RSI_PID[4567] MMRs arch/blackfin/include/asm/bfin_serial.h | 6 +- arch/blackfin/include/asm/gptimers.h | 18 ++++ arch/blackfin/include/asm/unistd.h | 3 +- arch/blackfin/kernel/debug-mmrs.c | 36 ++++---- .../mach-bf518/include/mach/bfin_serial_5xx.h | 79 ---------------- arch/blackfin/mach-bf518/include/mach/defBF514.h | 16 ++-- .../mach-bf527/include/mach/bfin_serial_5xx.h | 79 ---------------- arch/blackfin/mach-bf527/include/mach/defBF525.h | 4 +- .../mach-bf533/include/mach/bfin_serial_5xx.h | 52 ----------- .../mach-bf537/include/mach/bfin_serial_5xx.h | 79 ---------------- .../mach-bf538/include/mach/bfin_serial_5xx.h | 93 ------------------- .../mach-bf548/include/mach/bfin_serial_5xx.h | 94 -------------------- arch/blackfin/mach-bf548/include/mach/defBF547.h | 19 ++-- .../mach-bf561/include/mach/bfin_serial_5xx.h | 52 ----------- arch/blackfin/mach-common/entry.S | 1 + 15 files changed, 62 insertions(+), 569 deletions(-) delete mode 100644 arch/blackfin/mach-bf518/include/mach/bfin_serial_5xx.h delete mode 100644 arch/blackfin/mach-bf527/include/mach/bfin_serial_5xx.h delete mode 100644 arch/blackfin/mach-bf533/include/mach/bfin_serial_5xx.h delete mode 100644 arch/blackfin/mach-bf537/include/mach/bfin_serial_5xx.h delete mode 100644 arch/blackfin/mach-bf538/include/mach/bfin_serial_5xx.h delete mode 100644 arch/blackfin/mach-bf548/include/mach/bfin_serial_5xx.h delete mode 100644 arch/blackfin/mach-bf561/include/mach/bfin_serial_5xx.h -- 1.7.5.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/