linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Gene Chen <gene.chen.richtek@gmail.com>
To: lee.jones@linaro.org, matthias.bgg@gmail.com
Cc: gene_chen@richtek.com, linux-kernel@vger.kernel.org,
	cy_huang@richtek.com, benjamin.chao@mediatek.com,
	linux-mediatek@lists.infradead.org, Wilma.Wu@mediatek.com,
	linux-arm-kernel@lists.infradead.org, shufan_lee@richtek.com
Subject: [PATCH v5 01/10] mfd: mt6360: Rearrange include file
Date: Tue, 22 Sep 2020 18:20:09 +0800	[thread overview]
Message-ID: <1600770019-11585-2-git-send-email-gene.chen.richtek@gmail.com> (raw)
In-Reply-To: <1600770019-11585-1-git-send-email-gene.chen.richtek@gmail.com>

From: Gene Chen <gene_chen@richtek.com>

Rearrange include file without sorting by alphabet.

Signed-off-by: Gene Chen <gene_chen@richtek.com>
Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>
---
 drivers/mfd/mt6360-core.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/mfd/mt6360-core.c b/drivers/mfd/mt6360-core.c
index e9cacc2..c7a955f 100644
--- a/drivers/mfd/mt6360-core.c
+++ b/drivers/mfd/mt6360-core.c
@@ -5,15 +5,14 @@
  * Author: Gene Chen <gene_chen@richtek.com>
  */
 
+#include <linux/crc8.h>
 #include <linux/i2c.h>
-#include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/kernel.h>
 #include <linux/mfd/core.h>
 #include <linux/module.h>
-#include <linux/of_irq.h>
-#include <linux/of_platform.h>
-#include <linux/version.h>
+#include <linux/regmap.h>
+#include <linux/slab.h>
 
 #include <linux/mfd/mt6360.h>
 
-- 
2.7.4


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

  reply	other threads:[~2020-09-22 10:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-22 10:20 [PATCH v5 0/10] mfd: mt6360: Merge different sub-devices I2C read/write Gene Chen
2020-09-22 10:20 ` Gene Chen [this message]
2020-09-22 10:20 ` [PATCH v5 02/10] mfd: mt6360: Remove redundant brackets around raw numbers Gene Chen
2020-09-22 10:20 ` [PATCH v5 03/10] mfd: mt6360: Indicate sub-dev compatible name by using "-" Gene Chen
2020-09-22 10:20 ` [PATCH v5 04/10] mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360 regulator resources Gene Chen
2020-10-01  9:10   ` Lee Jones
2020-09-22 10:20 ` [PATCH v5 05/10] mfd: mt6360: Rename mt6360_pmu_data by mt6360_ddata Gene Chen
2020-09-22 10:20 ` [PATCH v5 06/10] mfd: mt6360: Rename mt6360_pmu by mt6360 Gene Chen
2020-09-22 10:20 ` [PATCH v5 07/10] mfd: mt6360: Remove handle_post_irq callback function Gene Chen
2020-09-22 10:20 ` [PATCH v5 08/10] mfd: mt6360: Fix flow which is used to check ic exist Gene Chen
2020-09-22 10:20 ` [PATCH v5 09/10] mfd: mt6360: Merge header file into driver and remove unuse register define Gene Chen
2020-10-01  9:11   ` Lee Jones
2020-09-22 10:20 ` [PATCH v5 10/10] mfd: mt6360: Merge different sub-devices I2C read/write Gene Chen
2020-10-27  9:35   ` Gene Chen
2020-11-04 15:38   ` Lee Jones

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=1600770019-11585-2-git-send-email-gene.chen.richtek@gmail.com \
    --to=gene.chen.richtek@gmail.com \
    --cc=Wilma.Wu@mediatek.com \
    --cc=benjamin.chao@mediatek.com \
    --cc=cy_huang@richtek.com \
    --cc=gene_chen@richtek.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=shufan_lee@richtek.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).