All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: "Rafael J. Wysocki <rjw@rjwysocki.net>" <rjw@rjwysocki.net>
Cc: "linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	"Chanwoo Choi (samsung.com)" <cw00.choi@samsung.com>,
	"Chanwoo Choi (chanwoo@kernel.org)" <chanwoo@kernel.org>,
	함명주 <myungjoo.ham@samsung.com>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] devfreq next for v5.17
Date: Fri, 24 Dec 2021 16:07:40 +0900	[thread overview]
Message-ID: <09ff8415-0ebb-c8f2-026b-65af27f58f44@samsung.com> (raw)
In-Reply-To: CGME20211224064428epcas1p40282064859748cd6735279bb7274a753@epcas1p4.samsung.com

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

       reply	other threads:[~2021-12-24  6:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20211224064428epcas1p40282064859748cd6735279bb7274a753@epcas1p4.samsung.com>
2021-12-24  7:07 ` Chanwoo Choi [this message]
2021-12-27 15:56   ` [GIT PULL] devfreq next for v5.17 Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=09ff8415-0ebb-c8f2-026b-65af27f58f44@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=chanwoo@kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=rjw@rjwysocki.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.