linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH] char and misc patches for 3.4-rc1
@ 2012-03-19 19:54 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2012-03-19 19:54 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Arnd Bergmann; +Cc: linux-kernel

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:

  Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-3.3

for you to fetch changes up to b222258ac11cae3e0350fe5992ad164a7b128103:

  misc: bmp085: Use unsigned long to store jiffies (2012-03-02 16:27:54 -0800)

----------------------------------------------------------------
char and misc driver merge for 3.4-rc1

Not much here, just a few minor fixes and some conversions to the
module_*_driver() functions, making the codebase smaller.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Axel Lin (3):
      MISC: convert drivers/misc/* to use module_platform_driver()
      MISC: convert drivers/misc/* to use module_i2c_driver()
      MISC: convert drivers/misc/* to use module_spi_driver()

Bernhard Walle (2):
      misc: bmp085: Handle jiffies overflow correctly
      misc: bmp085: Use unsigned long to store jiffies

Danny Kukawka (2):
      cs5535-mfgpt: don't call __init function from __devinit
      char/ramoops: included linux/err.h twice

Masanari Iida (2):
      char: Fix typo in viotape.c
      char: Fix typo in tlclk.c

Wolfram Sang (1):
      misc: fsa9480: Remove obsolete cleanup for clientdata

 drivers/char/ramoops.c                 |    1 -
 drivers/char/tlclk.c                   |    2 +-
 drivers/char/viotape.c                 |    2 +-
 drivers/misc/ad525x_dpot-i2c.c         |   12 +-----------
 drivers/misc/ad525x_dpot-spi.c         |   12 +-----------
 drivers/misc/apds9802als.c             |   12 +-----------
 drivers/misc/apds990x.c                |   13 +------------
 drivers/misc/bh1770glc.c               |   13 +------------
 drivers/misc/bh1780gli.c               |   15 ++-------------
 drivers/misc/bmp085.c                  |   19 ++++---------------
 drivers/misc/carma/carma-fpga.c        |   17 +----------------
 drivers/misc/cs5535-mfgpt.c            |    2 +-
 drivers/misc/ds1682.c                  |   13 +------------
 drivers/misc/eeprom/at25.c             |   12 +-----------
 drivers/misc/eeprom/eeprom.c           |   14 +-------------
 drivers/misc/eeprom/eeprom_93xx46.c    |   12 +-----------
 drivers/misc/eeprom/max6875.c          |   14 +-------------
 drivers/misc/fsa9480.c                 |   14 +-------------
 drivers/misc/hmc6352.c                 |   13 +------------
 drivers/misc/ics932s401.c              |   13 +------------
 drivers/misc/isl29003.c                |   14 +-------------
 drivers/misc/isl29020.c                |   13 +------------
 drivers/misc/lis3lv02d/lis3lv02d_i2c.c |   13 +------------
 drivers/misc/lis3lv02d/lis3lv02d_spi.c |   13 +------------
 drivers/misc/max8997-muic.c            |   12 +-----------
 drivers/misc/spear13xx_pcie_gadget.c   |   12 +-----------
 drivers/misc/ti-st/st_kim.c            |   13 +------------
 drivers/misc/ti_dac7512.c              |   13 +------------
 drivers/misc/tsl2550.c                 |   13 +------------
 29 files changed, 32 insertions(+), 309 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-19 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 19:54 [GIT PATCH] char and misc patches for 3.4-rc1 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).