All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 5.3-rc4
Date: Sat, 10 Aug 2019 13:53:18 +0200	[thread overview]
Message-ID: <20190810115318.GA6103@kroah.com> (raw)

The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:

  Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.3-rc4

for you to fetch changes up to 5511c0c309db4c526a6e9f8b2b8a1483771574bc:

  coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attribute (2019-08-01 20:51:34 +0200)

----------------------------------------------------------------
Char/misc fixes for 5.3-rc4

Here are some small char/misc driver fixes for 5.3-rc4.

Two of these are for the habanalabs driver for issues found when running
on a big-endian system (are they still alive?)  The others are tiny
fixes reported by people, and a MAINTAINERS update about the location of
the fpga development tree.

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

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

----------------------------------------------------------------
Ben Segal (2):
      habanalabs: fix F/W download in BE architecture
      habanalabs: fix host memory polling in BE architecture

Greg Kroah-Hartman (1):
      Merge tag 'misc-habanalabs-fixes-2019-07-29' of git://people.freedesktop.org/~gabbayo/linux into char-misc-next

Jean Delvare (1):
      nvmem: Use the same permissions for eeprom as for nvmem

Moritz Fischer (1):
      MAINTAINERS: Move linux-fpga tree to new location

Suzuki K Poulose (1):
      coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attribute

 MAINTAINERS                                      |  2 +-
 drivers/hwtracing/coresight/coresight-etm-perf.c |  1 +
 drivers/misc/habanalabs/command_submission.c     |  2 +-
 drivers/misc/habanalabs/firmware_if.c            | 22 ++++------------------
 drivers/misc/habanalabs/goya/goya.c              |  5 +++--
 drivers/misc/habanalabs/habanalabs.h             | 16 ++++++++++++++--
 drivers/nvmem/nvmem-sysfs.c                      | 15 +++++++++++----
 7 files changed, 35 insertions(+), 28 deletions(-)

             reply	other threads:[~2019-08-10 11:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-10 11:53 Greg KH [this message]
2019-08-10 19:30 ` [GIT PULL] Char/Misc driver fixes for 5.3-rc4 pr-tracker-bot

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=20190810115318.GA6103@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.