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-prev] [day] [month] [year] [list]
Date:   Thu, 8 Aug 2019 23:02:57 +0000
From:   Paul Burton <paul.burton@...s.com>
To:     Paul Cercueil <paul@...pouillou.net>
CC:     Ralf Baechle <ralf@...ux-mips.org>,
        Paul Burton <pburton@...ecomp.com>,
        James Hogan <jhogan@...nel.org>,
        Jonathan Corbet <corbet@....net>,
        Lee Jones <lee.jones@...aro.org>,
        Arnd Bergmann <arnd@...db.de>,
        Daniel Lezcano <daniel.lezcano@...aro.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Michael Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...nel.org>,
        Jason Cooper <jason@...edaemon.net>,
        Marc Zyngier <marc.zyngier@....com>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
        "linux-mips@...r.kernel.org" <linux-mips@...r.kernel.org>,
        "linux-clk@...r.kernel.org" <linux-clk@...r.kernel.org>,
        "od@...c.me" <od@...c.me>, Mathieu Malaterre <malat@...ian.org>,
        "linux-mips@...r.kernel.org" <linux-mips@...r.kernel.org>
Subject: Re: [PATCH v15 00/13] TCU patchset v15

Hello,

Paul Cercueil wrote:
> Hi,
> 
> This is the V15 of my Ingenic TCU patchet.
> 
> The big change since V14 is that the custom MFD driver
> (ex patch 04/13) was dropped in favor of a small patch to syscon
> and a "simple-mfd" compatible.
> 
> The patchset was based on mips/mips-next, but all of them minus
> the last one will apply cleanly on v5.3-rc1.
> 
> Changelog:
> 
> * [02/13]: Remove info about MFD driver
> * [03/13]: Add "simple-mfd" compatible string
> * [04/13]: New patch
> * [05/13]: - Use CLK_OF_DECLARE_DRIVER since we use "simple-mfd"
>            - Use device_node_to_regmap()
> * [06/13]: Use device_node_to_regmap()
> * [07/13]: Use device_node_to_regmap()
> * [09/13]: Add "simple-mfd" compatible string
> 
> Cheers,

Series applied to mips-next.

> dt-bindings: ingenic: Add DT bindings for TCU clocks
>   commit 4bc3c420246e
>   https://git.kernel.org/mips/c/4bc3c420246e
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Reviewed-by: Rob Herring <robh@...nel.org>
>   Acked-by: Stephen Boyd <sboyd@...nel.org>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> doc: Add doc for the Ingenic TCU hardware
>   commit 97689a1a3fda
>   https://git.kernel.org/mips/c/97689a1a3fda
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> dt-bindings: Add doc for the Ingenic TCU drivers
>   commit 2e8722a5255e
>   https://git.kernel.org/mips/c/2e8722a5255e
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Reviewed-by: Rob Herring <robh@...nel.org>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> mfd/syscon: Add device_node_to_regmap()
>   commit 39233b7c6112
>   https://git.kernel.org/mips/c/39233b7c6112
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Acked-by: Arnd Bergmann <arnd@...db.de>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> clk: ingenic: Add driver for the TCU clocks
>   commit 4f89e4b8f121
>   https://git.kernel.org/mips/c/4f89e4b8f121
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Acked-by: Stephen Boyd <sboyd@...nel.org>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> irqchip: Add irq-ingenic-tcu driver
>   commit 9536eba03ec7
>   https://git.kernel.org/mips/c/9536eba03ec7
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Reviewed-by: Thomas Gleixner <tglx@...utronix.de>
>   Acked-by: Marc Zyngier <maz@...nel.org>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> clocksource: Add a new timer-ingenic driver
>   commit 34e9368301d5
>   https://git.kernel.org/mips/c/34e9368301d5
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Reviewed-by: Thomas Gleixner <tglx@...utronix.de>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> clk: jz4740: Add TCU clock
>   commit 73dd11dc1a88
>   https://git.kernel.org/mips/c/73dd11dc1a88
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Acked-by: Stephen Boyd <sboyd@...nel.org>
>   Acked-by: Rob Herring <robh@...nel.org>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> MIPS: jz4740: Add DTS nodes for the TCU drivers
>   commit 36aafdbd5288
>   https://git.kernel.org/mips/c/36aafdbd5288
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz
>   commit a68d3b052b57
>   https://git.kernel.org/mips/c/a68d3b052b57
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> MIPS: CI20: Reduce system timer and clocksource to 3 MHz
>   commit 157c887aff52
>   https://git.kernel.org/mips/c/157c887aff52
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> MIPS: GCW0: Reduce system timer and clocksource to 750 kHz
>   commit 967a7100400a
>   https://git.kernel.org/mips/c/967a7100400a
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>
> 
> MIPS: jz4740: Drop obsolete code
>   commit abc552284f6b
>   https://git.kernel.org/mips/c/abc552284f6b
>   
>   Signed-off-by: Paul Cercueil <paul@...pouillou.net>
>   Tested-by: Mathieu Malaterre <malat@...ian.org>
>   Tested-by: Artur Rojek <contact@...ur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@...s.com>

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@...s.com to report it. ]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ