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]
Message-ID: <CAJZ5v0ij+kBOCdmAbZFGiPBG0HL3VuFm1-XwqhzHr_qSDhJ_zQ@mail.gmail.com>
Date:   Mon, 17 Apr 2023 16:03:37 +0200
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Chanwoo Choi <cwchoi00@...il.com>
Cc:     "Rafael J. Wysocki" <rafael@...nel.org>,
        "open list:DEVICE FREQUENCY (DEVFREQ)" <linux-pm@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        MyungJoo Ham <myungjoo.ham@...sung.com>,
        Kyungmin Park <kyungmin.park@...sung.com>
Subject: Re: [GIT PULL] devfreq next for 6.4

On Sun, Apr 16, 2023 at 4:20 PM Chanwoo Choi <cwchoi00@...il.com> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v6.4. I add detailed description of
> this pull request on the following tag. Please pull devfreq with
> following updates.
>
> Best Regards,
> Chanwoo Choi
>
>
> The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
>
>   Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.4
>
> for you to fetch changes up to 376b1446153ca67e7028e6b9555d9b17477f568b:
>
>   PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource() (2023-04-04 00:09:32 +0900)
>
> ----------------------------------------------------------------
> Update devfreq next for v6.4
>
> Detailed description for this pull request:
> 1. Remove unneeded SRCU selection in Kconfig because it's always set from
> devfreq core.
>
> 2. Fix minor updates of devfreq drivers
> - Drop of_match_ptr macro from exynos-bus.c because this driver is always using
> the DT table for driver probe.
> - Use the preferred of_property_present instead of the low-level of_get_property
> on exynos-bus.c
> - Use devm_platform_get_and_ioream_resource on exyno-ppmu.c
> ----------------------------------------------------------------
>
> Krzysztof Kozlowski (1):
>       PM / devfreq: exyos-bus: drop of_match_ptr for ID table
>
> Paul E. McKenney (1):
>       PM / devfreq: Remove "select SRCU"
>
> Rob Herring (1):
>       PM / devfreq: exynos: Use of_property_present() for testing DT property presence
>
> Yang Li (1):
>       PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource()
>
>  drivers/devfreq/Kconfig             | 1 -
>  drivers/devfreq/event/exynos-ppmu.c | 3 +--
>  drivers/devfreq/exynos-bus.c        | 4 ++--
>  3 files changed, 3 insertions(+), 5 deletions(-)

Pulled and merged into the linux-next branch on linux-pm.git.

Thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ