All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/6] mfd: tmio: remove obsolete platform_data
Date: Fri, 9 Feb 2024 07:54:23 +0000	[thread overview]
Message-ID: <20240209075423.GC689448@google.com> (raw)
In-Reply-To: <20240209015817.14627-9-wsa+renesas@sang-engineering.com>

On Fri, 09 Feb 2024, Wolfram Sang wrote:

> With commit 8971bb812e3c ("mfd: remove toshiba tmio drivers"), all users
> of platform data for NAND and framebuffers are gone. So, remove
> definitions from the header, too.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  include/linux/mfd/tmio.h | 27 ---------------------------
>  1 file changed, 27 deletions(-)

Acked-by: Lee Jones <lee@kernel.org>

> diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
> index eace8ea6cda0..bc53323293a3 100644
> --- a/include/linux/mfd/tmio.h
> +++ b/include/linux/mfd/tmio.h
> @@ -103,31 +103,4 @@ struct tmio_mmc_data {
>  	void (*set_pwr)(struct platform_device *host, int state);
>  	void (*set_clk_div)(struct platform_device *host, int state);
>  };
> -
> -/*
> - * data for the NAND controller
> - */
> -struct tmio_nand_data {
> -	struct nand_bbt_descr	*badblock_pattern;
> -	struct mtd_partition	*partition;
> -	unsigned int		num_partitions;
> -	const char *const	*part_parsers;
> -};
> -
> -#define FBIO_TMIO_ACC_WRITE	0x7C639300
> -#define FBIO_TMIO_ACC_SYNC	0x7C639301
> -
> -struct tmio_fb_data {
> -	int			(*lcd_set_power)(struct platform_device *fb_dev,
> -						 bool on);
> -	int			(*lcd_mode)(struct platform_device *fb_dev,
> -					    const struct fb_videomode *mode);
> -	int			num_modes;
> -	struct fb_videomode	*modes;
> -
> -	/* in mm: size of screen */
> -	int			height;
> -	int			width;
> -};
> -
>  #endif
> -- 
> 2.43.0
> 

-- 
Lee Jones [李琼斯]

  reply	other threads:[~2024-02-09  7:54 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-09  1:58 [PATCH 0/6] mfd: tmio: simplify header and move to platform_data Wolfram Sang
2024-02-09  1:58 ` Wolfram Sang
2024-02-09  1:58 ` [PATCH 1/6] mfd: tmio: remove obsolete platform_data Wolfram Sang
2024-02-09  7:54   ` Lee Jones [this message]
2024-02-09  1:58 ` [PATCH 2/6] mfd: tmio: remove obsolete io accessors Wolfram Sang
2024-02-09  7:54   ` Lee Jones
2024-02-09  1:58 ` [PATCH 3/6] mmc: tmio/sdhi: fix includes Wolfram Sang
2024-02-09  1:58 ` [PATCH 4/6] mfd: tmio: update include files Wolfram Sang
2024-02-09  7:55   ` Lee Jones
2024-02-09  1:58 ` [PATCH 5/6] mfd: tmio: sanitize comments Wolfram Sang
2024-02-09  7:56   ` Lee Jones
2024-02-09  1:58 ` [PATCH 6/6] mfd: tmio: move header to platform_data Wolfram Sang
2024-02-09  1:58   ` Wolfram Sang
2024-02-09  7:56   ` Lee Jones
2024-02-09  7:56     ` Lee Jones
2024-02-13 20:52   ` John Paul Adrian Glaubitz
2024-02-13 20:52     ` John Paul Adrian Glaubitz
2024-02-09  7:58 ` [PATCH 0/6] mfd: tmio: simplify header and move " Lee Jones
2024-02-09  7:58   ` Lee Jones
2024-02-09 10:02   ` Wolfram Sang
2024-02-09 10:02     ` Wolfram Sang
2024-02-09 11:34 ` Ulf Hansson
2024-02-09 11:34   ` Ulf Hansson
2024-02-09 13:28   ` Lee Jones
2024-02-09 13:28     ` Lee Jones
2024-02-12 11:17     ` Ulf Hansson
2024-02-12 11:17       ` Ulf Hansson
2024-02-12 12:12       ` Wolfram Sang
2024-02-12 12:12         ` Wolfram Sang

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=20240209075423.GC689448@google.com \
    --to=lee@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=wsa+renesas@sang-engineering.com \
    /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.