All of lore.kernel.org
 help / color / mirror / Atom feed
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 PULL] Char/Misc driver patches for 4.12-rc1
Date: Thu, 4 May 2017 17:18:08 -0700	[thread overview]
Message-ID: <20170505001808.GA16769@kroah.com> (raw)

The following changes since commit c02ed2e75ef4c74e41e421acb4ef1494671585e8:

  Linux 4.11-rc4 (2017-03-26 14:15:16 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2a76f89fa58c769241cfc21f2614705591519ae3:

  firmware: google memconsole: Fix return value check in platform_memconsole_init() (2017-04-26 22:54:54 +0200)

----------------------------------------------------------------
char/misc patches for 4.12-rc1

Here is the big set of new char/misc driver drivers and features for
4.12-rc1.

There's lots of new drivers added this time around, new firmware drivers
from Google, more auxdisplay drivers, extcon drivers, fpga drivers, and
a bunch of other driver updates.  Nothing major, except if you happen to
have the hardware for these drivers, and then you will be happy :)

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Aban Bedel (1):
      nvmem: core: Allow allocating several anonymous nvmem devices

Alan Tull (2):
      fpga: add config complete timeout
      MAINTAINERS: fpga: update email and directory paths

Alexander Usyskin (2):
      mei: drop amthif internal client
      mei: implement fsync

Anatolij Gustschin (2):
      dt: bindings: fpga: add xilinx slave-serial binding description
      fpga manager: Add Xilinx slave serial SPI driver

Andrew F. Davis (2):
      w1: Use kernel common min() implementation
      w1: Remove unneeded use of assert() and remove w1_log.h

Andy Shevchenko (3):
      Revert "extcon: usb-gpio: add support for ACPI gpio interface"
      auxdisplay: Move panel.c to drivers/auxdisplay folder
      auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folder

Arnd Bergmann (4):
      drivers/misc: aspeed-lpc-ctrl: fix printk format warning again
      aspeed-lpc-ctrl: include linux/types.h for uapi header
      auxdisplay: ht16k33: don't access uninitialized data
      lkdtm: turn off kcov for lkdtm_rodata_do_nothing:

Chanwoo Choi (4):
      extcon: Add new extcon_register_notifier_all() to monitor all external connectors
      Merge branch 'ib-extcon-4.12' into HEAD
      extcon: Remove porting compatibility of swich class
      extcon: Use BIT() macro for the left-shift operation

Charles Keepax (1):
      extcon: arizona: Wait for any running HPDETs to complete on jack removal

Cyril Bur (2):
      drivers/misc: Add Aspeed LPC control driver
      drivers/misc: Aspeed LPC control fix compile error and warning

Dan Williams (1):
      device-dax: fix cdev leak

Dinh Nguyen (1):
      fpga: fix sparse warnings in fpga-mgr and fpga-bridge

Dmitry Torokhov (3):
      rapidio: use is_visible() to hide switch-specific attributes
      zorro: stop creating attributes by hand
      auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 data

Elena Reshetova (2):
      drivers, char: convert vma_data.refcnt from atomic_t to refcount_t
      drivers, firewire: convert fw_node.ref_count from atomic_t to refcount_t

Florian Fainelli (2):
      FPGA: Add TS-7300 FPGA manager
      ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300

Geert Uytterhoeven (7):
      auxdisplay: charlcd: Extract character LCD core from misc/panel
      auxdisplay: charlcd: Add support for 4-bit interfaces
      auxdisplay: charlcd: Add support for displays with more than two lines
      dt-bindings: auxdisplay: Add bindings for Hitachi HD44780
      auxdisplay: Add HD44780 Character LCD support
      MAINTAINERS: Add file patterns for fpga device tree bindings
      auxdisplay: hd44780: Fix DT properties to include units of measurement

Greg Kroah-Hartman (3):
      Merge 4.11-rc4 into char-misc-next
      Merge tag 'extcon-next-for-4.12' of git://git.kernel.org/.../chanwoo/extcon into char-misc-next
      goldfish_pipe: fix build warning about using too much stack.

Hans de Goede (3):
      extcon: intel-cht-wc: Add Intel Cherry Trail Whiskey Cove PMIC extcon driver
      extcon: intel-cht-wc: Disable external 5v boost converter on probe
      extcon: intel-cht-wc: Ignore failure to detect charger-type on host mode exit

Icenowy Zheng (2):
      nvmem: sunxi-sid: read NVMEM size from device compatible
      nvmem: sunxi-sid: add support for H3's SID controller

Jason Gunthorpe (1):
      IB/ucm: utilize new cdev_device_add helper function

Javier Martinez Canillas (4):
      auxdisplay: img-ascii-lcd: Fix module autoload
      misc: tsl2550: Add OF device ID table
      misc: ds1682: Add OF device ID table
      eeprom: idt_89hpesx: Add OF device ID table

Jin Qian (1):
      goldfish_pipe: An implementation of more parallel pipe

Joe Perches (1):
      drivers/char: Convert remaining use of pr_warning to pr_warn

Joel Holdsworth (2):
      Documentation: Add binding document for Lattice iCE40 FPGA manager
      fpga: Add support for Lattice iCE40 FPGAs

Julius Werner (1):
      firmware: Add coreboot device tree binding documentation

K. Y. Srinivasan (3):
      Drivers: hv: Fix a typo
      Drivers: hv: Base autoeoi enablement based on hypervisor hints
      Drivers: hv: Issue explicit EOI when autoeoi is not enabled

Kees Cook (1):
      lkdtm: add bad USER_DS test

Logan Gunthorpe (13):
      chardev: add helper function to register char devs with a struct device
      device-dax: utilize new cdev_device_add helper function
      input: utilize new cdev_device_add helper function
      gpiolib: utilize new cdev_device_add helper function
      tpm-chip: utilize new cdev_device_add helper function
      platform/chrome: cros_ec_dev - utilize new cdev_device_add helper function
      infiniband: utilize the new cdev_set_parent function
      iio:core: utilize new cdev_device_add helper function
      media: utilize new cdev_device_add helper function
      mtd: utilize new cdev_device_add helper function
      rapidio: utilize new cdev_device_add helper function
      rtc: utilize new cdev_device_add helper function
      scsi: utilize new cdev_device_add helper function

Mariusz Bialonczyk (4):
      w1: add missing DS2413 documentation
      w1: add support for DS2438 Smart Battery Monitor
      w1: add documentation for w1_ds2438
      w1: w1_ds2760.h: fix defines indentation

Martyn Welch (2):
      docs: Add kernel-doc comments to VME driver API
      docs: Update VME documentation to include kerneldoc comments

Matt Ranostay (2):
      pps: add ioctl_compat function to correct ioctl definitions
      pps: fix padding issue with PPS_FETCH for ioctl_compat

Matthew Gerlach (4):
      fpga pr ip: Core driver support for Altera Partial Reconfiguration IP.
      fpga dt: bindings for Altera Partial Reconfiguration IP.
      fpga pr ip: Platform driver for Altera Partial Reconfiguration IP.
      fpga fr br: update supported version numbers

Matthias Kaehlcke (1):
      hpet: Make cmd parameter of hpet_ioctl_common() unsigned

Maxime Ripard (1):
      MAINTAINERS: nvmem: Remove myself from maintainers

Michael Davidson (1):
      misc: lkdtm: Add volatile to intentional NULL pointer reference

Michael Grzeschik (1):
      nvmem: Add driver for the i.MX IIM

Michal Sojka (3):
      uio: Allow handling of non page-aligned memory regions
      uio_mf624: Refactor memory info initialization
      uio_mf624: Align memory regions to page size and set correct offsets

Mike Leach (1):
      coresight: Fixes coresight DT parse to get correct output port ID.

Ming Lei (1):
      MAINTAINERS: update firmware loader entry

Moritz Fischer (6):
      fpga: Add flag to indicate bitstream needs decrypting
      fpga: zynq: Add support for encrypted bitstreams
      fpga: region: Add fpga-region property 'encrypted-fpga-config'
      fpga: bridge: Replace open-coded list_for_each + list_entry
      fpga: altera_freeze_bridge: Constify ops
      fpga: Add support for Xilinx LogiCORE PR Decoupler

Peng Fan (2):
      dt-bindings: imx-ocotp: add compatible string for i.MX7D/S
      nvmem: octop: Add i.MX7D support

Peter Chen (1):
      extcon: usb-gpio: Do not enable USB as wakeup source by default

Richard Leitner (3):
      nvmem: imx-ocotp: fix usage of "dev" pointers
      nvmem: imx-ocotp: clear error bit after reading locked values
      nvmem: imx-ocotp: add write support

Rob Herring (1):
      binder: Add 'hwbinder' to the default devices

Roger Quadros (2):
      extcon: usb-gpio: Don't miss event during suspend/resume
      extcon: palmas: Don't miss GPIO events during suspend/resume

Sascha Hauer (1):
      dt-bindings: nvmem: Add i.MX IIM binding doc

Saul Wold (1):
      ver_linux: Use /usr/bin/awk instead of /bin/awk

Shile Zhang (1):
      hangcheck-timer: Fix typo in comment

Stephen Hemminger (9):
      vmbus: only reschedule tasklet if time limit exceeded
      hyperv: fix warning about missing prototype
      vmbus: remove useless return's
      vmbus: remove unnecessary initialization
      vmbus: fix spelling errors
      hyperv: remove unnecessary return variable
      vmbus: make channel_message table constant
      vmbus: cleanup header file style
      vmbus: expose debug info for drivers

Thierry Escande (4):
      firmware: google memconsole: Remove useless submenu in Kconfig
      firmware: google memconsole: Move specific EBDA parts
      firmware: google memconsole: Add coreboot support
      firmware: google memconsole: Add ARM/ARM64 support

Tobias Klauser (2):
      fpga altera-hps2fpga: disable/unprepare clock on error in alt_fpga_bridge_probe()
      fpga: region: release FPGA region reference in error path

Tomas Winkler (4):
      mei: add pci driver ops shutdown handler.
      mei: hbm: remove variable length arrays
      mei: bus: elminate variable length arrays
      mei: drop the TODO from samples

Varsha Rao (4):
      drivers: char: misc: Replace "foo * bar" with "foo *bar".
      drivers: char: misc: Add space after ','.
      drivers: char: misc: Add blank line after declaration.
      drivers: char: misc: Replace printk with pr_err.

Wei Yongjun (2):
      firmware: Google VPD: Fix return value check in vpd_platform_init()
      firmware: google memconsole: Fix return value check in platform_memconsole_init()

Wei-Ning Huang (2):
      firmware: Google VPD: import lib_vpd source files
      firmware: Google VPD sysfs driver

 Documentation/DocBook/rapidio.tmpl                 |   3 -
 .../devicetree/bindings/auxdisplay/hit,hd44780.txt |  45 +
 .../devicetree/bindings/firmware/coreboot.txt      |  33 +
 .../devicetree/bindings/fpga/altera-pr-ip.txt      |  12 +
 .../devicetree/bindings/fpga/fpga-region.txt       |   1 +
 .../bindings/fpga/lattice-ice40-fpga-mgr.txt       |  21 +
 .../bindings/fpga/xilinx-slave-serial.txt          |  44 +
 .../bindings/nvmem/allwinner,sunxi-sid.txt         |   6 +-
 .../devicetree/bindings/nvmem/imx-iim.txt          |  22 +
 .../devicetree/bindings/nvmem/imx-ocotp.txt        |   5 +
 Documentation/driver-api/vme.rst                   | 363 ++------
 Documentation/extcon/porting-android-switch-class  | 123 ---
 Documentation/w1/slaves/00-INDEX                   |   4 +
 Documentation/w1/slaves/w1_ds2413                  |  50 ++
 Documentation/w1/slaves/w1_ds2438                  |  63 ++
 MAINTAINERS                                        |   8 +-
 arch/arm/mach-ep93xx/ts72xx.c                      |  26 +
 arch/x86/hyperv/hv_init.c                          |   2 +-
 arch/x86/include/uapi/asm/hyperv.h                 |   7 +-
 arch/x86/kernel/cpu/mshyperv.c                     |   3 +
 drivers/android/Kconfig                            |   2 +-
 drivers/auxdisplay/Kconfig                         | 304 +++++++
 drivers/auxdisplay/Makefile                        |   4 +
 drivers/{misc => auxdisplay}/arm-charlcd.c         |   0
 drivers/auxdisplay/charlcd.c                       | 818 +++++++++++++++++
 drivers/auxdisplay/hd44780.c                       | 326 +++++++
 drivers/auxdisplay/ht16k33.c                       |  20 +-
 drivers/auxdisplay/img-ascii-lcd.c                 |   1 +
 drivers/{misc => auxdisplay}/panel.c               | 827 ++----------------
 drivers/char/hangcheck-timer.c                     |   2 +-
 drivers/char/hpet.c                                |   2 +-
 drivers/char/misc.c                                |  11 +-
 drivers/char/mspec.c                               |   9 +-
 drivers/char/tpm/tpm-chip.c                        |  19 +-
 drivers/char/virtio_console.c                      |   2 +-
 drivers/dax/dax.c                                  |  33 +-
 drivers/extcon/Kconfig                             |   7 +
 drivers/extcon/Makefile                            |   1 +
 drivers/extcon/devres.c                            |  61 ++
 drivers/extcon/extcon-arizona.c                    |  46 +
 drivers/extcon/extcon-intel-cht-wc.c               | 395 +++++++++
 drivers/extcon/extcon-palmas.c                     |   6 +
 drivers/extcon/extcon-usb-gpio.c                   |  10 +-
 drivers/extcon/extcon.c                            |  88 +-
 drivers/extcon/extcon.h                            |   3 +
 drivers/firewire/core-topology.c                   |   2 +-
 drivers/firewire/core.h                            |   8 +-
 drivers/firmware/google/Kconfig                    |  59 +-
 drivers/firmware/google/Makefile                   |  10 +-
 drivers/firmware/google/coreboot_table-acpi.c      |  88 ++
 drivers/firmware/google/coreboot_table-of.c        |  82 ++
 drivers/firmware/google/coreboot_table.c           |  94 ++
 drivers/firmware/google/coreboot_table.h           |  50 ++
 drivers/firmware/google/memconsole-coreboot.c      | 109 +++
 drivers/firmware/google/memconsole-x86-legacy.c    | 154 ++++
 drivers/firmware/google/memconsole.c               | 155 +---
 drivers/firmware/google/memconsole.h               |  43 +
 drivers/firmware/google/vpd.c                      | 332 +++++++
 drivers/firmware/google/vpd_decode.c               |  99 +++
 drivers/firmware/google/vpd_decode.h               |  58 ++
 drivers/fpga/Kconfig                               |  42 +
 drivers/fpga/Makefile                              |   6 +
 drivers/fpga/altera-freeze-bridge.c                |  32 +-
 drivers/fpga/altera-hps2fpga.c                     |  15 +-
 drivers/fpga/altera-pr-ip-core-plat.c              |  68 ++
 drivers/fpga/altera-pr-ip-core.c                   | 220 +++++
 drivers/fpga/fpga-bridge.c                         |  17 +-
 drivers/fpga/fpga-mgr.c                            |   2 +-
 drivers/fpga/fpga-region.c                         |  15 +-
 drivers/fpga/ice40-spi.c                           | 207 +++++
 drivers/fpga/ts73xx-fpga.c                         | 156 ++++
 drivers/fpga/xilinx-pr-decoupler.c                 | 161 ++++
 drivers/fpga/xilinx-spi.c                          | 198 +++++
 drivers/fpga/zynq-fpga.c                           |  28 +-
 drivers/gpio/gpiolib.c                             |  23 +-
 drivers/hv/channel.c                               |  10 +-
 drivers/hv/channel_mgmt.c                          |  48 +-
 drivers/hv/connection.c                            |  65 +-
 drivers/hv/hv.c                                    |   5 +-
 drivers/hv/hv_balloon.c                            |   2 -
 drivers/hv/hv_fcopy.c                              |   2 -
 drivers/hv/hv_kvp.c                                |  12 +-
 drivers/hv/hv_snapshot.c                           |   2 -
 drivers/hv/hyperv_vmbus.h                          |  29 +-
 drivers/hv/ring_buffer.c                           |  22 +-
 drivers/hv/vmbus_drv.c                             |   4 +-
 drivers/hwtracing/coresight/of_coresight.c         |   2 +-
 drivers/iio/industrialio-core.c                    |  15 +-
 drivers/infiniband/core/ucm.c                      |  35 +-
 drivers/infiniband/core/user_mad.c                 |   4 +-
 drivers/infiniband/core/uverbs_main.c              |   2 +-
 drivers/infiniband/hw/hfi1/device.c                |   2 +-
 drivers/input/evdev.c                              |  11 +-
 drivers/input/joydev.c                             |  11 +-
 drivers/input/mousedev.c                           |  11 +-
 drivers/media/cec/cec-core.c                       |  16 +-
 drivers/media/media-devnode.c                      |  20 +-
 drivers/misc/Kconfig                               | 293 +------
 drivers/misc/Makefile                              |   5 +-
 drivers/misc/aspeed-lpc-ctrl.c                     | 266 ++++++
 drivers/misc/ds1682.c                              |   7 +
 drivers/misc/eeprom/idt_89hpesx.c                  |  57 ++
 drivers/misc/lkdtm.h                               |   1 +
 drivers/misc/lkdtm_bugs.c                          |  13 +-
 drivers/misc/lkdtm_core.c                          |   1 +
 drivers/misc/mei/Makefile                          |   1 -
 drivers/misc/mei/amthif.c                          | 340 --------
 drivers/misc/mei/bus-fixup.c                       |   9 +-
 drivers/misc/mei/bus.c                             |   6 -
 drivers/misc/mei/client.c                          |  14 +-
 drivers/misc/mei/client.h                          |   5 -
 drivers/misc/mei/hbm.c                             |  29 +-
 drivers/misc/mei/init.c                            |  14 +-
 drivers/misc/mei/interrupt.c                       |  38 +-
 drivers/misc/mei/main.c                            | 125 +--
 drivers/misc/mei/mei_dev.h                         |  51 --
 drivers/misc/mei/pci-me.c                          |  31 +-
 drivers/misc/mei/pci-txe.c                         |  29 +-
 drivers/misc/tsl2550.c                             |   7 +
 drivers/mtd/ubi/build.c                            |  91 +-
 drivers/mtd/ubi/vmt.c                              |  49 +-
 drivers/nvmem/Kconfig                              |  11 +
 drivers/nvmem/Makefile                             |   2 +
 drivers/nvmem/core.c                               |   3 +-
 drivers/nvmem/imx-iim.c                            | 173 ++++
 drivers/nvmem/imx-ocotp.c                          | 254 +++++-
 drivers/nvmem/sunxi_sid.c                          |  89 +-
 drivers/platform/chrome/cros_ec_dev.c              |  31 +-
 drivers/platform/goldfish/goldfish_pipe.c          | 970 ++++++++++++++-------
 drivers/pps/pps.c                                  | 123 ++-
 drivers/rapidio/devices/rio_mport_cdev.c           |  24 +-
 drivers/rapidio/rio-sysfs.c                        |  76 +-
 drivers/rapidio/rio.c                              |   3 -
 drivers/rapidio/rio.h                              |   2 -
 drivers/rtc/class.c                                |  14 +-
 drivers/rtc/rtc-core.h                             |  10 -
 drivers/rtc/rtc-dev.c                              |  17 -
 drivers/scsi/osd/osd_uld.c                         |  56 +-
 drivers/uio/uio.c                                  |   2 +-
 drivers/uio/uio_mf624.c                            |  48 +-
 drivers/vme/vme.c                                  | 469 +++++++++-
 drivers/w1/masters/matrox_w1.c                     |   6 -
 drivers/w1/slaves/Kconfig                          |   6 +
 drivers/w1/slaves/Makefile                         |   1 +
 drivers/w1/slaves/w1_ds2438.c                      | 390 +++++++++
 drivers/w1/slaves/w1_ds2760.h                      |  10 +-
 drivers/w1/w1.c                                    |   1 -
 drivers/w1/w1_family.h                             |   1 +
 drivers/w1/w1_int.c                                |   1 -
 drivers/w1/w1_io.c                                 |   1 -
 drivers/w1/w1_log.h                                |  31 -
 drivers/w1/w1_netlink.c                            |   5 +-
 drivers/zorro/zorro-driver.c                       |  15 +-
 drivers/zorro/zorro-sysfs.c                        |  76 +-
 drivers/zorro/zorro.c                              |   3 -
 drivers/zorro/zorro.h                              |   3 +-
 fs/char_dev.c                                      |  86 ++
 include/linux/cdev.h                               |   5 +
 include/linux/extcon.h                             |  21 +-
 include/linux/fpga/altera-pr-ip-core.h             |  29 +
 include/linux/fpga/fpga-mgr.h                      |   4 +
 include/linux/hyperv.h                             |  31 +-
 include/linux/uio_driver.h                         |  13 +-
 include/linux/vme.h                                |  12 +-
 include/misc/charlcd.h                             |  42 +
 include/uapi/linux/aspeed-lpc-ctrl.h               |  61 ++
 include/uapi/linux/pps.h                           |  19 +
 samples/mei/TODO                                   |   2 -
 scripts/ver_linux                                  |   2 +-
 169 files changed, 8199 insertions(+), 3238 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/auxdisplay/hit,hd44780.txt
 create mode 100644 Documentation/devicetree/bindings/firmware/coreboot.txt
 create mode 100644 Documentation/devicetree/bindings/fpga/altera-pr-ip.txt
 create mode 100644 Documentation/devicetree/bindings/fpga/lattice-ice40-fpga-mgr.txt
 create mode 100644 Documentation/devicetree/bindings/fpga/xilinx-slave-serial.txt
 create mode 100644 Documentation/devicetree/bindings/nvmem/imx-iim.txt
 delete mode 100644 Documentation/extcon/porting-android-switch-class
 create mode 100644 Documentation/w1/slaves/w1_ds2413
 create mode 100644 Documentation/w1/slaves/w1_ds2438
 rename drivers/{misc => auxdisplay}/arm-charlcd.c (100%)
 create mode 100644 drivers/auxdisplay/charlcd.c
 create mode 100644 drivers/auxdisplay/hd44780.c
 rename drivers/{misc => auxdisplay}/panel.c (71%)
 create mode 100644 drivers/extcon/extcon-intel-cht-wc.c
 create mode 100644 drivers/firmware/google/coreboot_table-acpi.c
 create mode 100644 drivers/firmware/google/coreboot_table-of.c
 create mode 100644 drivers/firmware/google/coreboot_table.c
 create mode 100644 drivers/firmware/google/coreboot_table.h
 create mode 100644 drivers/firmware/google/memconsole-coreboot.c
 create mode 100644 drivers/firmware/google/memconsole-x86-legacy.c
 create mode 100644 drivers/firmware/google/memconsole.h
 create mode 100644 drivers/firmware/google/vpd.c
 create mode 100644 drivers/firmware/google/vpd_decode.c
 create mode 100644 drivers/firmware/google/vpd_decode.h
 create mode 100644 drivers/fpga/altera-pr-ip-core-plat.c
 create mode 100644 drivers/fpga/altera-pr-ip-core.c
 create mode 100644 drivers/fpga/ice40-spi.c
 create mode 100644 drivers/fpga/ts73xx-fpga.c
 create mode 100644 drivers/fpga/xilinx-pr-decoupler.c
 create mode 100644 drivers/fpga/xilinx-spi.c
 create mode 100644 drivers/misc/aspeed-lpc-ctrl.c
 delete mode 100644 drivers/misc/mei/amthif.c
 create mode 100644 drivers/nvmem/imx-iim.c
 create mode 100644 drivers/w1/slaves/w1_ds2438.c
 delete mode 100644 drivers/w1/w1_log.h
 create mode 100644 include/linux/fpga/altera-pr-ip-core.h
 create mode 100644 include/misc/charlcd.h
 create mode 100644 include/uapi/linux/aspeed-lpc-ctrl.h
 delete mode 100644 samples/mei/TODO

             reply	other threads:[~2017-05-05  0:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-05  0:18 Greg KH [this message]
2017-05-05  2:28 ` [GIT PULL] Char/Misc driver patches for 4.12-rc1 Linus Torvalds
2017-05-05 16:00   ` James Bottomley
2017-05-05 16:33     ` Linus Torvalds
2017-05-05 16:49       ` James Bottomley
2017-05-05 16:38     ` Greg KH
2017-05-05 19:46       ` James Bottomley
2017-05-05 20:01       ` Linus Torvalds
2017-05-06  5:09         ` Stephen Rothwell
2017-05-06 18:00           ` Linus Torvalds
2017-05-06 18:12             ` James Bottomley
2017-07-12  4:50               ` Stephen Rothwell

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=20170505001808.GA16769@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.