lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 2 May 2023 20:29:47 -0700
From:   Dipen Patel <dipenp@...dia.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:     Dipen Patel <dipenp@...dia.com>, <timestamp@...ts.linux.dev>,
        <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] hte: Changes for v6.4-rc1

Hi Linus,

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux.git tags/for-6.4-rc1

for you to fetch changes up to ca3d1a4b419acad3fca6828884acb03614f7558b:

  hte: tegra-194: Use proper includes (2023-04-26 15:44:30 -0700)

----------------------------------------------------------------
hte: Changes for v6.4-rc1

The changes for the hte/timestamp subsystem include the following:
- Add Tegra234 HTE provider and relevant DT bindings
- Update MAINTAINERS file for the HTE subsystem

----------------------------------------------------------------
Arnd Bergmann (1):
      hte: tegra: fix 'struct of_device_id' build error

Dan Carpenter (1):
      hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()

Dipen Patel (9):
      MAINTAINERS: Add HTE/timestamp subsystem details
      dt-bindings: timestamp: Add Tegra234 support
      dt-bindings: timestamp: Deprecate nvidia,slices property
      arm64: tegra: Add Tegra234 GTE nodes
      hte: Re-phrase tegra API document
      hte: Add Tegra234 provider
      hte: Deprecate nvidia,slices property
      hte: handle nvidia,gpio-controller property
      gpio: tegra186: Add Tegra234 hte support

Linus Walleij (1):
      hte: tegra-194: Use proper includes

Rob Herring (1):
      hte: Use of_property_present() for testing DT property presence

ye xingchen (1):
      hte: Use device_match_of_node()

 .../bindings/timestamp/nvidia,tegra194-hte.yaml    |  66 +++++++-
 Documentation/driver-api/hte/index.rst             |   2 +-
 .../hte/{tegra194-hte.rst => tegra-hte.rst}        |  33 ++--
 MAINTAINERS                                        |   3 +
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           |  17 +++
 drivers/gpio/gpio-tegra186.c                       |   1 +
 drivers/hte/hte-tegra194-test.c                    |  12 +-
 drivers/hte/hte-tegra194.c                         | 169 +++++++++++++++++++--
 drivers/hte/hte.c                                  |   4 +-
 9 files changed, 260 insertions(+), 47 deletions(-)
 rename Documentation/driver-api/hte/{tegra194-hte.rst => tegra-hte.rst} (50%)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ