[PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-25 Thread Jani Nikula
On Thu, 24 Jan 2013, Sean Paul wrote: > +static int ptn3460_power_up(struct ptn3460_platform_data *pd) > +{ > + int ret; > + > + if (pd->gpio_pd_n > 0) > + gpio_set_value(pd->gpio_pd_n, 1); Hi Sean, just a random thing that caught my eye: last I checked 0 is a valid GPIO numbe

Re: [PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-25 Thread Jani Nikula
On Thu, 24 Jan 2013, Sean Paul wrote: > +static int ptn3460_power_up(struct ptn3460_platform_data *pd) > +{ > + int ret; > + > + if (pd->gpio_pd_n > 0) > + gpio_set_value(pd->gpio_pd_n, 1); Hi Sean, just a random thing that caught my eye: last I checked 0 is a valid GPIO numbe

[PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-24 Thread Daniel Vetter
On Thu, Jan 24, 2013 at 7:09 PM, Sean Paul wrote: > This patch adds the driver for the PTN3460 LVDS/DP bridge chip. > > The driver allows the EDID emulation to be selected from device tree, > along with specifying the GPIOs driving powerdown and reset pins. > > The chip has a bug in it such that w

[PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-24 Thread Sean Paul
On Thu, Jan 24, 2013 at 4:22 PM, Daniel Vetter wrote: > On Thu, Jan 24, 2013 at 7:09 PM, Sean Paul wrote: >> This patch adds the driver for the PTN3460 LVDS/DP bridge chip. >> >> The driver allows the EDID emulation to be selected from device tree, >> along with specifying the GPIOs driving power

Re: [PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-24 Thread Sean Paul
On Thu, Jan 24, 2013 at 4:22 PM, Daniel Vetter wrote: > On Thu, Jan 24, 2013 at 7:09 PM, Sean Paul wrote: >> This patch adds the driver for the PTN3460 LVDS/DP bridge chip. >> >> The driver allows the EDID emulation to be selected from device tree, >> along with specifying the GPIOs driving power

Re: [PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-24 Thread Daniel Vetter
On Thu, Jan 24, 2013 at 7:09 PM, Sean Paul wrote: > This patch adds the driver for the PTN3460 LVDS/DP bridge chip. > > The driver allows the EDID emulation to be selected from device tree, > along with specifying the GPIOs driving powerdown and reset pins. > > The chip has a bug in it such that w

[PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-24 Thread Sean Paul
This patch adds the driver for the PTN3460 LVDS/DP bridge chip. The driver allows the EDID emulation to be selected from device tree, along with specifying the GPIOs driving powerdown and reset pins. The chip has a bug in it such that when the powerdown and reset pins are toggled, the hotplug lin

[PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-24 Thread Sean Paul
This patch adds the driver for the PTN3460 LVDS/DP bridge chip. The driver allows the EDID emulation to be selected from device tree, along with specifying the GPIOs driving powerdown and reset pins. The chip has a bug in it such that when the powerdown and reset pins are toggled, the hotplug lin