]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c: m65xx: drop superfluous quirk structure
authorWolfram Sang <wsa@the-dreams.de>
Mon, 27 Feb 2017 19:25:05 +0000 (20:25 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 8 Mar 2017 17:03:41 +0000 (18:03 +0100)
commit1945250d979203ed326b5a44fd705b6b2c46eec5
tree8a46a3e2dee3392702e2148c05b8fd345926a6b9
parent2de3ec4f1d4ba6ee380478055104eb918bd50cce
i2c: m65xx: drop superfluous quirk structure

All length fields in Linux I2C are u16, so a HW length limitation of 16
bit lengths is not a limitation. Remove the quirk structure.

Tested-by: Jun Gao <jun.gao@mediatek.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-mt65xx.c