From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] char and misc patches for 3.5-rc1
Date: Tue, 22 May 2012 06:17:46 -0700 [thread overview]
Message-ID: <20120522131746.GA1321@kroah.com> (raw)
The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:
Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-3.5-rc1
for you to fetch changes up to e816b57a337ea3b755de72bec38c10c864f23015:
Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)
----------------------------------------------------------------
Char/Misc patches for 3.5-rc1
Here are a few various char/misc tree patches for the 3.5-rc1 merge window.
Nothing major here at all, just different driver updates and some parport dead
code removal.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Documentation/devicetree/bindings/misc/bmp085.txt | 20 ++
.../devicetree/bindings/vendor-prefixes.txt | 1 +
drivers/char/xilinx_hwicap/xilinx_hwicap.c | 30 ++
drivers/char/xilinx_hwicap/xilinx_hwicap.h | 2 +-
drivers/misc/Kconfig | 26 +-
drivers/misc/Makefile | 2 +
drivers/misc/ad525x_dpot.c | 2 +-
drivers/misc/bh1780gli.c | 2 +-
drivers/misc/bmp085-i2c.c | 91 +++++
drivers/misc/bmp085-spi.c | 91 +++++
drivers/misc/bmp085.c | 356 ++++++++++----------
drivers/misc/bmp085.h | 33 ++
drivers/misc/eeprom/at25.c | 19 +-
drivers/misc/max8997-muic.c | 6 +-
drivers/misc/pch_phub.c | 4 -
drivers/misc/pti.c | 2 +-
drivers/parport/parport_amiga.c | 36 --
drivers/parport/parport_atari.c | 9 -
drivers/parport/parport_mfc3.c | 35 --
drivers/parport/parport_pc.c | 276 ---------------
drivers/parport/parport_sunbpp.c | 21 --
include/linux/spi/eeprom.h | 10 +
22 files changed, 503 insertions(+), 571 deletions(-)
create mode 100644 Documentation/devicetree/bindings/misc/bmp085.txt
create mode 100644 drivers/misc/bmp085-i2c.c
create mode 100644 drivers/misc/bmp085-spi.c
create mode 100644 drivers/misc/bmp085.h
---------------
Arnd Bergmann (2):
misc: add missing __devexit_p() annotations
misc: do not mark exported functions __devexit
Axel Lin (1):
misc: Fix irq leak in max8997_muic_probe error path
Daniel Borkmann (2):
xilinx_hwicap: add support for virtex6 FPGAs
xilinx_hwicap: reset XHI_MAX_RETRIES
Eric Andersson (3):
misc: clean up bmp085 driver
misc: bmp085: add device tree properties
misc: add support for bmp18x chips to the bmp085 driver
Ivo Sieben (1):
Support M95040 SPI EEPROM
Matt Porter (1):
parport: remove unused dead code from lowlevel drivers
Tomoya MORINAGA (1):
pch_phub: delete duplicate definitions
reply other threads:[~2012-05-22 13:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120522131746.GA1321@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox