[GIT PATCH] char/misc patches for 3.6-rc1

From: Greg KH
Date: Thu Jul 26 2012 - 13:48:08 EST


The following changes since commit 84a1caf1453c3d44050bd22db958af4a7f99315c:

Linux 3.5-rc7 (2012-07-14 15:40:28 -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.6-rc1

for you to fetch changes up to 6078188e2ba1d61a2119ddb2289e88c2c2a015ab:

mei: use module_pci_driver (2012-07-19 15:33:30 -0700)

----------------------------------------------------------------
CHAR/MISC patches for 3.6-rc1

Here's the "big" pull request for 3.6-rc1 for the char/misc drivers.

It's really just a few updates to the mei driver, plus 4 other tiny patches,
nothing big at all.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alexandre Pereira da Silva (1):
misc: at25: Parse dt settings

Camuso, Tony (1):
misc: hpilo: increase number of max supported channels

Devendra Naga (1):
powerpc/BSR: cleanup the error path of bsr_init

Greg Kroah-Hartman (1):
Merge 3.5-rc7 into char-misc-next.

Tomas Winkler (14):
mei: mei.txt: minor grammar fixes
mei: check for error codes that mei_flow_ctrl_creds retuns
mei: make mei_write_message more readable
mei: mei_irq_thread_write_handler check for overflow
mei: group wd_interface_reg with watchdog variables within struct mei_device
mei: don't query HCSR for host buffer depth
mei: revamp host buffer interface function
mei: mei_device can be const for mei register access functions
mei: remove write only wariable wd_due_counter
mei: mei_wd_host_init: update the comment
mei: introduce mei_data2slots wrapper
mei: streamline the _mei_irq_thread_close/ioctol functions
mei: mei_irq_thread_write_handler - line break fix
mei: use module_pci_driver

Documentation/devicetree/bindings/misc/at25.txt | 21 +++
Documentation/misc-devices/mei/mei.txt | 14 +-
drivers/char/bsr.c | 6 +-
drivers/misc/eeprom/at25.c | 61 +++++---
drivers/misc/hpilo.c | 33 +++--
drivers/misc/hpilo.h | 4 +-
drivers/misc/mei/init.c | 4 +-
drivers/misc/mei/interface.c | 85 +++++-------
drivers/misc/mei/interface.h | 18 ++-
drivers/misc/mei/interrupt.c | 169 ++++++++++-------------
drivers/misc/mei/iorw.c | 8 +-
drivers/misc/mei/main.c | 48 +------
drivers/misc/mei/mei_dev.h | 24 ++--
drivers/misc/mei/wd.c | 6 +-
14 files changed, 242 insertions(+), 259 deletions(-)
create mode 100644 Documentation/devicetree/bindings/misc/at25.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/