* [GIT PULL] TTY / Serial driver changes for 6.13-rc1
@ 2024-11-29 4:26 Greg KH
2024-11-29 7:58 ` Geert Uytterhoeven
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Greg KH @ 2024-11-29 4:26 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
linux-serial
The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:
Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.13-rc1
for you to fetch changes up to b5a23a60e8ab5711f4952912424347bf3864ce8d:
serial: amba-pl011: fix build regression (2024-11-16 09:52:55 +0100)
----------------------------------------------------------------
TTY / Serial driver updates for 6.13-rc1
Here is a small set of tty and serial driver updates for 6.13-rc1.
Nothing major at all this time, only some small changes:
- few device tree binding updates
- 8250_exar serial driver updates
- imx serial driver updates
- sprd_serial driver updates
- other tiny serial driver updates, full details in the shortlog
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Andy Shevchenko (1):
serial: 8250_exar: Group CTI EEPROM offsets by device
Arnd Bergmann (1):
serial: amba-pl011: fix build regression
Bin Liu (1):
serial: 8250: omap: Move pm_runtime_get_sync
Christoph Hellwig (1):
kfifo: don't include dma-mapping.h in kfifo.h
Claudiu Beznea (1):
serial: sh-sci: Clean sci_ports[0] after at earlycon exit
Detlev Casanova (1):
dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3576
Esben Haabendal (3):
serial: imx: Grab port lock in imx_uart_enable_wakeup()
serial: imx: Add more comments on port lock status
serial: imx: Switch to nbcon console
Filip Brozovic (1):
serial: 8250_fintek: Add support for F81216E
Greg Kroah-Hartman (1):
Merge 6.12-rc4 into tty-next
Hugo Villeneuve (1):
serial: sc16is7xx: announce support for SER_RS485_RTS_ON_SEND
Inochi Amaoto (3):
dt-bindings: serial: snps,dw-apb-uart: merge duplicate compatible entry.
dt-bindings: serial: snps-dw-apb-uart: Add Sophgo SG2044 uarts
serial: 8250_dw: Add Sophgo SG2044 quirk
Ivaylo Ivanov (2):
dt-bindings: serial: samsung: Add samsung,exynos8895-uart compatible
tty: serial: samsung: Add Exynos8895 compatible
Kartik Rajput (1):
serial: amba-pl011: Fix RX stall when DMA is used
Luke Wang (1):
tty: serial: fsl_lpuart: add 7-bits format support on imx7ulp/imx8ulp/imx8qxp
Michal Simek (1):
dt-bindings: serial: rs485: Fix rs485-rts-delay property
Mihai Sain (1):
tty: atmel_serial: Use devm_platform_ioremap_resource()
Nicolas Bouchinet (1):
tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler
Parker Newman (4):
misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle
misc: eeprom: eeprom_93cx6: Switch to BIT() macro
serial: 8250_exar: Replace custom EEPROM read with eeprom_93cx6
serial: 8250_exar: Remove old exar_ee_read() and other unneeded code
Shivam Chaudhary (1):
tty: atmel_serial: Fix typo retreives to retrieves
Tobias Klauser (4):
altera_uart: Use dev_err() to report error attaching IRQ handler
altera_jtaguart: Use dev_err() to report error attaching IRQ
tty/serial/altera_jtaguart: unwrap error log string
tty/serial/altera_uart: unwrap error log string
Uwe Kleine-König (1):
serial: Switch back to struct platform_driver::remove()
Wenhua Lin (2):
serial: sprd: Add support for sc9632
dt-bindings: serial: Add a new compatible string for ums9632
Yanteng Si (1):
serial: clean up uart_info
Yao Zi (1):
dt-bindings: serial: snps-dw-apb-uart: Document Rockchip RK3528
Yu Jiaoliang (1):
serial: 8250: Fix typos in comments across various files
.../devicetree/bindings/serial/rs485.yaml | 19 ++-
.../devicetree/bindings/serial/samsung_uart.yaml | 14 +-
.../bindings/serial/snps-dw-apb-uart.yaml | 13 +-
.../devicetree/bindings/serial/sprd-uart.yaml | 1 +
drivers/mailbox/omap-mailbox.c | 1 +
drivers/misc/eeprom/eeprom_93cx6.c | 15 ++-
drivers/tty/serial/8250/8250_aspeed_vuart.c | 2 +-
drivers/tty/serial/8250/8250_bcm2835aux.c | 2 +-
drivers/tty/serial/8250/8250_bcm7271.c | 4 +-
drivers/tty/serial/8250/8250_dw.c | 7 +-
drivers/tty/serial/8250/8250_em.c | 2 +-
drivers/tty/serial/8250/8250_exar.c | 142 +++++++--------------
drivers/tty/serial/8250/8250_fintek.c | 16 ++-
drivers/tty/serial/8250/8250_fsl.c | 2 +-
drivers/tty/serial/8250/8250_ingenic.c | 2 +-
drivers/tty/serial/8250/8250_ioc3.c | 2 +-
drivers/tty/serial/8250/8250_lpc18xx.c | 2 +-
drivers/tty/serial/8250/8250_mtk.c | 6 +-
drivers/tty/serial/8250/8250_of.c | 2 +-
drivers/tty/serial/8250/8250_omap.c | 10 +-
drivers/tty/serial/8250/8250_platform.c | 2 +-
drivers/tty/serial/8250/8250_pxa.c | 2 +-
drivers/tty/serial/8250/8250_tegra.c | 2 +-
drivers/tty/serial/8250/8250_uniphier.c | 2 +-
drivers/tty/serial/8250/Kconfig | 1 +
drivers/tty/serial/altera_jtaguart.c | 6 +-
drivers/tty/serial/altera_uart.c | 6 +-
drivers/tty/serial/amba-pl011.c | 9 +-
drivers/tty/serial/ar933x_uart.c | 2 +-
drivers/tty/serial/atmel_serial.c | 16 +--
drivers/tty/serial/bcm63xx_uart.c | 2 +-
drivers/tty/serial/clps711x.c | 2 +-
drivers/tty/serial/cpm_uart.c | 2 +-
drivers/tty/serial/digicolor-usart.c | 2 +-
drivers/tty/serial/esp32_acm.c | 2 +-
drivers/tty/serial/esp32_uart.c | 2 +-
drivers/tty/serial/fsl_linflexuart.c | 2 +-
drivers/tty/serial/fsl_lpuart.c | 23 +++-
drivers/tty/serial/imx.c | 137 +++++++++++++++++---
drivers/tty/serial/lantiq.c | 2 +-
drivers/tty/serial/liteuart.c | 2 +-
drivers/tty/serial/lpc32xx_hs.c | 2 +-
drivers/tty/serial/ma35d1_serial.c | 2 +-
drivers/tty/serial/mcf.c | 2 +-
drivers/tty/serial/meson_uart.c | 2 +-
drivers/tty/serial/milbeaut_usio.c | 2 +-
drivers/tty/serial/mpc52xx_uart.c | 2 +-
drivers/tty/serial/msm_serial.c | 2 +-
drivers/tty/serial/mxs-auart.c | 2 +-
drivers/tty/serial/omap-serial.c | 2 +-
drivers/tty/serial/owl-uart.c | 2 +-
drivers/tty/serial/pic32_uart.c | 2 +-
drivers/tty/serial/pmac_zilog.c | 2 +-
drivers/tty/serial/qcom_geni_serial.c | 2 +-
drivers/tty/serial/rda-uart.c | 2 +-
drivers/tty/serial/sa1100.c | 2 +-
drivers/tty/serial/samsung_tty.c | 15 ++-
drivers/tty/serial/sc16is7xx.c | 2 +-
drivers/tty/serial/sccnxp.c | 2 +-
drivers/tty/serial/serial-tegra.c | 2 +-
drivers/tty/serial/serial_txx9.c | 2 +-
drivers/tty/serial/sh-sci.c | 30 ++++-
drivers/tty/serial/sifive.c | 2 +-
drivers/tty/serial/sprd_serial.c | 43 ++++++-
drivers/tty/serial/st-asc.c | 2 +-
drivers/tty/serial/stm32-usart.c | 2 +-
drivers/tty/serial/sunhv.c | 2 +-
drivers/tty/serial/sunplus-uart.c | 2 +-
drivers/tty/serial/sunsab.c | 2 +-
drivers/tty/serial/sunsu.c | 2 +-
drivers/tty/serial/sunzilog.c | 2 +-
drivers/tty/serial/tegra-tcu.c | 2 +-
drivers/tty/serial/timbuart.c | 2 +-
drivers/tty/serial/uartlite.c | 2 +-
drivers/tty/serial/ucc_uart.c | 2 +-
drivers/tty/serial/xilinx_uartps.c | 2 +-
drivers/tty/tty_io.c | 2 +-
include/linux/eeprom_93cx6.h | 11 ++
include/linux/kfifo.h | 1 -
include/linux/platform_data/sa11x0-serial.h | 1 -
samples/kfifo/dma-example.c | 1 +
81 files changed, 413 insertions(+), 245 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-29 4:26 [GIT PULL] TTY / Serial driver changes for 6.13-rc1 Greg KH
@ 2024-11-29 7:58 ` Geert Uytterhoeven
2024-11-29 10:31 ` Greg KH
2024-11-29 20:28 ` Linus Torvalds
2024-11-30 18:08 ` pr-tracker-bot
2 siblings, 1 reply; 10+ messages in thread
From: Geert Uytterhoeven @ 2024-11-29 7:58 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, Jiri Slaby, Stephen Rothwell, Andrew Morton,
linux-kernel, linux-serial
Hi Greg,
On Fri, Nov 29, 2024 at 5:26 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:
>
> Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.13-rc1
>
> for you to fetch changes up to b5a23a60e8ab5711f4952912424347bf3864ce8d:
>
> serial: amba-pl011: fix build regression (2024-11-16 09:52:55 +0100)
>
> ----------------------------------------------------------------
> TTY / Serial driver updates for 6.13-rc1
[...]
> All of these have been in linux-next for a while with no reported
> issues.
Oh, how do I love this boilerplate...
> Claudiu Beznea (1):
> serial: sh-sci: Clean sci_ports[0] after at earlycon exit
"BUG: spinlock bad magic"
https://lore.kernel.org/all/CAMuHMdX57_AEYC_6CbrJn-+B+ivU8oFiXR0FXF7Lrqv5dWZWYA@mail.gmail.com/
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-29 7:58 ` Geert Uytterhoeven
@ 2024-11-29 10:31 ` Greg KH
2024-11-29 10:42 ` Geert Uytterhoeven
0 siblings, 1 reply; 10+ messages in thread
From: Greg KH @ 2024-11-29 10:31 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Linus Torvalds, Jiri Slaby, Stephen Rothwell, Andrew Morton,
linux-kernel, linux-serial
On Fri, Nov 29, 2024 at 08:58:28AM +0100, Geert Uytterhoeven wrote:
> Hi Greg,
>
> On Fri, Nov 29, 2024 at 5:26 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> > The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:
> >
> > Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
> >
> > are available in the Git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.13-rc1
> >
> > for you to fetch changes up to b5a23a60e8ab5711f4952912424347bf3864ce8d:
> >
> > serial: amba-pl011: fix build regression (2024-11-16 09:52:55 +0100)
> >
> > ----------------------------------------------------------------
> > TTY / Serial driver updates for 6.13-rc1
>
> [...]
>
> > All of these have been in linux-next for a while with no reported
> > issues.
>
> Oh, how do I love this boilerplate...
I hand-craft that every time :)
> > Claudiu Beznea (1):
> > serial: sh-sci: Clean sci_ports[0] after at earlycon exit
>
> "BUG: spinlock bad magic"
> https://lore.kernel.org/all/CAMuHMdX57_AEYC_6CbrJn-+B+ivU8oFiXR0FXF7Lrqv5dWZWYA@mail.gmail.com/
Ah, yes, sorry, missed that. I assumed that it would be fixed soon, do
you want me to revert it instead?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-29 10:31 ` Greg KH
@ 2024-11-29 10:42 ` Geert Uytterhoeven
2024-11-29 10:58 ` Claudiu Beznea
0 siblings, 1 reply; 10+ messages in thread
From: Geert Uytterhoeven @ 2024-11-29 10:42 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, Jiri Slaby, Stephen Rothwell, Andrew Morton,
linux-kernel, linux-serial, Claudiu Beznea
Hi Greg,
CC Claudiu
On Fri, Nov 29, 2024 at 11:31 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> On Fri, Nov 29, 2024 at 08:58:28AM +0100, Geert Uytterhoeven wrote:
> > On Fri, Nov 29, 2024 at 5:26 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> > > The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:
> > >
> > > Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.13-rc1
> > >
> > > for you to fetch changes up to b5a23a60e8ab5711f4952912424347bf3864ce8d:
> > >
> > > serial: amba-pl011: fix build regression (2024-11-16 09:52:55 +0100)
> > >
> > > ----------------------------------------------------------------
> > > TTY / Serial driver updates for 6.13-rc1
> >
> > [...]
> >
> > > All of these have been in linux-next for a while with no reported
> > > issues.
> >
> > Oh, how do I love this boilerplate...
>
> I hand-craft that every time :)
>
> > > Claudiu Beznea (1):
> > > serial: sh-sci: Clean sci_ports[0] after at earlycon exit
> >
> > "BUG: spinlock bad magic"
> > https://lore.kernel.org/all/CAMuHMdX57_AEYC_6CbrJn-+B+ivU8oFiXR0FXF7Lrqv5dWZWYA@mail.gmail.com/
>
> Ah, yes, sorry, missed that. I assumed that it would be fixed soon, do
> you want me to revert it instead?
Let's hope it gets fixed soon.
It's not super-critical, as earlycon is not meant for regular use
(although lots of unaffected non-Renesas platforms do have "earlycon"
in their DTS chosen/bootargs, sigh).
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-29 10:42 ` Geert Uytterhoeven
@ 2024-11-29 10:58 ` Claudiu Beznea
2024-11-30 16:30 ` Greg KH
0 siblings, 1 reply; 10+ messages in thread
From: Claudiu Beznea @ 2024-11-29 10:58 UTC (permalink / raw)
To: Geert Uytterhoeven, Greg KH
Cc: Linus Torvalds, Jiri Slaby, Stephen Rothwell, Andrew Morton,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Hi, Geert, Greg,
> -----Original Message-----
> From: Geert Uytterhoeven <geert@linux-m68k.org>
> Sent: 29 November 2024 12:42
> To: Greg KH <gregkh@linuxfoundation.org>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>; Jiri Slaby
> <jslaby@suse.cz>; Stephen Rothwell <sfr@canb.auug.org.au>; Andrew Morton
> <akpm@linux-foundation.org>; linux-kernel@vger.kernel.org; linux-
> serial@vger.kernel.org; Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> Subject: Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
>
> Hi Greg,
>
> CC Claudiu
>
> On Fri, Nov 29, 2024 at 11:31 AM Greg KH <gregkh@linuxfoundation.org>
> wrote:
> > On Fri, Nov 29, 2024 at 08:58:28AM +0100, Geert Uytterhoeven wrote:
> > > On Fri, Nov 29, 2024 at 5:26 AM Greg KH <gregkh@linuxfoundation.org>
> wrote:
> > > > The following changes since commit
> 42f7652d3eb527d03665b09edac47f85fb600924:
> > > >
> > > > Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
> > > >
> > > > are available in the Git repository at:
> > > >
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
> > > > tags/tty-6.13-rc1
> > > >
> > > > for you to fetch changes up to
> b5a23a60e8ab5711f4952912424347bf3864ce8d:
> > > >
> > > > serial: amba-pl011: fix build regression (2024-11-16 09:52:55
> > > > +0100)
> > > >
> > > > ----------------------------------------------------------------
> > > > TTY / Serial driver updates for 6.13-rc1
> > >
> > > [...]
> > >
> > > > All of these have been in linux-next for a while with no reported
> > > > issues.
> > >
> > > Oh, how do I love this boilerplate...
> >
> > I hand-craft that every time :)
> >
> > > > Claudiu Beznea (1):
> > > > serial: sh-sci: Clean sci_ports[0] after at earlycon exit
> > >
> > > "BUG: spinlock bad magic"
> > > https://lore.kernel.org/all/CAMuHMdX57_AEYC_6CbrJn-+B+ivU8oFiXR0FXF7
> > > Lrqv5dWZWYA@mail.gmail.com/
> >
> > Ah, yes, sorry, missed that. I assumed that it would be fixed soon,
> > do you want me to revert it instead?
>
> Let's hope it gets fixed soon.
> It's not super-critical, as earlycon is not meant for regular use
> (although lots of unaffected non-Renesas platforms do have "earlycon"
> in their DTS chosen/bootargs, sigh).
I'm working on now. However, using debug serial with an alias
other than zero and having both "earlycon keep_bootcon" as bootargs give
me some pain in progressing.
If you can, please drop it and hopefully, I'll soon manage to find a fix
for all these.
Thank you,
Claudiu
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-
> m68k.org
>
> In personal conversations with technical people, I call myself a hacker.
> But when I'm talking to journalists I just say "programmer" or something
> like that.
> -- Linus Torvalds
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-29 4:26 [GIT PULL] TTY / Serial driver changes for 6.13-rc1 Greg KH
2024-11-29 7:58 ` Geert Uytterhoeven
@ 2024-11-29 20:28 ` Linus Torvalds
2024-11-30 15:35 ` Greg KH
2024-11-30 18:08 ` pr-tracker-bot
2 siblings, 1 reply; 10+ messages in thread
From: Linus Torvalds @ 2024-11-29 20:28 UTC (permalink / raw)
To: Greg KH
Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
linux-serial
On Thu, 28 Nov 2024 at 20:26, Greg KH <gregkh@linuxfoundation.org> wrote:
>
> TTY / Serial driver updates for 6.13-rc1
Greg - I've dropped this pull request since it sounds like it will
need a bit of fixup.
But holler if you prefer I take it as-is and I guess we can fix it up later.
Linus
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-29 20:28 ` Linus Torvalds
@ 2024-11-30 15:35 ` Greg KH
2024-11-30 15:39 ` Greg KH
0 siblings, 1 reply; 10+ messages in thread
From: Greg KH @ 2024-11-30 15:35 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
linux-serial
On Fri, Nov 29, 2024 at 12:28:07PM -0800, Linus Torvalds wrote:
> On Thu, 28 Nov 2024 at 20:26, Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > TTY / Serial driver updates for 6.13-rc1
>
> Greg - I've dropped this pull request since it sounds like it will
> need a bit of fixup.
>
> But holler if you prefer I take it as-is and I guess we can fix it up later.
Please take it as-is, I'll send a revert right after -rc1 is out to
resolve this (it's only for early-console for one serial port type.)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-30 15:35 ` Greg KH
@ 2024-11-30 15:39 ` Greg KH
0 siblings, 0 replies; 10+ messages in thread
From: Greg KH @ 2024-11-30 15:39 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
linux-serial
On Sat, Nov 30, 2024 at 04:35:35PM +0100, Greg KH wrote:
> On Fri, Nov 29, 2024 at 12:28:07PM -0800, Linus Torvalds wrote:
> > On Thu, 28 Nov 2024 at 20:26, Greg KH <gregkh@linuxfoundation.org> wrote:
> > >
> > > TTY / Serial driver updates for 6.13-rc1
> >
> > Greg - I've dropped this pull request since it sounds like it will
> > need a bit of fixup.
> >
> > But holler if you prefer I take it as-is and I guess we can fix it up later.
>
> Please take it as-is, I'll send a revert right after -rc1 is out to
> resolve this (it's only for early-console for one serial port type.)
Oh let me just revert it now and send you a new pull request...
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-29 10:58 ` Claudiu Beznea
@ 2024-11-30 16:30 ` Greg KH
0 siblings, 0 replies; 10+ messages in thread
From: Greg KH @ 2024-11-30 16:30 UTC (permalink / raw)
To: Claudiu Beznea
Cc: Geert Uytterhoeven, Linus Torvalds, Jiri Slaby, Stephen Rothwell,
Andrew Morton, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org
On Fri, Nov 29, 2024 at 10:58:28AM +0000, Claudiu Beznea wrote:
> Hi, Geert, Greg,
>
> > -----Original Message-----
> > From: Geert Uytterhoeven <geert@linux-m68k.org>
> > Sent: 29 November 2024 12:42
> > To: Greg KH <gregkh@linuxfoundation.org>
> > Cc: Linus Torvalds <torvalds@linux-foundation.org>; Jiri Slaby
> > <jslaby@suse.cz>; Stephen Rothwell <sfr@canb.auug.org.au>; Andrew Morton
> > <akpm@linux-foundation.org>; linux-kernel@vger.kernel.org; linux-
> > serial@vger.kernel.org; Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> > Subject: Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
> >
> > Hi Greg,
> >
> > CC Claudiu
> >
> > On Fri, Nov 29, 2024 at 11:31 AM Greg KH <gregkh@linuxfoundation.org>
> > wrote:
> > > On Fri, Nov 29, 2024 at 08:58:28AM +0100, Geert Uytterhoeven wrote:
> > > > On Fri, Nov 29, 2024 at 5:26 AM Greg KH <gregkh@linuxfoundation.org>
> > wrote:
> > > > > The following changes since commit
> > 42f7652d3eb527d03665b09edac47f85fb600924:
> > > > >
> > > > > Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
> > > > >
> > > > > are available in the Git repository at:
> > > > >
> > > > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
> > > > > tags/tty-6.13-rc1
> > > > >
> > > > > for you to fetch changes up to
> > b5a23a60e8ab5711f4952912424347bf3864ce8d:
> > > > >
> > > > > serial: amba-pl011: fix build regression (2024-11-16 09:52:55
> > > > > +0100)
> > > > >
> > > > > ----------------------------------------------------------------
> > > > > TTY / Serial driver updates for 6.13-rc1
> > > >
> > > > [...]
> > > >
> > > > > All of these have been in linux-next for a while with no reported
> > > > > issues.
> > > >
> > > > Oh, how do I love this boilerplate...
> > >
> > > I hand-craft that every time :)
> > >
> > > > > Claudiu Beznea (1):
> > > > > serial: sh-sci: Clean sci_ports[0] after at earlycon exit
> > > >
> > > > "BUG: spinlock bad magic"
> > > > https://lore.kernel.org/all/CAMuHMdX57_AEYC_6CbrJn-+B+ivU8oFiXR0FXF7
> > > > Lrqv5dWZWYA@mail.gmail.com/
> > >
> > > Ah, yes, sorry, missed that. I assumed that it would be fixed soon,
> > > do you want me to revert it instead?
> >
> > Let's hope it gets fixed soon.
> > It's not super-critical, as earlycon is not meant for regular use
> > (although lots of unaffected non-Renesas platforms do have "earlycon"
> > in their DTS chosen/bootargs, sigh).
>
> I'm working on now. However, using debug serial with an alias
> other than zero and having both "earlycon keep_bootcon" as bootargs give
> me some pain in progressing.
>
> If you can, please drop it and hopefully, I'll soon manage to find a fix
> for all these.
Thanks, I'll revert it now.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-29 4:26 [GIT PULL] TTY / Serial driver changes for 6.13-rc1 Greg KH
2024-11-29 7:58 ` Geert Uytterhoeven
2024-11-29 20:28 ` Linus Torvalds
@ 2024-11-30 18:08 ` pr-tracker-bot
2 siblings, 0 replies; 10+ messages in thread
From: pr-tracker-bot @ 2024-11-30 18:08 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, Jiri Slaby, Stephen Rothwell, Andrew Morton,
linux-kernel, linux-serial
The pull request you sent on Fri, 29 Nov 2024 05:26:50 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.13-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/718632467d88e98816fa01ab12681ef1c2aa56f8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-11-30 18:08 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29 4:26 [GIT PULL] TTY / Serial driver changes for 6.13-rc1 Greg KH
2024-11-29 7:58 ` Geert Uytterhoeven
2024-11-29 10:31 ` Greg KH
2024-11-29 10:42 ` Geert Uytterhoeven
2024-11-29 10:58 ` Claudiu Beznea
2024-11-30 16:30 ` Greg KH
2024-11-29 20:28 ` Linus Torvalds
2024-11-30 15:35 ` Greg KH
2024-11-30 15:39 ` Greg KH
2024-11-30 18:08 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox