All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] devfreq next for v5.17
       [not found] <CGME20211224064428epcas1p40282064859748cd6735279bb7274a753@epcas1p4.samsung.com>
@ 2021-12-24  7:07 ` Chanwoo Choi
  2021-12-27 15:56   ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2021-12-24  7:07 UTC (permalink / raw)
  To: Rafael J. Wysocki <rjw@rjwysocki.net>
  Cc: linux-pm@vger.kernel.org, Chanwoo Choi (samsung.com),
	Chanwoo Choi (chanwoo@kernel.org), 함명주,
	Kyungmin Park, linux-kernel@vger.kernel.org

Dear Rafael,

This is devfreq-next pull request for v5.17-rc1. 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 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

  Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-5.17

for you to fetch changes up to 4667431419e93b63b4edfe7abdfc96cefcbcc051:

  PM / devfreq: Reduce log severity for informative message (2021-12-16 11:29:54 +0900)

----------------------------------------------------------------
Update devfreq next for v5.17

Detailed description for this pull request:
1. Add new DRAM controller driver for sunXi SoCs
- Add DRAM frequency controller devfreq driver for Allwinner sunXi SoCs
in order to support dynamic frequency scaling of DRAM frequency. It
calculates the supported frequency list from source clock in the range
of full speed to quarter speed instead of devicetree.

- Add COMMON_CLK dependency to fix build error

2. Reduce log severity for informative message about frequency transition fail
----------------------------------------------------------------

Arnd Bergmann (1):
      PM / devfreq: sun8i: addd COMMON_CLK dependency

Samuel Holland (1):
      PM / devfreq: Add a driver for the sun8i/sun50i MBUS

Tzung-Bi Shih (1):
      PM / devfreq: Reduce log severity for informative message

 drivers/devfreq/Kconfig          |   9 +
 drivers/devfreq/Makefile         |   1 +
 drivers/devfreq/devfreq.c        |   4 +-
 drivers/devfreq/sun8i-a33-mbus.c | 511 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 523 insertions(+), 2 deletions(-)
 create mode 100644 drivers/devfreq/sun8i-a33-mbus.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] devfreq next for v5.17
  2021-12-24  7:07 ` [GIT PULL] devfreq next for v5.17 Chanwoo Choi
@ 2021-12-27 15:56   ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2021-12-27 15:56 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: Rafael J. Wysocki <rjw@rjwysocki.net>,
	linux-pm@vger.kernel.org, Chanwoo Choi (chanwoo@kernel.org),
	함명주, Kyungmin Park,
	linux-kernel@vger.kernel.org

On Fri, Dec 24, 2021 at 7:45 AM Chanwoo Choi <cw00.choi@samsung.com> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v5.17-rc1. 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 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:
>
>   Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-5.17
>
> for you to fetch changes up to 4667431419e93b63b4edfe7abdfc96cefcbcc051:
>
>   PM / devfreq: Reduce log severity for informative message (2021-12-16 11:29:54 +0900)
>
> ----------------------------------------------------------------
> Update devfreq next for v5.17
>
> Detailed description for this pull request:
> 1. Add new DRAM controller driver for sunXi SoCs
> - Add DRAM frequency controller devfreq driver for Allwinner sunXi SoCs
> in order to support dynamic frequency scaling of DRAM frequency. It
> calculates the supported frequency list from source clock in the range
> of full speed to quarter speed instead of devicetree.
>
> - Add COMMON_CLK dependency to fix build error
>
> 2. Reduce log severity for informative message about frequency transition fail
> ----------------------------------------------------------------
>
> Arnd Bergmann (1):
>       PM / devfreq: sun8i: addd COMMON_CLK dependency
>
> Samuel Holland (1):
>       PM / devfreq: Add a driver for the sun8i/sun50i MBUS
>
> Tzung-Bi Shih (1):
>       PM / devfreq: Reduce log severity for informative message
>
>  drivers/devfreq/Kconfig          |   9 +
>  drivers/devfreq/Makefile         |   1 +
>  drivers/devfreq/devfreq.c        |   4 +-
>  drivers/devfreq/sun8i-a33-mbus.c | 511 +++++++++++++++++++++++++++++++++++++++
>  4 files changed, 523 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/devfreq/sun8i-a33-mbus.c

Pulled, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-27 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20211224064428epcas1p40282064859748cd6735279bb7274a753@epcas1p4.samsung.com>
2021-12-24  7:07 ` [GIT PULL] devfreq next for v5.17 Chanwoo Choi
2021-12-27 15:56   ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.