[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <076e0a0d-ad26-490e-9784-300ed52637ca@linux.microsoft.com>
Date: Thu, 2 May 2024 15:26:36 -0700
From: Easwar Hariharan <eahariha@...ux.microsoft.com>
To: Thomas Zimmermann <tzimmermann@...e.de>,
Florian Tobias Schandinat <FlorianSchandinat@....de>,
Helge Deller <deller@....de>,
"open list:VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER"
<linux-fbdev@...r.kernel.org>,
"open list:FRAMEBUFFER LAYER" <dri-devel@...ts.freedesktop.org>,
open list <linux-kernel@...r.kernel.org>
Cc: Wolfram Sang <wsa+renesas@...g-engineering.com>,
"open list:RADEON and AMDGPU DRM DRIVERS" <amd-gfx@...ts.freedesktop.org>,
"open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS"
<intel-gfx@...ts.freedesktop.org>,
"open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS"
<intel-xe@...ts.freedesktop.org>,
"open list:DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS"
<nouveau@...ts.freedesktop.org>,
"open list:I2C SUBSYSTEM HOST DRIVERS" <linux-i2c@...r.kernel.org>,
"open list:BTTV VIDEO4LINUX DRIVER" <linux-media@...r.kernel.org>
Subject: Re: [PATCH v1 12/12] fbdev/viafb: Make I2C terminology more inclusive
On 5/2/2024 3:46 AM, Thomas Zimmermann wrote:
>
>
> Am 30.04.24 um 19:38 schrieb Easwar Hariharan:
>> I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave"
>> with more appropriate terms. Inspired by and following on to Wolfram's
>> series to fix drivers/i2c/[1], fix the terminology for users of
>> I2C_ALGOBIT bitbanging interface, now that the approved verbiage exists
>> in the specification.
>>
>> Compile tested, no functionality changes intended
>>
>> [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+renesas@sang-engineering.com/
>>
>> Signed-off-by: Easwar Hariharan <eahariha@...ux.microsoft.com>
>
> Acked-by: Thomas Zimmermann <tzimmermann@...e.de>
>
Thanks for the ack! I had been addressing feedback as I got it on the v0 series, and it seems
I missed out on updating viafb and smscufx to spec-compliant controller/target terminology like
the v0->v1 changelog calls out before posting v1.
For smscufx, I feel phrasing the following line (as an example)
> -/* sets up I2C Controller for 100 Kbps, std. speed, 7-bit addr, host,
> +/* sets up I2C Controller for 100 Kbps, std. speed, 7-bit addr, *controller*,
would actually impact readability negatively, so I propose to leave smscufx as is.
For viafb, I propose making it compliant with the spec using the controller/target terminology and
posting a v2 respin (which I can send out as soon as you say) and ask you to review again.
What do you think?
Thanks,
Easwar
>> ---
>> drivers/video/fbdev/via/chip.h | 8 ++++----
>> drivers/video/fbdev/via/dvi.c | 24 ++++++++++++------------
>> drivers/video/fbdev/via/lcd.c | 6 +++---
>> drivers/video/fbdev/via/via_aux.h | 2 +-
>> drivers/video/fbdev/via/via_i2c.c | 12 ++++++------
>> drivers/video/fbdev/via/vt1636.c | 6 +++---
>> 6 files changed, 29 insertions(+), 29 deletions(-)
>>
<snip>
Powered by blists - more mailing lists