mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] w1: drivers for v6.9
@ 2024-02-27  8:39 Krzysztof Kozlowski
  2024-03-02 19:16 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-27  8:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski

Hi,

On top of tty-next branch (from 6th of Feb).

Best regards,
Krzysztof


The following changes since commit 6cc3028f797a549f256d593867a769ab6a8265f2:

  tty: vt: decrypt magic constants in vc_is_control() (2024-02-06 14:37:39 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.9

for you to fetch changes up to d97d263132a69a0bda54efce3df04e55fa6341f7:

  w1: w1-gpio: Convert to platform remove callback returning void (2024-02-20 11:24:34 +0100)

----------------------------------------------------------------
1-Wire bus drivers for v6.9

1. Few cleanups: constifying, convert platform remove callback returning
   void.

2. Add UART 1-Wire bus driver which uses UART interface to create the
   1-Wire timing patterns.

----------------------------------------------------------------
Christoph Winklhofer (3):
      dt-bindings: serial: allow onewire as child node
      dt-bindings: w1: UART 1-Wire bus
      w1: add UART w1 bus driver

Ricardo B. Marliere (1):
      w1: make w1_bus_type const

Uwe Kleine-König (4):
      w1: mxc_w1: Convert to platform remove callback returning void
      w1: omap_hdq: Convert to platform remove callback returning void
      w1: sgi_w1: Convert to platform remove callback returning void
      w1: w1-gpio: Convert to platform remove callback returning void

 .../devicetree/bindings/serial/serial.yaml         |   2 +-
 Documentation/devicetree/bindings/w1/w1-uart.yaml  |  59 +++
 Documentation/w1/masters/index.rst                 |   1 +
 Documentation/w1/masters/w1-uart.rst               |  54 +++
 drivers/w1/masters/Kconfig                         |  10 +
 drivers/w1/masters/Makefile                        |   1 +
 drivers/w1/masters/mxc_w1.c                        |   6 +-
 drivers/w1/masters/omap_hdq.c                      |   6 +-
 drivers/w1/masters/sgi_w1.c                        |   6 +-
 drivers/w1/masters/w1-gpio.c                       |   6 +-
 drivers/w1/masters/w1-uart.c                       | 415 +++++++++++++++++++++
 drivers/w1/w1.c                                    |   2 +-
 12 files changed, 550 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/w1/w1-uart.yaml
 create mode 100644 Documentation/w1/masters/w1-uart.rst
 create mode 100644 drivers/w1/masters/w1-uart.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] w1: drivers for v6.9
  2024-02-27  8:39 [GIT PULL] w1: drivers for v6.9 Krzysztof Kozlowski
@ 2024-03-02 19:16 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2024-03-02 19:16 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: linux-kernel, Krzysztof Kozlowski

On Tue, Feb 27, 2024 at 09:39:42AM +0100, Krzysztof Kozlowski wrote:
> Hi,
> 
> On top of tty-next branch (from 6th of Feb).
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 6cc3028f797a549f256d593867a769ab6a8265f2:
> 
>   tty: vt: decrypt magic constants in vc_is_control() (2024-02-06 14:37:39 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.9

Pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-02 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27  8:39 [GIT PULL] w1: drivers for v6.9 Krzysztof Kozlowski
2024-03-02 19:16 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®