Re: [PATCH v15 1/3] drm: rockchip: Add basic drm driver

2016-03-14 Thread Mark yao
On 2016年03月14日 21:35, Tomeu Vizoso wrote: On 2 December 2014 at 10:15, Mark Yao wrote: diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c new file mode 100644 index 000..e7ca25b --- /dev/null +++

Re: [PATCH v2 0/5] Add Korean translation of memory-barriers.txt

2016-03-14 Thread Paul E. McKenney
On Tue, Mar 15, 2016 at 08:36:05AM +0900, Minchan Kim wrote: > On Tue, Mar 15, 2016 at 06:52:11AM +0900, SeongJae Park wrote: > > On Tue, Mar 15, 2016 at 5:17 AM, Paul E. McKenney > > wrote: > > > On Fri, Mar 11, 2016 at 12:06:55AM +0900, SeongJae Park wrote: > > >>

Re: [PATCH v2 0/5] Add Korean translation of memory-barriers.txt

2016-03-14 Thread Minchan Kim
On Tue, Mar 15, 2016 at 06:52:11AM +0900, SeongJae Park wrote: > On Tue, Mar 15, 2016 at 5:17 AM, Paul E. McKenney > wrote: > > On Fri, Mar 11, 2016 at 12:06:55AM +0900, SeongJae Park wrote: > >> This patchset aims to add Korean translation of memory-barriers document.

Re: [PATCH v2 0/5] Add Korean translation of memory-barriers.txt

2016-03-14 Thread SeongJae Park
On Tue, Mar 15, 2016 at 5:17 AM, Paul E. McKenney wrote: > On Fri, Mar 11, 2016 at 12:06:55AM +0900, SeongJae Park wrote: >> This patchset aims to add Korean translation of memory-barriers document. >> >> The patchset starts from fixing minor and trivial problems in

Re: [PATCH 1/1] hwmon: add support for Sensirion SHT3x sensors

2016-03-14 Thread Guenter Roeck
Hi Pascal, On Mon, Mar 14, 2016 at 03:28:52PM +, Pascal Sachs wrote: > Hi Guenter > > Thank you for the fast code review. > During extended testing of the updated driver we found some other minor > issues with the alert feature we would like to fix before submitting again. > Take your time

Re: [PATCH v8 08/10] tpm: Proxy driver for supporting multiple emulated TPMs

2016-03-14 Thread Jarkko Sakkinen
On Sun, Mar 13, 2016 at 06:54:38PM -0400, Stefan Berger wrote: > This patch implements a proxy driver for supporting multiple emulated TPMs > in a system. > > The driver implements a device /dev/vtpmx that is used to created > a client device pair /dev/tpmX (e.g., /dev/tpm10) and a server side

AW: [PATCH 1/1] hwmon: add support for Sensirion SHT3x sensors

2016-03-14 Thread Pascal Sachs
Hi Guenter Thank you for the fast code review. During extended testing of the updated driver we found some other minor issues with the alert feature we would like to fix before submitting again. We as well have to update our submission process, since the company mail server converts tabs to

[PATCH 2/9] serial: doc: Un-document obsolete tmpbuf_sem

2016-03-14 Thread Geert Uytterhoeven
uart_info.tmpbuf and uart_info.tmpbuf_sem were removed in v2.6.10, in full-history-linux commit a797ad7e3ae9cad4 ("[SERIAL] Clean up serial_core.c write functions."). Signed-off-by: Geert Uytterhoeven --- Documentation/serial/driver | 6 +- 1 file changed, 1

[PATCH 6/9] serial: doc: .break_ctl() is called with port->mutex() held

2016-03-14 Thread Geert Uytterhoeven
Note that mutex_lock() should not be called with interrupts disabled. Signed-off-by: Geert Uytterhoeven --- Documentation/serial/driver | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/serial/driver b/Documentation/serial/driver index

[PATCH 5/9] serial: doc: Document .set_ldisc()

2016-03-14 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- Documentation/serial/driver | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 3b2a97d5ecc79491..3b08df5bcc17e944 100644 --- a/Documentation/serial/driver +++

[PATCH 3/9] serial: doc: Document .throttle()

2016-03-14 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- Documentation/serial/driver | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 61d520dea4c6e13a..50f3d94ed50b341e 100644 --- a/Documentation/serial/driver +++

[PATCH 7/9] serial: doc: Spelling s/divsor/divisor/

2016-03-14 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- Documentation/serial/driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 09e73e061fcf795c..3706a465fe2d7427 100644 ---

[PATCH 9/9] serial: doc: Correct return type of mctrl_gpio_to_gpiod()

2016-03-14 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- Documentation/serial/driver | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/serial/driver b/Documentation/serial/driver index ba84d1f38ca1d1e6..65de49a4b39e5baf 100644 ---

[PATCH 4/9] serial: doc: Document .unthrottle()

2016-03-14 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- Documentation/serial/driver | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 50f3d94ed50b341e..3b2a97d5ecc79491 100644 --- a/Documentation/serial/driver +++

[PATCH 0/9] serial: doc: Low Level Serial API Documentation Improvements

2016-03-14 Thread Geert Uytterhoeven
Hi Russell, Greg, Jiri, Jon, This patch series contains improvements to the low level serial driver API documentation. Thanks for your comments! Geert Uytterhoeven (9): serial: doc: Un-document non-existing uart_write_console() serial: doc: Un-document obsolete tmpbuf_sem serial:

Re: [PATCH v15 1/3] drm: rockchip: Add basic drm driver

2016-03-14 Thread Tomeu Vizoso
On 2 December 2014 at 10:15, Mark Yao wrote: > diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c > b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c > new file mode 100644 > index 000..e7ca25b > --- /dev/null > +++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c >

RE: [RESEND PATCH V4 4/4] coresight-stm: adding driver for CoreSight STM component

2016-03-14 Thread Michael Williams
Reviewed-by: Michael Williams This resend addresses my earlier concerns. > -Original Message- > From: Chunyan Zhang [mailto:zhang.chun...@linaro.org] > Sent: 08 March 2016 06:34 > To: mathieu.poir...@linaro.org; alexander.shish...@linux.intel.com > Cc: Mike