Re: [PATCH v2 18/24] display/sm501 display/ati: Fix to realize "i2c-ddc"

2020-06-08 Thread Philippe Mathieu-Daudé
On 5/28/20 1:04 PM, Markus Armbruster wrote: > sm501_init() and ati_vga_realize() create an "i2c-ddc" device, but > neglect to realize it. Affects machines sam460ex, shix, r2d, and > fulong2e. > > In theory, a device becomes real only on realize. In practice, the > transition from unreal to

Re: [PATCH v2 18/24] display/sm501 display/ati: Fix to realize "i2c-ddc"

2020-05-28 Thread Aleksandar Markovic
Just adding Huacai, the original author and the new maintainer for Fuloong 2E machine. 1:04 PM Čet, 28.05.2020. Markus Armbruster је написао/ла: > > sm501_init() and ati_vga_realize() create an "i2c-ddc" device, but > neglect to realize it. Affects machines sam460ex, shix, r2d, and > fulong2e.

[PATCH v2 18/24] display/sm501 display/ati: Fix to realize "i2c-ddc"

2020-05-28 Thread Markus Armbruster
sm501_init() and ati_vga_realize() create an "i2c-ddc" device, but neglect to realize it. Affects machines sam460ex, shix, r2d, and fulong2e. In theory, a device becomes real only on realize. In practice, the transition from unreal to real is a fuzzy one. The work to make a device real can be