From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162202AbdAHNEd (ORCPT ); Sun, 8 Jan 2017 08:04:33 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58288 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162129AbdAHNEW (ORCPT ); Sun, 8 Jan 2017 08:04:22 -0500 Date: Sun, 8 Jan 2017 14:04:42 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton , Arnd Bergmann Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Char/Misc driver fixes for 4.10-rc3 Message-ID: <20170108130442.GA20507@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88: Linux 4.10-rc2 (2017-01-01 14:31:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.10-rc3 for you to fetch changes up to 421463b80b40e919dc57483f967ebd41674a81ff: hyper-v: Add myself as additional MAINTAINER (2017-01-05 19:29:25 +0100) ---------------------------------------------------------------- Char/Misc fixes for 4.10-rc3 Here are a few small char/misc driver fixes for 4.10-rc3. 2 MEI driver fixes, and 3 NVMEM patches for reported issues, and a new Hyper-V driver MAINTAINER update. Nothing major at all, all have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alexander Usyskin (2): mei: bus: fix mei_cldev_enable KDoc mei: move write cb to completion on credentials failures Brian Norris (1): nvmem: fix nvmem_cell_read() return type doc Daniel Schultz (1): nvmem: imx-ocotp: Fix wrong register size Stephen Hemminger (1): hyper-v: Add myself as additional MAINTAINER Vivek Gautam (1): nvmem: qfprom: Allow single byte accesses for read/write MAINTAINERS | 1 + drivers/misc/mei/bus.c | 2 +- drivers/misc/mei/client.c | 20 ++++++++++++-------- drivers/nvmem/core.c | 4 ++-- drivers/nvmem/imx-ocotp.c | 2 +- drivers/nvmem/qfprom.c | 14 +++++++------- 6 files changed, 24 insertions(+), 19 deletions(-)