From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751608AbcBNTCt (ORCPT ); Sun, 14 Feb 2016 14:02:49 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48679 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751578AbcBNTCs (ORCPT ); Sun, 14 Feb 2016 14:02:48 -0500 Date: Sun, 14 Feb 2016 11:02:47 -0800 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.5-rc4 Message-ID: <20160214190247.GA23850@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: Linux 4.5-rc1 (2016-01-24 13:06:47 -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.5-rc4 for you to fetch changes up to 3b2b9ead32142b4cf55ea2793e5e4f7b63c04818: nvmem: qfprom: Specify LE device endianness (2016-02-07 23:09:13 -0800) ---------------------------------------------------------------- char/misc driver fixes for 4.5-rc4 Here are 3 fixes for some reported issues. Two nvmem driver fixes, and one mei fix. All have been in linux-next just fine. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alexander Usyskin (1): mei: validate request value in client notify request ioctl Srinivas Kandagatla (1): nvmem: core: return error for non word aligned access Stephen Boyd (1): nvmem: qfprom: Specify LE device endianness drivers/misc/mei/main.c | 6 +++++- drivers/nvmem/core.c | 6 ++++++ drivers/nvmem/qfprom.c | 1 + 3 files changed, 12 insertions(+), 1 deletion(-)