From: Greg KH To: torvalds@osdl.org, akpm@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] Add Superhighway bus support for 2.6.11 Hi, Here is one changeset that adds superhighway bus support to the 2.6.11 kernel. It has been in the -mm releases for a while. Please pull from: bk://kernel.bkbits.net/gregkh/linux/2.6.11/sh Individual patches will follow, sent to the linux-kernel list. thanks, greg k-h drivers/sh/Makefile | 6 drivers/sh/superhyway/Makefile | 7 + drivers/sh/superhyway/superhyway-sysfs.c | 45 ++++++ drivers/sh/superhyway/superhyway.c | 201 +++++++++++++++++++++++++++++++ include/linux/superhyway.h | 79 ++++++++++++ 5 files changed, 338 insertions(+) ----- Paul Mundt: o Add SuperHyway bus subsystem