All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	abelvesa@kernel.org, festevam@gmail.com, heiko@sntech.de,
	kernel@pengutronix.de, linux-imx@nxp.com,
	mturquette@baylibre.com, peng.fan@nxp.com,
	s.hauer@pengutronix.de, shawnguo@kernel.org
Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	kernel-janitors@vger.kernel.org,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Subject: Re: [PATCH v2 4/4] clk: Remove mmask and nmask fields in struct clk_fractional_divider
Date: Wed, 05 Apr 2023 12:12:39 -0700	[thread overview]
Message-ID: <a934cd700d03416b386245c1d91502ae.sboyd@kernel.org> (raw)
In-Reply-To: <680357e5acb338433bfc94114b65b4a4ce2c99e2.1680423909.git.christophe.jaillet@wanadoo.fr>

Quoting Christophe JAILLET (2023-04-02 02:42:07)
> All users of these fields have been removed.
> They are now computed when needed with [mn]shift and [mn]width.
> 
> This shrinks the size of struct clk_fractional_divider from 72 to 56 bytes.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---

Applied to clk-next

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	abelvesa@kernel.org, festevam@gmail.com, heiko@sntech.de,
	kernel@pengutronix.de, linux-imx@nxp.com,
	mturquette@baylibre.com, peng.fan@nxp.com,
	s.hauer@pengutronix.de, shawnguo@kernel.org
Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	kernel-janitors@vger.kernel.org,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Subject: Re: [PATCH v2 4/4] clk: Remove mmask and nmask fields in struct clk_fractional_divider
Date: Wed, 05 Apr 2023 12:12:39 -0700	[thread overview]
Message-ID: <a934cd700d03416b386245c1d91502ae.sboyd@kernel.org> (raw)
In-Reply-To: <680357e5acb338433bfc94114b65b4a4ce2c99e2.1680423909.git.christophe.jaillet@wanadoo.fr>

Quoting Christophe JAILLET (2023-04-02 02:42:07)
> All users of these fields have been removed.
> They are now computed when needed with [mn]shift and [mn]width.
> 
> This shrinks the size of struct clk_fractional_divider from 72 to 56 bytes.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---

Applied to clk-next

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	abelvesa@kernel.org, festevam@gmail.com, heiko@sntech.de,
	kernel@pengutronix.de, linux-imx@nxp.com,
	mturquette@baylibre.com, peng.fan@nxp.com,
	s.hauer@pengutronix.de, shawnguo@kernel.org
Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	kernel-janitors@vger.kernel.org,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Subject: Re: [PATCH v2 4/4] clk: Remove mmask and nmask fields in struct clk_fractional_divider
Date: Wed, 05 Apr 2023 12:12:39 -0700	[thread overview]
Message-ID: <a934cd700d03416b386245c1d91502ae.sboyd@kernel.org> (raw)
In-Reply-To: <680357e5acb338433bfc94114b65b4a4ce2c99e2.1680423909.git.christophe.jaillet@wanadoo.fr>

Quoting Christophe JAILLET (2023-04-02 02:42:07)
> All users of these fields have been removed.
> They are now computed when needed with [mn]shift and [mn]width.
> 
> This shrinks the size of struct clk_fractional_divider from 72 to 56 bytes.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-04-05 19:12 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-02  9:42 [PATCH v2 0/4] clk: shrink struct clk_fractional_divider Christophe JAILLET
2023-04-02  9:42 ` Christophe JAILLET
2023-04-02  9:42 ` Christophe JAILLET
2023-04-02  9:42 ` [PATCH v2 1/4] clk: Compute masks for fractional_divider clk when needed Christophe JAILLET
2023-04-02  9:42   ` Christophe JAILLET
2023-04-02  9:42   ` Christophe JAILLET
2023-04-02 14:28   ` Heiko Stübner
2023-04-02 14:28     ` Heiko Stübner
2023-04-02 14:28     ` Heiko Stübner
2023-04-02 14:29   ` Heiko Stübner
2023-04-02 14:29     ` Heiko Stübner
2023-04-02 14:29     ` Heiko Stübner
2023-04-05 19:13   ` Stephen Boyd
2023-04-05 19:13     ` Stephen Boyd
2023-04-05 19:13     ` Stephen Boyd
2023-04-02  9:42 ` [PATCH v2 2/4] clk: imx: Remove values for mmask and nmask in struct clk_fractional_divider Christophe JAILLET
2023-04-02  9:42   ` Christophe JAILLET
2023-04-02  9:42   ` Christophe JAILLET
2023-04-03 20:39   ` Abel Vesa
2023-04-03 20:39     ` Abel Vesa
2023-04-03 20:39     ` Abel Vesa
2023-04-05 19:12   ` Stephen Boyd
2023-04-05 19:12     ` Stephen Boyd
2023-04-05 19:12     ` Stephen Boyd
2023-04-02  9:42 ` [PATCH v2 3/4] clk: rockchip: " Christophe JAILLET
2023-04-02  9:42   ` Christophe JAILLET
2023-04-02  9:42   ` Christophe JAILLET
2023-04-02 14:35   ` Heiko Stübner
2023-04-02 14:35     ` Heiko Stübner
2023-04-02 14:35     ` Heiko Stübner
2023-04-05 19:12   ` Stephen Boyd
2023-04-05 19:12     ` Stephen Boyd
2023-04-05 19:12     ` Stephen Boyd
2023-04-02  9:42 ` [PATCH v2 4/4] clk: Remove mmask and nmask fields " Christophe JAILLET
2023-04-02  9:42   ` Christophe JAILLET
2023-04-02  9:42   ` Christophe JAILLET
2023-04-02 20:19   ` Heiko Stübner
2023-04-02 20:19     ` Heiko Stübner
2023-04-02 20:19     ` Heiko Stübner
2023-04-05 19:12   ` Stephen Boyd [this message]
2023-04-05 19:12     ` Stephen Boyd
2023-04-05 19:12     ` Stephen Boyd

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=a934cd700d03416b386245c1d91502ae.sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=abelvesa@kernel.org \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=festevam@gmail.com \
    --cc=heiko@sntech.de \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=peng.fan@nxp.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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.