mbox series

[V2,0/3] Introduce an attribute to choose timing setting

Message ID 1624266114-21539-1-git-send-email-kewei.xu@mediatek.com (mailing list archive)
Headers show
Series Introduce an attribute to choose timing setting | expand

Message

Kewei Xu June 21, 2021, 9:01 a.m. UTC
From 7f9f31c3e49e67e915a5137259a3f5bd62818339 Mon Sep 17 00:00:00 2001
From: Kewei Xu <kewei.xu@mediatek.com>
Date: Mon, 21 Jun 2021 16:36:09 +0800
Subject: [PATCH V2 0/3] Introduce an attribute to choose timing setting

Main changes compared to V1:
--split OFFSET_EXT_CONF into another patch.
--add attribute default-timing-adjust into dt-binding. 

Kewei Xu (3):
  i2c: mediatek: Add OFFSET_EXT_CONF setting back
  dt-bindings: i2c: add attribute default-timing-adjust
  i2c: mediatek: Isolate speed setting via dts for special devices

 .../devicetree/bindings/i2c/i2c-mt65xx.txt         |  2 +
 drivers/i2c/busses/i2c-mt65xx.c                    | 88 ++++++++++++++++++++--
 2 files changed, 83 insertions(+), 7 deletions(-)

Comments

Tzung-Bi Shih June 21, 2021, 9:44 a.m. UTC | #1
On Mon, Jun 21, 2021 at 5:03 PM <kewei.xu@mediatek.com> wrote:
> @@ -1293,8 +1355,8 @@ static int mtk_i2c_parse_dt(struct device_node *np, struct mtk_i2c *i2c)
>         i2c->have_pmic = of_property_read_bool(np, "mediatek,have-pmic");
>         i2c->use_push_pull =
>                 of_property_read_bool(np, "mediatek,use-push-pull");
> -
> -       i2c_parse_fw_timings(i2c->dev, &i2c->timing_info, true);
Looks like the patch removes the line accidentally.