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 <gre...@linuxfoundation.org> ---------------------------------------------------------------- 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(-)