- 18 Jan, 2013 1 commit
-
-
Jon Mason authored
A PCI-Express non-transparent bridge (NTB) is a point-to-point PCIe bus connecting 2 systems, providing electrical isolation between the two subsystems. A non-transparent bridge is functionally similar to a transparent bridge except that both sides of the bridge have their own independent address domains. The host on one side of the bridge will not have the visibility of the complete memory or I/O space on the other side of the bridge. To communicate across the non-transparent bridge, each NTB endpoint has one (or more) apertures exposed to the local system. Writes to these apertures are mirrored to memory on the remote system. Communications can also occur through the use of doorbell registers that initiate interrupts to the alternate domain, and scratch-pad registers accessible from both sides. The NTB device driver is needed to configure these memory windows, doorbell, and scratch-pad registers as well as use them in such a way as they can be turned into a viable communication channel to the remote system. ntb_hw.[ch] determines the usage model (NTB to NTB or NTB to Root Port) and abstracts away the underlying hardware to provide access and a common interface to the doorbell registers, scratch pads, and memory windows. These hardware interfaces are exported so that other, non-mainlined kernel drivers can access these. ntb_transport.[ch] also uses the exported interfaces in ntb_hw.[ch] to setup a communication channel(s) and provide a reliable way of transferring data from one side to the other, which it then exports so that "client" drivers can access them. These client drivers are used to provide a standard kernel interface (i.e., Ethernet device) to NTB, such that Linux can transfer data from one system to the other in a standard way. Signed-off-by:
Jon Mason <jon.mason@intel.com> Reviewed-by:
Nicholas Bellinger <nab@linux-iscsi.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- 05 Jan, 2013 18 commits
-
-
Cesar Eduardo Barros authored
This directory was moved to drivers/staging/sm7xxfb/ by commit 925aa660 ("staging: sm7xxfb: sm7xx becomes sm7xxfb"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Teddy Wang <teddy.wang@siliconmotion.com.cn> Acked-by:
Javier Muñoz <jmunhoz@igalia.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
Added by commit 200efedd ("pwm: Take over maintainership of the PWM subsystem"), but I could not find any trace of that file being ever added to the repository. Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Acked-by:
Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This pattern only matched arch/frv/lib/perf_event.c, which was removed by commit e360adbe ("irq_work: Add generic hardirq context callbacks"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This driver was removed by commit 6187fee4 ("mmc: remove imxmmc driver"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Sascha Hauer <s.hauer@pengutronix.de> Acked-by:
Pavel Pisa <pisa@cmp.felk.cvut.cz> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
The documentation was moved to Documentation/misc-devices/mei/ instead. Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Acked-by:
Tomas Winkler <tomas.winkler@intel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
These files were removed by commit 1a8359e4 ("x86/mid: Remove Intel Moorestown"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Alan Cox <alan@linux.intel.com> Cc: Len Brown <len.brown@intel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This directory was removed by commit 7d99b3ab ("isci, firmware: Remove isci fallback parameter blob and generator"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Ben Hutchings <ben@decadent.org.uk> Cc: Dan Williams <dan.j.williams@intel.com> Cc: James Bottomley <JBottomley@Parallels.com> Cc: Intel SCU Linux support <intel-linux-scu@intel.com> Cc: Lukasz Dorau <lukasz.dorau@intel.com> Cc: Maciej Patelczyk <maciej.patelczyk@intel.com> Cc: Dave Jiang <dave.jiang@intel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This directory was moved to drivers/net/ieee802154/ by commit 31d178bf ("drivers/ieee802154: move ieee802154 drivers to net folder"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This file was moved to include/linux/platform_data/video-imxfb.h by commit 82906b13 ("ARM: imx: move platform_data definitions"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Acked-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This driver was removed by commit 1c3a918f ("ARM: clps711x: Remove board support for CEIVA"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Christopher Hoover <ch@murgatroid.com> Cc: Christopher Hoover <ch@hpl.hp.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This driver was never at dvb-usb-v2, as far as I could see. Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
Several headers were moved or split to uapi/. Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Acked-by:
David Howells <dhowells@redhat.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This file was moved to drivers/media/platform/soc_camera/atmel-isi.c by commit b47ff4a3 ("[media] move soc_camera to its own directory"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Cc: Josh Wu <josh.wu@atmel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This file was moved to include/linux/platform_data/dma-atmel.h by commit 7cdc39ee ("ARM: at91: move platform_data definitions"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Tony Prisk <linux@prisktech.co.nz> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
These files were merged into plat-samsung. Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Ben Dooks <ben-linux@fluff.org> Acked-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This file was moved to arch/arm/mach-rpc/time.c by commit a1be5d64 ("ARM: riscpc: move time-acorn.c to mach-rpc"), and the pattern for arch/arm/mach-rpc/ already exists. Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
This subdirectory entry was added by commit 8a5700cd ("MAINTAINERS: add drivers/platform/msm to MSM subsystem") back in 2011, but I could not find any trace of that directory being ever added to the repository. Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Kenneth Heitke <kheitke@codeaurora.org> Acked-by:
David Brown <davidb@codeaurora.org> Cc: Daniel Walker <dwalker@fifo99.com> Cc: Bryan Huntsman <bryanh@codeaurora.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 28 Dec, 2012 1 commit
-
-
Jaegeuk Kim authored
This patch adds myself to MAINTAINERS entry for the f2fs file system. Signed-off-by:
Jaegeuk Kim <jaegeuk.kim@samsung.com>
-
- 18 Dec, 2012 5 commits
-
-
Kim, Milo authored
Signed-off-by:
Milo(Woogyom) Kim <milo.kim@ti.com> Cc: Richard Purdie <rpurdie@rpsys.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Stefan Richter authored
Signed-off-by:
Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Corentin Chary authored
Signed-off-by:
Corentin Chary <corentin.chary@gmail.com> Cc: Matthew Garrett <mjg59@srcf.ucam.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Cesar Eduardo Barros authored
Moved to fs/ext3/ext3.h by commit 4613ad18 ("ext3: move headers to fs/ext3/"). Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Cc: Jan Kara <jack@suse.cz> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Joe Perches authored
Mark it so. Signed-off-by:
Joe Perches <joe@perches.com> Cc: Harry Wei <harryxiyou@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 17 Dec, 2012 1 commit
-
-
Tony Lindgren authored
All your omap .dts files are belong to us. Benoît has been doing a good job picking up most of the omap .dts files so far. Let's make sure we both get cc:ed for the related patches. The .dts patches need to be queued by us as separate patches from drivers and other code changes to avoid pointless merge conflists like we saw with v3.8 networking changes. Cc: Benoît Cousson <b-cousson@ti.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
- 16 Dec, 2012 1 commit
-
-
Cesar Eduardo Barros authored
This file was moved to drivers/i2c/i2c-stub.c by commit 31d178bf (i2c-stub: Move to drivers/i2c). Cc: "Mark M. Hoffman" <mhoffman@lightlink.com> Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 12 Dec, 2012 1 commit
-
-
Ralf Baechle authored
Drivers for EDAC on Cavium. Supported subsystems are: o CPU primary caches. These are parity protected only, so only error reporting. o Second level cache - ECC protected, provides SECDED. o Memory: ECC / SECDEC if used with suitable DRAM modules. The driver will will only initialize if ECC is enabled on a system so is safe to run on non-ECC memory. o PCI: Parity error reporting Since it is very hard to test this sort of code the implementation is very conservative and uses polling where possible for now. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> Reviewed-by:
Borislav Petkov <borislav.petkov@amd.com>
-
- 11 Dec, 2012 2 commits
-
-
Catalin Marinas authored
Add a backup maintainer and include Documentation/arm64/. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com>
-
Mike Turquette authored
Signed-off-by:
Mike Turquette <mturquette@linaro.org>
-
- 06 Dec, 2012 4 commits
-
-
Tony Prisk authored
This patch adds support for the SD/MMC host controller found on Wondermedia 8xxx series SoCs, currently supported under arm/arch-vt8500. A binding document is also included, based on mmc.txt with additional properties. Signed-off-by:
Tony Prisk <linux@prisktech.co.nz> Signed-off-by:
Chris Ball <cjb@laptop.org>
-
Ludovic Desroches authored
The at91-mci driver is not needed anymore since the atmel-mci driver now supports all Atmel devices. Signed-off-by:
Ludovic Desroches <ludovic.desroches@atmel.com> Acked-by:
Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by:
Chris Ball <cjb@laptop.org>
-
Nadia Yvette Chambers authored
I've legally changed my name with New York State, the US Social Security Administration, et al. This patch propagates the name change and change in initials and login to comments in the kernel source as well. Signed-off-by:
Nadia Yvette Chambers <nyc@holomorphy.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Michael Ellerman authored
Signed-off-by:
Michael Ellerman <michael@ellerman.id.au> Signed-off-by:
Alexander Graf <agraf@suse.de>
-
- 03 Dec, 2012 1 commit
-
-
Amir Vadai authored
Set mlx4_en maintainer to Amir Vadai instead of Yevgeny Petrilin. Signed-off-by:
Amir Vadai <amirv@mellanox.com> Cc: Yevgeny Petrilin <yevgenyp@mellanox.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 30 Nov, 2012 2 commits
-
-
Arend van Spriel authored
Organizational changes need to be reflected in the MAINTAINERS file. The contact info on wireless.kernel.org has also been updated. Reviewed-by:
Hante Meuleman <meuleman@broadcom.com> Reviewed-by:
Pieter-Paul Giesberts <pieterpg@broadcom.com> Signed-off-by:
Arend van Spriel <arend@broadcom.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Jiri Slaby authored
Delivery to the following recipient failed permanently: vtun@office.satix.net Technical details of permanent failure: DNS Error: Domain name not found Of course: $ host office.satix.net Host office.satix.net not found: 3(NXDOMAIN) =========== And "Change of Email Address Notification": Old Address New Address Email Subject ------------------------------------------------------ maxk@qualcomm.com maxk@qti.qualcomm.com "tuntap: multiqueue... Signed-off-by:
Jiri Slaby <jslaby@suse.cz> Cc: Maxim Krasnyansky <maxk@qti.qualcomm.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 29 Nov, 2012 1 commit
-
-
Thierry Reding authored
Add myself as the maintainer of the NVIDIA Tegra DRM driver. Signed-off-by:
Thierry Reding <thierry.reding@avionic-design.de> Acked-by:
Stephen Warren <swarren@nvidia.com> Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 28 Nov, 2012 1 commit
-
-
Simon Horman authored
I have been handling maintenance of shmobile for a little over a release-cycle now and it seems to appropriate to update the MAINTAINERS file accordingly. Acked-by:
Paul Mundt <lethal@linux-sh.org> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
-
- 27 Nov, 2012 1 commit
-
-
sreekanth.reddy@lsi.com authored
Signed-off-by:
Sreekanth Reddy <Sreekanth.Reddy@lsi.com> Signed-off-by:
James Bottomley <JBottomley@Parallels.com>
-