Hi Sean,
Something small that stood out while skimming through the design.
On 16 March 2017 at 22:08, Sean Paul seanpaul@chromium.org wrote:
struct panel_simple { struct drm_panel base;
struct panel_common common;
bool prepared; bool enabled;
There two should go ?
const struct panel_desc *desc;
struct backlight_device *backlight;
struct regulator *supply; struct i2c_adapter *ddc; struct gpio_desc *enable_gpio;
This should go as well ?
Regards, Emil