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
+++ b/drivers/gpu/drm/rockchip/rockchip_drm_vo
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:
> > >> This patchset aims to add Korea
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.
> >>
> >> The patchset start
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 the original
>> document that f
Hi Greg,
On Thu, Jan 07, 2016 at 03:40:56PM -0800, Greg Hackmann wrote:
> ramoops is one of the remaining places where ARM vendors still rely on
> board-specific shims. Device Tree lets us replace those shims with
> generic code.
>
> These bindings mirror the ramoops module parameters, with two
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 the original
> document that found during translation. After that, the final patch adds the
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
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 tha
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 whi
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 insertion(+), 5 deletions(-)
dif
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 3b08df5bcc17e944..09e73e06
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
+++ b/Documentation/serial/driver
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
+++ b/Documentation/serial/drive
uart_write_console() never existed, not even when the "new
uart_write_console function" was documented.
Fixes: 67ab7f596b6adbae ("[SERIAL] Update serial driver documentation")
Signed-off-by: Geert Uytterhoeven
---
Documentation/serial/driver | 5 -
1 file changed, 5 deletions(-)
diff --git
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
--- a/Documentation/serial/driver
+++ b/Documentation/s
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
+++ b/Documentation/serial/drive
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: d
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
--- a/Documentation/serial/driver
+++ b/Documentation/ser
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 3706a465fe2d7427..ba84d1f38ca1d1e6 100644
--- a/Documentation/serial/driver
+++ b/Documentation/ser
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
> @@ -0,0 +1,1455 @@
...
> +s
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 Leach; Michael Williams; Al Gr
On 03/14/2016 05:27 AM, Finn Thain wrote:
> Update kernel parameter documentation for atari_scsi, mac_scsi and
> g_NCR5380 drivers. Remove duplication.
>
> Signed-off-by: Finn Thain
>
> ---
> Documentation/scsi/g_NCR5380.txt | 17 ++-
> Documentation/scsi/scsi-parameters.txt
22 matches
Mail list logo