An error occurred fetching the project authors.
- 01 Aug, 2012 1 commit
-
-
Seth Jennings authored
This patch adds the driver for interacting with the 842 compression accelerator on IBM Power7+ systems. The device is a child of the Platform Facilities Option (PFO) and shows up as a child of the IBM VIO bus. The compression/decompression API takes the same arguments as existing compression methods like lzo and deflate. The 842 hardware operates on 4K hardware pages and the driver breaks up input on 4K boundaries to submit it to the hardware accelerator. Signed-off-by:
Robert Jennings <rcj@linux.vnet.ibm.com> Signed-off-by:
Seth Jennings <sjenning@linux.vnet.ibm.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
- 31 Jul, 2012 3 commits
-
-
Alex Williamson authored
VFIO is a secure user level driver for use with both virtual machines and user level drivers. VFIO makes use of IOMMU groups to ensure the isolation of devices in use, allowing unprivileged user access. It's intended that VFIO will replace KVM device assignment and UIO drivers (in cases where the target platform includes a sufficiently capable IOMMU). New in this version of VFIO is support for IOMMU groups managed through the IOMMU core as well as a rework of the API, removing the group merge interface. We now go back to a model more similar to original VFIO with UIOMMU support where the file descriptor obtained from /dev/vfio/vfio allows access to the IOMMU, but only after a group is added, avoiding the previous privilege issues with this type of model. IOMMU support is also now fully modular as IOMMUs have vastly different interface requirements on different platforms. VFIO users are able to query and initialize the IOMMU model of their choice. Please see the follow-on Documentation commit for further description and usage example. Signed-off-by:
Alex Williamson <alex.williamson@redhat.com>
-
Sage Weil authored
* shiny new inktank.com email addresses * add include/linux/crush directory (previous oversight) Signed-off-by:
Sage Weil <sage@inktank.com> Reviewed-by:
Alex Elder <elder@inktank.com>
-
Jingoo Han authored
Add patterns for Exynos DP header to MAINTAINERS file. Signed-off-by:
Jingoo Han <jg1.han@samsung.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 25 Jul, 2012 1 commit
-
-
Tony Prisk authored
Add a MAINTAINERS entry for mach-vt8500 and related files. Signed-off-by:
Tony Prisk <linux@prisktech.co.nz> Acked-by:
Alexey Charkov <alchark@gmail.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 24 Jul, 2012 1 commit
-
-
Jan-Simon Möller authored
Add driver for BlinkM device to drivers/leds/. Add entry to MAINTAINERS file. Add documentation in Documentation/leds/. A BlinkM is a RGB LED controlled through I2C. This driver implements an interface to the LED framework and another sysfs group to access the internal options of the BlinkM. rev6: Use module_i2c_driver(). rev5: Removed own workqueue in favor of events wq. rev4: Fixed comments by Bryan Wu. rev3: Fixed issues found by Jonathan Neuschäfer. (bryan.wu@canonical.com: remove 2 trailing whitespace) Signed-off-by:
Jan-Simon Möller <jansimon.moeller@gmx.de> Signed-off-by:
Bryan Wu <bryan.wu@canonical.com>
-
- 23 Jul, 2012 1 commit
-
-
Thierry Reding authored
I'm taking over the maintainership of the PWM subsystem. This commit also adds the URLs to the gitorious project and repository as well as any missing files related to the PWM subsystem. Acked-by:
Arnd Bergmann <arnd@arndb.de> Acked-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Thierry Reding <thierry.reding@avionic-design.de>
-
- 20 Jul, 2012 1 commit
-
-
Jon Mason authored
Remove myself from myri10ge MAINTAINERS list Signed-off-by:
Jon Mason <jdmason@kudzu.us> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 19 Jul, 2012 2 commits
-
-
Theodore Ts'o authored
Matt Mackall stepped down as the /dev/random driver maintainer last year, so Theodore Ts'o is taking back the /dev/random driver. Cc: Matt Mackall <mpm@selenic.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
Dinh Nguyen authored
Adding core definitions for Altera's SOCFPGA ARM platform. Mininum support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by:
Dinh Nguyen <dinguyen@altera.com> Reviewed-by:
Pavel Machek <pavel@denx.de> Reviewed-by:
Rob Herring <rob.herring@calxeda.com> Reviewed-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 18 Jul, 2012 1 commit
-
-
Anirban Chakraborty authored
Please apply. Thanks. Signed-off-by:
Anirban Chakraborty <anirban.chakraborty@qlogic.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 17 Jul, 2012 3 commits
-
-
Kevin Hilman authored
Since I've been maintaining this, making it official at the request of the GPIO maintainers. Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Kevin Hilman <khilman@ti.com> [corrected file path] Signed-off-by:
Linus Walleij <linus.walleij@linaro.org>
-
Steve Glendinning authored
I no longer have a mailbox at smsc.com, and I've had two reports that that email address now bounces from people trying to contact me. This patch updates all references to that invalid address to one that I can be contacted on more permanently. This patch also updates the maintainer status to reflect the fact I'm no longer directly paid to maintain these drivers. Signed-off-by:
Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Dmitry Eremin-Solenikov authored
As the life flows, developers priorities shifts a bit. Reflect actual changes in the maintainership of IEEE 802.15.4 code: Sergey mostly stopped cared about this piece of code. Most of the work recently was done by Alexander, so put him to the MAINTAINERS file to reflect his status and to ease the life of respective patches. Also add new net/mac802154/ directory to the list of maintained files. Signed-off-by:
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 16 Jul, 2012 1 commit
-
-
Sangbeom Kim authored
There are many samsung multifunction devices which are s2mps11, s5m8767, s5m8763 etc. This devices can support regulator, rtc, charger. I will be supporting the Samsung mfd drivers, that are currently in development and will be upstreamed shortly. Signed-off-by:
Sangbeom Kim <sbkim73@samsung.com> Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com>
-
- 15 Jul, 2012 1 commit
-
-
Ohad Ben-Cohen authored
Add remoteproc's git tree to the MAINTAINERS entry Signed-off-by:
Ohad Ben-Cohen <ohad@wizery.com>
-
- 13 Jul, 2012 1 commit
-
-
Casey Schaufler authored
Add a maintainer record for the Smack LSM. Targeted for git://git.gitorious.org/smack-next/kernel.gitSigned-off-by:
Casey Schaufler <casey@schaufler-ca.com>
-
- 12 Jul, 2012 1 commit
-
-
Mark Brown authored
Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Linus Walleij <linus.walleij@linaro.org>
-
- 11 Jul, 2012 3 commits
-
-
Kevin Hilman authored
Add the OMAP CPUFreq driver to the list of files in the OMAP Power Management section. I've already been maintaining this driver, this just makes it official. Signed-off-by:
Kevin Hilman <khilman@ti.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: "Rafael J. Wysocki" <rjw@sisk.pl> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Mark Brown authored
The WM831x and WM832x series of PMICs contain a flexible clocking subsystem intended to provide always on and system core clocks. It features: - A 32.768kHz crystal oscillator which can optionally be used to pass through an externally generated clock. - A FLL which can be clocked from either the 32.768kHz oscillator or the CLKIN pin. - A CLKOUT pin which can bring out either the oscillator or the FLL output. - The 32.768kHz clock can also optionally be brought out on the GPIO pins of the device. This driver fully supports the 32.768kHz oscillator and CLKOUT. The FLL is supported only in AUTO mode, the full flexibility of the FLL cannot currently be used. Due to a lack of access to systems where the core SoC has been converted to use the generic clock API this driver has been compile tested only. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Mike Turquette <mturquette@linaro.org>
-
Jon Mason authored
URLs to neterion.com and s2io.com no longer resolve. Remove all references to these URLs in the driver source and documentation. Signed-off-by:
Jon Mason <jdmason@kudzu.us> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 10 Jul, 2012 2 commits
-
-
John W. Linville authored
This hardware never became available to normal humans. Leaving this driver imposes unwelcome maintenance costs for no clear benefit. Signed-off-by:
John W. Linville <linville@tuxdriver.com> Acked-by:
Samuel Ortiz <sameo@linux.intel.com>
-
Thomas Petazzoni authored
The new mach-mvebu directory will be maintained by Andrew Lunn and Jason Cooper (as the existing maintainers for previous Marvell EBU SoCs) together with Grégory Clément for the Armada 370/XP SoCs. Signed-off-by:
Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Lior Amsalem <alior@marvell.com>
-
- 06 Jul, 2012 1 commit
-
-
Namhyung Kim authored
The commit 391e43da ("sched: Move all scheduler bits into kernel/sched/") moved all scheduler codes to the kernel/sched/ directory, but missed the MAINTAINERS. Since it still expects files from kernel/ directory, get_maintainer script has to rely on the git (log) fallback mechanism. $ scripts/get_maintainer.pl -f kernel/sched/core.c --nogit-fallback linux-kernel@vger.kernel.org (open list) With this patch: $ scripts/get_maintainer.pl -f kernel/sched/core.c --nogit-fallback Ingo Molnar <mingo@redhat.com> (maintainer:SCHEDULER) Peter Zijlstra <peterz@infradead.org> (maintainer:SCHEDULER) linux-kernel@vger.kernel.org (open list) Signed-off-by:
Namhyung Kim <namhyung@kernel.org> Acked-by:
Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1341326251-4140-1-git-send-email-namhyung@kernel.orgSigned-off-by:
Ingo Molnar <mingo@kernel.org>
-
- 26 Jun, 2012 1 commit
-
-
MyungJoo Ham authored
Signed-off-by:
MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by:
Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- 25 Jun, 2012 1 commit
-
-
Pablo Neira Ayuso authored
Signed-off-by:
Pablo Neira Ayuso <pablo@netfilter.org>
-
- 22 Jun, 2012 1 commit
-
-
Bjorn Helgaas authored
Signed-off-by:
Bjorn Helgaas <bhelgaas@google.com>
-
- 20 Jun, 2012 2 commits
-
-
Viresh Kumar authored
viresh.kumar@st.com email-id doesn't exist anymore as I have left the company. Replace ST's id with viresh.linux@gmail.com. It also updates .mailmap file to fix address for 'git shortlog' Signed-off-by:
Viresh Kumar <viresh.linux@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Arend van Spriel authored
Added the mailing list address brcm80211-dev-list@broadcom.com which can be used to report issues and in bug reports. Signed-off-by:
Arend van Spriel <arend@broadcom.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- 18 Jun, 2012 2 commits
-
-
David Herrmann authored
Add an UHID entry to the MAINTAINERS file. Signed-off-by:
David Herrmann <dh.herrmann@googlemail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Jean-Francois Moine authored
Hans de Goede accepted to be the new gspca maintainer. Signed-off-by:
Jean-François Moine <moinejf@free.fr> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
- 15 Jun, 2012 3 commits
-
-
Liu Bo authored
Update to the latest btrfs's maintainer mail and git repo. Signed-off-by:
Liu Bo <liubo2009@cn.fujitsu.com> Signed-off-by:
Chris Mason <chris.mason@fusionio.com>
-
Sascha Hauer authored
This patch adds framework support for PWM (pulse width modulation) devices. The is a barebone PWM API already in the kernel under include/linux/pwm.h, but it does not allow for multiple drivers as each of them implements the pwm_*() functions. There are other PWM framework patches around from Bill Gatliff. Unlike his framework this one does not change the existing API for PWMs so that this framework can act as a drop in replacement for the existing API. Why another framework? Several people argue that there should not be another framework for PWMs but they should be integrated into one of the existing frameworks like led or hwmon. Unlike these frameworks the PWM framework is agnostic to the purpose of the PWM. In fact, a PWM can drive a LED, but this makes the LED framework a user of a PWM, like already done in leds-pwm.c. The gpio framework also is not suitable for PWMs. Every gpio could be turned into a PWM using timer based toggling, but on the other hand not every PWM hardware device can be turned into a gpio due to the lack of hardware capabilities. This patch does not try to improve the PWM API yet, this could be done in subsequent patches. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de> Acked-by:
Kurt Van Dijck <kurt.van.dijck@eia.be> Reviewed-by:
Arnd Bergmann <arnd@arndb.de> Reviewed-by:
Matthias Kaehlcke <matthias@kaehlcke.net> Reviewed-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Reviewed-by:
Shawn Guo <shawn.guo@linaro.org> [thierry.reding@avionic-design.de: fixup typos, kerneldoc comments] Signed-off-by:
Thierry Reding <thierry.reding@avionic-design.de>
-
Manohar Vanga authored
This changes my e-mail address from my work address to my personal one as I finish my contract with CERN at the end of June 2012. I will continue helping with maintaining the VME driver regardless. Signed-off-by:
Manohar Vanga <manohar.vanga@cern.ch> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- 12 Jun, 2012 1 commit
-
-
Rajiv Andrade authored
Usual contact update, Debora Velarde role resign, and the new co-maintainer inclusion, Kent Yoder. He's accepted to contribute more actively to this driver's maintainership given the current maintainer's slight career change that will affect his contribution time. [Replacing Debora Velarde by Kent Yoder] Signed-off-by:
Rajiv Andrade <srajiv@linux.vnet.ibm.com>
-
- 11 Jun, 2012 1 commit
-
-
Len Brown authored
As Shaohua is no longer in this neck of the woods, and thus treat the acpi_pad driver as just another part of drivers/acpi/ Signed-off-by:
Len Brown <len.brown@intel.com>
-
- 08 Jun, 2012 1 commit
-
-
Johannes Berg authored
Add my new trees to the MAINTAINERS file for the components that I maintain in the new trees. Signed-off-by:
Johannes Berg <johannes.berg@intel.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- 07 Jun, 2012 2 commits
-
-
M R Swami Reddy authored
Vishwas and I support the TI Isabelle audio driver. Signed-off-by:
Vishwas A Deshpande <vishwas.a.deshpande@ti.com> Signed-off-by:
M R Swami Reddy <MR.Swami.Reddy@ti.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Joe Perches authored
Remove trailing spaces at EOL. Always use a tab after the type : Signed-off-by:
Joe Perches <joe@perches.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 06 Jun, 2012 1 commit
-
-
Johannes Berg authored
The preferred URL is http://wireless.kernel.org/ rather than http://linuxwireless.org/, update all URLs to point there. Signed-off-by:
Johannes Berg <johannes.berg@intel.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-