lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 20 Feb 2023 19:24:08 +0800
From:   Jeremy Kerr <jk@...econstruct.com.au>
To:     Ryan Chen <ryan_chen@...eedtech.com>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Joel Stanley <joel@....id.au>,
        Andrew Jeffery <andrew@...id.au>,
        Philipp Zabel <p.zabel@...gutronix.de>,
        "openbmc@...ts.ozlabs.org" <openbmc@...ts.ozlabs.org>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        "linux-aspeed@...ts.ozlabs.org" <linux-aspeed@...ts.ozlabs.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2

Hi Ryan,

> > > +  clock-frequency:
> > > +    description:
> > > +      Desired I2C bus clock frequency in Hz. default 100khz.
> > > +
> > > +  multi-master:
> > > +    type: boolean
> > > +    description:
> > > +      states that there is another master active on this bus
> > 
> > These are common to all i2c controllers, but I see that i2c-controller.yaml
> > doesn't include them (while i2c.text does).
> > 
> > I assume we're OK to include these in the device bindings in the meantime.
> > But in that case, you may also want to include the common "smbus-alert"
> > property, which you consume in your driver.
> > 
> Since i2c.text have multi-master, smbus-alert. I don't need those two right?

Depends whether the maintainers consider i2c.text as part of the
schema, I figure. Might be best to get their input on this.


> > > +  timeout:
> > > +    type: boolean
> > > +    description: Enable i2c bus timeout for master/slave (35ms)
> > > +
> > > +  byte-mode:
> > > +    type: boolean
> > > +    description: Force i2c driver use byte mode transmit
> > > +
> > > +  buff-mode:
> > > +    type: boolean
> > > +    description: Force i2c driver use buffer mode transmit
> > 
> > These three aren't really a property of the hardware, more of the intended
> > driver configuration. Do they really belong in the DT?
> > 
> Sorry, I am confused. 
> This is hardware controller mode setting for each i2c transfer. 
> So I add it in property for change different i2c transfer mode.
> Is my mis-understand the property setting?

It depends what this is configuration is for.

Would you set the transfer mode based on the design of the board? Is
there something about the physical i2c bus wiring (or some other
hardware design choice) that would mean you use one setting over
another?

On the other hand, if it's just because of OS behaviour, then this
doesn't belong in the DT.

Maybe to help us understand: why would you ever *not* want DMA mode?
Isn't that always preferable?

Cheers,


Jeremy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ