All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Artur Rojek <contact@artur-rojek.eu>,
	"Ricardo B.Marliere" <ricardo@marliere.net>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>,
	linux-sh <linux-sh@vger.kernel.org>
Subject: [GIT PULL] sh updates for v6.9
Date: Thu, 21 Mar 2024 14:52:15 +0100	[thread overview]
Message-ID: <e05595fe22203dd8ec7a7800e25aedfc136b8aec.camel@physik.fu-berlin.de> (raw)

Hi Linus,

this pull request is unfortunately small again as I have not managed to review all
the pending patches posted by contributors yet. I didn't want to rush these into
this cycle, so they will be part of the next one.

The first two patches by Ricardo B. Marliere make two instances of struct bus_type
in the interrupt controller driver and the DMA sysfs interface const since the
driver core in the kernel is now able to handle that.

A third patch by Artur Rojek enforces internal linkage for the function setup_hd64461()
in order to fix the build of hp6xx_defconfig with -Werror=missing-prototypes.

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.9-tag1

for you to fetch changes up to 1e21acb7fbfb15fcb4afe21fb5a50a1bc00743ec:

  sh: hd64461: Make setup_hd64461() static (2024-03-21 12:17:35 +0100)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.9

- sh: hd64461: Make setup_hd64461() static
- sh: intc: Make intc_subsys const
- sh: dma-sysfs: Make dma_subsys const

----------------------------------------------------------------
Artur Rojek (1):
      sh: hd64461: Make setup_hd64461() static

Ricardo B. Marliere (2):
      sh: dma-sysfs: Make dma_subsys const
      sh: intc: Make intc_subsys const

 arch/sh/cchips/hd6446x/hd64461.c | 2 +-
 arch/sh/drivers/dma/dma-sysfs.c  | 2 +-
 drivers/sh/intc/core.c           | 2 +-
 drivers/sh/intc/internals.h      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

             reply	other threads:[~2024-03-21 13:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-21 13:52 John Paul Adrian Glaubitz [this message]
2024-03-21 17:34 ` [GIT PULL] sh updates for v6.9 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=e05595fe22203dd8ec7a7800e25aedfc136b8aec.camel@physik.fu-berlin.de \
    --to=glaubitz@physik.fu-berlin.de \
    --cc=contact@artur-rojek.eu \
    --cc=dalias@libc.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=ricardo@marliere.net \
    --cc=torvalds@linux-foundation.org \
    --cc=ysato@users.sourceforge.jp \
    /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.