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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0c38518c6989410eb8f2b9445f72978f@realtek.com>
Date:   Mon, 11 May 2020 09:35:21 +0000
From:   TY_Chang[張子逸] <tychang@...ltek.com>
To:     TY_Chang[張子逸] <tychang@...ltek.com>
CC:     "linus.walleij@...aro.org" <linus.walleij@...aro.org>,
        "linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Andreas Färber <afaerber@...e.de>
Subject: RE: [PATCH 0/7] pinctrl: update realtek DHC pinctrl driver

Dear all,

Please ignore these mails. I am testing git send-email by myself. 
Sorry for any inconvenience.

Best Regards,
TY Chang

-----Original Message-----
From: TY Chang [mailto:tychang@...ltek.com] 
Sent: Monday, May 11, 2020 5:25 PM
To: TY_Chang[張子逸]
Cc: linus.walleij@...aro.org; linux-gpio@...r.kernel.org; linux-kernel@...r.kernel.org; Andreas Färber
Subject: [PATCH 0/7] pinctrl: update realtek DHC pinctrl driver

Hi Andreas,

This series update realtek DHC pinctrl driver with the following details:

* add missed pins
* add pin configuration feature 
* add suspend/resume callback function
* fix the warnings checked by running scripts/checkpatch
* add realtek pinctrl documentation
* move realtek pinctrl driver to realtek directory


Cc: linus.walleij@...aro.org
Cc: linux-gpio@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Cc: Andreas Färber <afaerber@...e.de>

TY Chang (7):
  pinctrl: realtek: rtd1295: Add missed pins.
  pinctrl: realtek: rtd1295: Add pin configs.
  pinctrl: realtek: rtd1195: Add missed pins and pin configs.
  pinctrl: realtek: Add pinctrl Documentation.
  pinctrl: realtek: DHC: Fix pinctrl driver coding style.
  pinctrl: realtek: DHC: Move files to realtek directory and rename.
  pinctrl: realtek: DHC: Add suspend/resume callback function.

 .../bindings/pinctrl/reaktek,pinctrl.txt      |   9 +
 drivers/pinctrl/Kconfig                       |  10 +-
 drivers/pinctrl/Makefile                      |   2 +-
 drivers/pinctrl/pinctrl-rtd119x.c             | 383 ---------
 drivers/pinctrl/realtek/Kconfig               |  10 +
 drivers/pinctrl/realtek/Makefile              |   3 +
 drivers/pinctrl/realtek/pinctrl-rtd.c         | 600 +++++++++++++
 .../pinctrl/{ => realtek}/pinctrl-rtd1195.h   | 490 ++++++++---
 .../pinctrl/{ => realtek}/pinctrl-rtd1295.h   | 805 +++++++++++++++---
 9 files changed, 1679 insertions(+), 633 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/reaktek,pinctrl.txt
 delete mode 100644 drivers/pinctrl/pinctrl-rtd119x.c
 create mode 100644 drivers/pinctrl/realtek/Kconfig
 create mode 100644 drivers/pinctrl/realtek/Makefile
 create mode 100644 drivers/pinctrl/realtek/pinctrl-rtd.c
 rename drivers/pinctrl/{ => realtek}/pinctrl-rtd1195.h (64%)
 rename drivers/pinctrl/{ => realtek}/pinctrl-rtd1295.h (62%)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ