[GIT PULL] sh updates for v6.12
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <37b245abd7eaee997eabaf74aeb02bd7d5f2e983.camel@physik.fu-berlin.de> |
Hi Linus,
here is my round of sh updates for v6.12. This pull request is again rather small
but we have more patches in the queue that still need to be reviewed and tested,
I expect to send these out for v6.13.
The first change by Gaosheng Cui removes unused declarations which have been obsoleted
since commit 5a4053b23262 ("sh: Kill off dead boards.") and the second by his colleague
Hongbo Li replaces the use of the unsafe simple_strtoul() with the safer kstrtoul()
function in the sh interrupt controller driver code.
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.12-tag1
for you to fetch changes up to c3e878ca7b6663d2ad77a6e17460fc47a2347f4a:
sh: intc: Replace simple_strtoul() with kstrtoul() (2024-09-26 17:25:29 +0200)
Thanks for pulling!
Adrian
----------------------------------------------------------------
sh updates for v6.12
- sh: intc: Replace simple_strtoul() with kstrtoul()
- sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register
----------------------------------------------------------------
Gaosheng Cui (1):
sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register
Hongbo Li (1):
sh: intc: Replace simple_strtoul() with kstrtoul()
arch/sh/include/asm/irq.h | 6 ------
drivers/sh/intc/userimask.c | 5 ++++-
2 files changed, 4 insertions(+), 7 deletions(-)
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913