lkml.org 
[lkml]   [2023]   [Nov]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 06/20] drivers/video/fbdev/core/fb_ddc.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.

    Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

    ---
    drivers/video/fbdev/core/fb_ddc.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/drivers/video/fbdev/core/fb_ddc.c b/drivers/video/fbdev/core/fb_ddc.c
    index 8bf5f2f54..e25143219 100644
    --- a/drivers/video/fbdev/core/fb_ddc.c
    +++ b/drivers/video/fbdev/core/fb_ddc.c
    @@ -116,7 +116,6 @@ unsigned char *fb_ddc_read(struct i2c_adapter *adapter)
    algo_data->setsda(algo_data->data, 1);
    algo_data->setscl(algo_data->data, 1);

    - adapter->class |= I2C_CLASS_DDC;
    return edid;
    }

    \
     
     \ /
      Last update: 2023-11-20 13:57    [W:4.674 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site