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-next>] [day] [month] [year] [list]
Date:   Sat,  2 Mar 2019 20:33:46 -0300
From:   Paul Cercueil <paul@...pouillou.net>
To:     Thierry Reding <thierry.reding@...il.com>,
        Daniel Lezcano <daniel.lezcano@...aro.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Ralf Baechle <ralf@...ux-mips.org>,
        Paul Burton <paul.burton@...s.com>,
        James Hogan <jhogan@...nel.org>,
        Jonathan Corbet <corbet@....net>,
        Uwe Kleine-König 
        <u.kleine-koenig@...gutronix.de>
Cc:     Mathieu Malaterre <malat@...ian.org>, od@...c.me,
        linux-pwm@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux-watchdog@...r.kernel.org,
        linux-mips@...r.kernel.org, linux-doc@...r.kernel.org,
        linux-clk@...r.kernel.org
Subject: [5.2][PATCH v10 00/27] Ingenic TCU patchset

Hi,

This is the Ingenic JZ47xx TCU patchset version 10.

Changes from v9:
- [04/27]: - The clocksource is now created unconditionally, even if the
             SoC has the better OS Timer. This gives the choice back to
	     the user.
	   - Simplify the set_rate/set_parent callbacks for the clocks
	   - Probe platform driver at subsys_initcall() instead of
	     using builtin_platform_driver_probe(), to ensure that the
	     devices are populated before the children drivers (e.g. OS
	     Timer driver) are probed.
- [05/27]: Fix incorrect mask used with regmap_update_bits, which caused
           the clocksource to be unstable on JZ4770 and JZ4780.
- [13/27]: Update commit message to reflect why "select REGMAP" was
           removed.
- [14/27]: Use a new algorithm that does not use clk_round_rate().
- [23/27] and [25/27]: Revert behaviour to what was in V8.

It has been tested and reported to be working, on the JZ4725B by me,
on the JZ4740 by Artur Rojek, and on the JZ4780 by Mathieu Malaterre.

I'd like this patchset to go through the MIPS tree, that will allow other
unrelated cleanups to follow.

Thanks,
- Paul

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ