lkml.org 
[lkml]   [2023]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 09/20] drivers/video/fbdev/via/via_i2c.c: remove I2C_CLASS_DDC support
    Date
    After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in
    olpc_dcon there's no i2c client driver left supporting I2C_CLASS_DDC.
    Class-based device auto-detection is a legacy mechanism and shouldn't
    be used in new code. So we can remove this class completely now.

    Preferably this series should be applied via the i2c tree.

    Acked-by: Helge Deller <deller@gmx.de>
    Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
    Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

    ---
    drivers/video/fbdev/via/via_i2c.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/drivers/video/fbdev/via/via_i2c.c b/drivers/video/fbdev/via/via_i2c.c
    index c35e530e0..582502810 100644
    --- a/drivers/video/fbdev/via/via_i2c.c
    +++ b/drivers/video/fbdev/via/via_i2c.c
    @@ -201,7 +201,6 @@ static int create_i2c_bus(struct i2c_adapter *adapter,
    sprintf(adapter->name, "viafb i2c io_port idx 0x%02x",
    adap_cfg->ioport_index);
    adapter->owner = THIS_MODULE;
    - adapter->class = I2C_CLASS_DDC;
    adapter->algo_data = algo;
    if (pdev)
    adapter->dev.parent = &pdev->dev;
    \
     
     \ /
      Last update: 2023-11-23 10:42    [W:4.131 / U:0.136 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site