All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] *** SUBJECT HERE ***
@ 2015-01-03  8:36 jitendra kumar khasdev
  2015-01-03  8:36 ` [PATCH 1/5] Staging: comedi: fix line over 80 characters warning jitendra kumar khasdev
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: jitendra kumar khasdev @ 2015-01-03  8:36 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh
  Cc: devel, linux-kernel, pankaj.saraf, jitendra kumar khasdev

*** BLURB HERE ***

jitendra kumar khasdev (5):
  Staging: comedi: fix line over 80 characters warning
  Staging: comedi: fix line over 80 characters warning
  Staging: comedi: fix line over 80 characters warning
  Staging: comedi: fix line over 80 characters warning
  Staging: comedi: fix line over 80 characters warning

 drivers/staging/comedi/drivers/pcl812.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 1/5] Staging: comedi: fix line over 80 characters warning
  2015-01-03  8:36 [PATCH 0/5] *** SUBJECT HERE *** jitendra kumar khasdev
@ 2015-01-03  8:36 ` jitendra kumar khasdev
  2015-01-03 12:20   ` Sudip Mukherjee
  2015-01-03  8:36 ` [PATCH 2/5] " jitendra kumar khasdev
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 17+ messages in thread
From: jitendra kumar khasdev @ 2015-01-03  8:36 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh
  Cc: devel, linux-kernel, pankaj.saraf, jitendra kumar khasdev

This is patch to file pcl812.c that fix up warning line
over 80 character which is found by checkpatch tool.

Singed-off-by: Jitendra Kumar Khasdev <jkhasdev@gmail.com>
---
 drivers/staging/comedi/drivers/pcl812.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/pcl812.c b/drivers/staging/comedi/drivers/pcl812.c
index ac243ca..24eb601 100644
--- a/drivers/staging/comedi/drivers/pcl812.c
+++ b/drivers/staging/comedi/drivers/pcl812.c
@@ -510,7 +510,8 @@ struct pcl812_private {
 	unsigned char dma;	/*  >0 use dma ( usedDMA channel) */
 	unsigned char range_correction;	/*  =1 we must add 1 to range number */
 	unsigned int last_ai_chanspec;
-	unsigned char mode_reg_int;	/*  there is stored INT number for some card */
+	unsigned char mode_reg_int;	/*  there is stored INT number
+					    for some card */
 	unsigned int ai_poll_ptr;	/*  how many sampes transfer poll */
 	unsigned int dmapages;
 	unsigned int hwdmasize;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 2/5] Staging: comedi: fix line over 80 characters warning
  2015-01-03  8:36 [PATCH 0/5] *** SUBJECT HERE *** jitendra kumar khasdev
  2015-01-03  8:36 ` [PATCH 1/5] Staging: comedi: fix line over 80 characters warning jitendra kumar khasdev
@ 2015-01-03  8:36 ` jitendra kumar khasdev
  2015-01-03  8:36 ` [PATCH 3/5] " jitendra kumar khasdev
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 17+ messages in thread
From: jitendra kumar khasdev @ 2015-01-03  8:36 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh
  Cc: devel, linux-kernel, pankaj.saraf, jitendra kumar khasdev

This is patch to file pcl812.c that fix up warning line
over 80 character which is found by checkpatch tool.

Singed-off-by: Jitendra Kumar Khasdev <jkhasdev@gmail.com>
---
 drivers/staging/comedi/drivers/pcl812.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/pcl812.c b/drivers/staging/comedi/drivers/pcl812.c
index 24eb601..069af70 100644
--- a/drivers/staging/comedi/drivers/pcl812.c
+++ b/drivers/staging/comedi/drivers/pcl812.c
@@ -519,7 +519,9 @@ struct pcl812_private {
 	unsigned int hwdmaptr[2];	/*  HW PTR to DMA buf */
 	unsigned int dmabytestomove[2];	/*  how many bytes DMA transfer */
 	int next_dma_buf;	/*  which buffer is next to use */
-	unsigned int dma_runs_to_end;	/*  how many times we must switch DMA buffers */
+	unsigned int dma_runs_to_end;	/*  how many times we must switch
+					 *  DMA buffers
+					 */
 	unsigned int last_dma_run;	/*  how many bytes to transfer on last DMA buffer */
 	unsigned int max_812_ai_mode0_rangewait;	/*  setling time for gain */
 	unsigned int divisor1;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 3/5] Staging: comedi: fix line over 80 characters warning
  2015-01-03  8:36 [PATCH 0/5] *** SUBJECT HERE *** jitendra kumar khasdev
  2015-01-03  8:36 ` [PATCH 1/5] Staging: comedi: fix line over 80 characters warning jitendra kumar khasdev
  2015-01-03  8:36 ` [PATCH 2/5] " jitendra kumar khasdev
@ 2015-01-03  8:36 ` jitendra kumar khasdev
  2015-01-03  8:36 ` [PATCH 4/5] " jitendra kumar khasdev
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 17+ messages in thread
From: jitendra kumar khasdev @ 2015-01-03  8:36 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh
  Cc: devel, linux-kernel, pankaj.saraf, jitendra kumar khasdev

This is patch to file pcl812.c that fix up warning line
over 80 character which is found by checkpatch tool.

Singed-off-by: Jitendra Kumar Khasdev <jkhasdev@gmail.com>
---
 drivers/staging/comedi/drivers/pcl812.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/pcl812.c b/drivers/staging/comedi/drivers/pcl812.c
index 069af70..aae934e7 100644
--- a/drivers/staging/comedi/drivers/pcl812.c
+++ b/drivers/staging/comedi/drivers/pcl812.c
@@ -522,7 +522,9 @@ struct pcl812_private {
 	unsigned int dma_runs_to_end;	/*  how many times we must switch
 					 *  DMA buffers
 					 */
-	unsigned int last_dma_run;	/*  how many bytes to transfer on last DMA buffer */
+	unsigned int last_dma_run;	/*  how many bytes to transfer on last
+					 *  DMA buffer
+					 */
 	unsigned int max_812_ai_mode0_rangewait;	/*  setling time for gain */
 	unsigned int divisor1;
 	unsigned int divisor2;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 4/5] Staging: comedi: fix line over 80 characters warning
  2015-01-03  8:36 [PATCH 0/5] *** SUBJECT HERE *** jitendra kumar khasdev
                   ` (2 preceding siblings ...)
  2015-01-03  8:36 ` [PATCH 3/5] " jitendra kumar khasdev
@ 2015-01-03  8:36 ` jitendra kumar khasdev
  2015-01-03  8:36 ` [PATCH 5/5] " jitendra kumar khasdev
  2015-01-03 16:45 ` [PATCH 0/5] *** SUBJECT HERE *** Greg KH
  5 siblings, 0 replies; 17+ messages in thread
From: jitendra kumar khasdev @ 2015-01-03  8:36 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh
  Cc: devel, linux-kernel, pankaj.saraf, jitendra kumar khasdev

This is patch to file pcl812.c that fix up warning line
over 80 character which is found by checkpatch tool.

Singed-off-by: Jitendra Kumar Khasdev <jkhasdev@gmail.com>
---
 drivers/staging/comedi/drivers/pcl812.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/pcl812.c b/drivers/staging/comedi/drivers/pcl812.c
index aae934e7..5aeb695 100644
--- a/drivers/staging/comedi/drivers/pcl812.c
+++ b/drivers/staging/comedi/drivers/pcl812.c
@@ -525,7 +525,7 @@ struct pcl812_private {
 	unsigned int last_dma_run;	/*  how many bytes to transfer on last
 					 *  DMA buffer
 					 */
-	unsigned int max_812_ai_mode0_rangewait;	/*  setling time for gain */
+	unsigned int max_812_ai_mode0_rangewait; /*  setling time for gain */
 	unsigned int divisor1;
 	unsigned int divisor2;
 	unsigned int use_diff:1;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 5/5] Staging: comedi: fix line over 80 characters warning
  2015-01-03  8:36 [PATCH 0/5] *** SUBJECT HERE *** jitendra kumar khasdev
                   ` (3 preceding siblings ...)
  2015-01-03  8:36 ` [PATCH 4/5] " jitendra kumar khasdev
@ 2015-01-03  8:36 ` jitendra kumar khasdev
  2015-01-03 16:45 ` [PATCH 0/5] *** SUBJECT HERE *** Greg KH
  5 siblings, 0 replies; 17+ messages in thread
From: jitendra kumar khasdev @ 2015-01-03  8:36 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh
  Cc: devel, linux-kernel, pankaj.saraf, jitendra kumar khasdev

This is patch to file pcl812.c that fix up warning line
over 80 character which is found by checkpatch tool.

Singed-off-by: Jitendra Kumar Khasdev <jkhasdev@gmail.com>
---
 drivers/staging/comedi/drivers/pcl812.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/pcl812.c b/drivers/staging/comedi/drivers/pcl812.c
index 5aeb695..f06347f 100644
--- a/drivers/staging/comedi/drivers/pcl812.c
+++ b/drivers/staging/comedi/drivers/pcl812.c
@@ -1240,7 +1240,7 @@ static int pcl812_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 		for (i = 0; i < 2; i++) {
 			unsigned long dmabuf;
 
-			dmabuf =  __get_dma_pages(GFP_KERNEL, devpriv->dmapages);
+			dmabuf = __get_dma_pages(GFP_KERNEL, devpriv->dmapages);
 			if (!dmabuf)
 				return -ENOMEM;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/5] Staging: comedi: fix line over 80 characters warning
  2015-01-03  8:36 ` [PATCH 1/5] Staging: comedi: fix line over 80 characters warning jitendra kumar khasdev
@ 2015-01-03 12:20   ` Sudip Mukherjee
  0 siblings, 0 replies; 17+ messages in thread
From: Sudip Mukherjee @ 2015-01-03 12:20 UTC (permalink / raw)
  To: jitendra kumar khasdev
  Cc: abbotti, hsweeten, gregkh, devel, linux-kernel, pankaj.saraf

On Sat, Jan 03, 2015 at 02:06:23PM +0530, jitendra kumar khasdev wrote:
> This is patch to file pcl812.c that fix up warning line
> over 80 character which is found by checkpatch tool.
> 
> Singed-off-by: Jitendra Kumar Khasdev <jkhasdev@gmail.com>

what is Singed-off ??? why you are doing Signed-off manually? let git do it..

thanks
sudip

> ---
>  drivers/staging/comedi/drivers/pcl812.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/comedi/drivers/pcl812.c b/drivers/staging/comedi/drivers/pcl812.c
> index ac243ca..24eb601 100644
> --- a/drivers/staging/comedi/drivers/pcl812.c
> +++ b/drivers/staging/comedi/drivers/pcl812.c
> @@ -510,7 +510,8 @@ struct pcl812_private {
>  	unsigned char dma;	/*  >0 use dma ( usedDMA channel) */
>  	unsigned char range_correction;	/*  =1 we must add 1 to range number */
>  	unsigned int last_ai_chanspec;
> -	unsigned char mode_reg_int;	/*  there is stored INT number for some card */
> +	unsigned char mode_reg_int;	/*  there is stored INT number
> +					    for some card */
>  	unsigned int ai_poll_ptr;	/*  how many sampes transfer poll */
>  	unsigned int dmapages;
>  	unsigned int hwdmasize;
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/5] *** SUBJECT HERE ***
  2015-01-03  8:36 [PATCH 0/5] *** SUBJECT HERE *** jitendra kumar khasdev
                   ` (4 preceding siblings ...)
  2015-01-03  8:36 ` [PATCH 5/5] " jitendra kumar khasdev
@ 2015-01-03 16:45 ` Greg KH
  2015-01-03 22:54   ` Paul Bolle
  5 siblings, 1 reply; 17+ messages in thread
From: Greg KH @ 2015-01-03 16:45 UTC (permalink / raw)
  To: jitendra kumar khasdev
  Cc: abbotti, hsweeten, devel, pankaj.saraf, linux-kernel

On Sat, Jan 03, 2015 at 02:06:22PM +0530, jitendra kumar khasdev wrote:
> *** BLURB HERE ***

What blurb?  What subject?


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/5] *** SUBJECT HERE ***
  2015-01-03 16:45 ` [PATCH 0/5] *** SUBJECT HERE *** Greg KH
@ 2015-01-03 22:54   ` Paul Bolle
  2015-01-04  1:41     ` Konrad Zapalowicz
  0 siblings, 1 reply; 17+ messages in thread
From: Paul Bolle @ 2015-01-03 22:54 UTC (permalink / raw)
  To: Greg KH
  Cc: jitendra kumar khasdev, abbotti, hsweeten, devel, pankaj.saraf,
	linux-kernel

On Sat, 2015-01-03 at 08:45 -0800, Greg KH wrote:
> On Sat, Jan 03, 2015 at 02:06:22PM +0530, jitendra kumar khasdev wrote:
> > *** BLURB HERE ***
> 
> What blurb?  What subject?

jitendra used git-send-email to send this series. You'd expect
git-send-email to die with an error if the cover letter, which it should
see first, still contains these "*** [...] HERE ***" markers. What's the
reason it doesn't do that?


Paul Bolle


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/5] *** SUBJECT HERE ***
  2015-01-03 22:54   ` Paul Bolle
@ 2015-01-04  1:41     ` Konrad Zapalowicz
  2015-01-05 22:18       ` Paul Bolle
  0 siblings, 1 reply; 17+ messages in thread
From: Konrad Zapalowicz @ 2015-01-04  1:41 UTC (permalink / raw)
  To: Paul Bolle
  Cc: Greg KH, devel, pankaj.saraf, linux-kernel, abbotti,
	jitendra kumar khasdev

On 01/03, Paul Bolle wrote:
> On Sat, 2015-01-03 at 08:45 -0800, Greg KH wrote:
> > On Sat, Jan 03, 2015 at 02:06:22PM +0530, jitendra kumar khasdev wrote:
> > > *** BLURB HERE ***
> > 
> > What blurb?  What subject?
> 
> jitendra used git-send-email to send this series. You'd expect
> git-send-email to die with an error if the cover letter, which it should
> see first, still contains these "*** [...] HERE ***" markers. What's the
> reason it doesn't do that?

git send-email does one thing and one thing only - sends stuff via
email. I do not see why it should parse the emails and decide whether to
complete the operation or break based on what is in the emails. It could
warn though however since the cover letter is a product of different
command introducing this logic would tightly couple those which is not
good.

I guess that it is better that people who send stuff acctually care what
they are sending. I mean that pretty quickly you learn to send the
series of patches first to yourself and review before it goes out to the
public.
 
> 
> Paul Bolle
> 
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/5] *** SUBJECT HERE ***
  2015-01-04  1:41     ` Konrad Zapalowicz
@ 2015-01-05 22:18       ` Paul Bolle
  0 siblings, 0 replies; 17+ messages in thread
From: Paul Bolle @ 2015-01-05 22:18 UTC (permalink / raw)
  To: Konrad Zapalowicz
  Cc: Greg KH, devel, pankaj.saraf, linux-kernel, abbotti,
	jitendra kumar khasdev

On Sun, 2015-01-04 at 02:41 +0100, Konrad Zapalowicz wrote:
> git send-email does one thing and one thing only - sends stuff via
> email. I do not see why it should parse the emails and decide whether to
> complete the operation or break based on what is in the emails.

It already has to parse the file(s) it's provided with. Perhaps it
already has checks to validate Subject: lines. Would an extra test be a
burden?

> It could
> warn though however since the cover letter is a product of different
> command introducing this logic would tightly couple those which is not
> good.

A warning would be too late: the message with the silly subject would be
already sent out.

> I guess that it is better that people who send stuff acctually care what
> they are sending. I mean that pretty quickly you learn to send the
> series of patches first to yourself and review before it goes out to the
> public.

It's good if people are careful. It's also good if programs help to
avoid silly mistakes.


Paul Bolle


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/5] *** SUBJECT HERE ***
  2019-03-23 12:53 Cristian Sicilia
@ 2019-03-23 19:24 ` Matt Ranostay
  0 siblings, 0 replies; 17+ messages in thread
From: Matt Ranostay @ 2019-03-23 19:24 UTC (permalink / raw)
  To: Cristian Sicilia
  Cc: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Hartmut Knaack, Peter Meerwald-Stadler, Greg Kroah-Hartman,
	linux-iio, devel, linux-kernel

You may want to change "*** SUBJECT HERE ***"  in the future :)

- Matt

On Sat, Mar 23, 2019 at 5:53 AM Cristian Sicilia
<sicilia.cristian@gmail.com> wrote:
>
> Some source refactoring, parameters aligment and camel case clearing.
>
> Replacement of bool to bitfield in a struct, but not found
> the population to check if it is done correctly.
>
> Cristian Sicilia (5):
>   staging: iio: adc: Tab alignment
>   staging: iio: adc: Converted bool to bitfield format
>   staging: iio: adc: Avoid precedence issues in macro
>   staging: iio: adc: Adding temp var to improve readability
>   staging: iio: adc: Remove CamelCase notation
>
>  drivers/staging/iio/adc/ad7192.h  |  16 +++---
>  drivers/staging/iio/adc/ad7280a.c | 109 ++++++++++++++++++--------------------
>  2 files changed, 60 insertions(+), 65 deletions(-)
>
> --
> 2.7.4
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 0/5] *** SUBJECT HERE ***
@ 2019-03-23 12:53 Cristian Sicilia
  2019-03-23 19:24 ` Matt Ranostay
  0 siblings, 1 reply; 17+ messages in thread
From: Cristian Sicilia @ 2019-03-23 12:53 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Hartmut Knaack, Peter Meerwald-Stadler, Greg Kroah-Hartman
  Cc: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Hartmut Knaack, Peter Meerwald-Stadler, Greg Kroah-Hartman,
	linux-iio, devel, linux-kernel

Some source refactoring, parameters aligment and camel case clearing.

Replacement of bool to bitfield in a struct, but not found
the population to check if it is done correctly.

Cristian Sicilia (5):
  staging: iio: adc: Tab alignment
  staging: iio: adc: Converted bool to bitfield format
  staging: iio: adc: Avoid precedence issues in macro
  staging: iio: adc: Adding temp var to improve readability
  staging: iio: adc: Remove CamelCase notation

 drivers/staging/iio/adc/ad7192.h  |  16 +++---
 drivers/staging/iio/adc/ad7280a.c | 109 ++++++++++++++++++--------------------
 2 files changed, 60 insertions(+), 65 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/5] *** SUBJECT HERE ***
  2012-01-26 20:11 Chase Maupin
  2012-01-26 20:12 ` Maupin, Chase
@ 2012-01-31 16:22 ` Maupin, Chase
  1 sibling, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2012-01-31 16:22 UTC (permalink / raw)
  To: Maupin, Chase, meta-ti

OK, so based on the layer decisions made, please ignore these patches as they will be relocated to meta-arago.  I will submit updated patches to remove matrix and others from meta-ti as well.

Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/ 


> -----Original Message-----
> From: Maupin, Chase
> Sent: Thursday, January 26, 2012 2:11 PM
> To: meta-ti@yoctoproject.org
> Cc: Maupin, Chase
> Subject: [PATCH 0/5] *** SUBJECT HERE ***
> 
> This patch set replaces the previous patches that were submitted.
> The patches were re-ordered because the dependency between
> applications
> such as arm-benchmarks and the matrix-gui-xxxx packages was
> reworked
> such that we want to patch in the benchmarks first.
> 
> This was done to bring consistency to how matrix applications were
> added.
> 
> Chase Maupin (5):
>   arm-benchmarks: port of am-benchmarks from arago
>   am-sysinfo: port to latest version from arago
>   matrix-gui-browser: port from arago overlay
>   refresh-screen: add package from arago
>   matrix-gui: update to latest version
> 
>  recipes-bsp/ti/am-sysinfo_svn.bb                   |   23 -----
>  recipes-ti/am-sysinfo/am-sysinfo_svn.bb            |   29 ++++++
>  recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb    |   24 +++++
>  recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb       |   18 ----
>  recipes-ti/matrix/matrix-gui-3d-demos_2.0.bb       |   22 ++++
>  recipes-ti/matrix/matrix-gui-apps-git.inc          |   10 ++
>  recipes-ti/matrix/matrix-gui-apps-images_2.0.bb    |   20 ++++
>  .../matrix/matrix-gui-armbenchmarks-demos_2.0.bb   |   17 +++
>  recipes-ti/matrix/matrix-gui-browser_2.0.bb        |   24 +++++
>  .../matrix/matrix-gui-camera-loopback_2.0.bb       |   18 ++++
>  ...-gui-clocks_1.1.bb => matrix-gui-clocks_2.0.bb} |   18 ++--
>  recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb    |   17 ---
>  recipes-ti/matrix/matrix-gui-crypto-demos_1.2.bb   |   19 ----
>  recipes-ti/matrix/matrix-gui-crypto-demos_2.0.bb   |   17 +++
>  .../matrix/matrix-gui-display-control_1.0.bb       |   21 ----
>  .../matrix/matrix-gui-display-control_2.0.bb       |   18 ++++
>  .../matrix/matrix-gui-multimedia-demos_2.0.bb      |   17 +++
>  recipes-ti/matrix/matrix-gui-oprofile-demos_2.0.bb |   17 +++
>  recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb       |   21 ----
>  recipes-ti/matrix/matrix-gui-pm-demos_2.0.bb       |   17 +++
>  recipes-ti/matrix/matrix-gui-pru-demos_2.0.bb      |   17 +++
>  recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb      |   20 ----
>  recipes-ti/matrix/matrix-gui-qt4-demos_2.0.bb      |   17 +++
>  recipes-ti/matrix/matrix-gui-settings-demos_2.0.bb |   17 +++
>  recipes-ti/matrix/matrix-gui-submenus_1.0.bb       |  105 --------
> ------------
>  recipes-ti/matrix/matrix-gui-submenus_2.0.bb       |   50
> +++++++++
>  recipes-ti/matrix/matrix-gui-usb-demos_2.0.bb      |   17 +++
>  recipes-ti/matrix/matrix-gui-v4l2-demos_2.0.bb     |   17 +++
>  recipes-ti/matrix/matrix-gui-wifi-demos_1.1.bb     |   19 ----
>  recipes-ti/matrix/matrix-gui-wifi-demos_2.0.bb     |   17 +++
>  recipes-ti/matrix/matrix-gui/init                  |   57
> ++++++++---
>  recipes-ti/matrix/matrix-gui_2.0.bb                |   39 ++++++-
>  recipes-ti/matrix/refresh-screen_2.0.bb            |   25 +++++
>  33 files changed, 508 insertions(+), 296 deletions(-)
>  delete mode 100644 recipes-bsp/ti/am-sysinfo_svn.bb
>  create mode 100644 recipes-ti/am-sysinfo/am-sysinfo_svn.bb
>  create mode 100644 recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-3d-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-apps-git.inc
>  create mode 100644 recipes-ti/matrix/matrix-gui-apps-images_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-armbenchmarks-
> demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-browser_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-camera-
> loopback_2.0.bb
>  rename recipes-ti/matrix/{matrix-gui-clocks_1.1.bb => matrix-gui-
> clocks_2.0.bb} (66%)
>  delete mode 100644 recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-crypto-
> demos_1.2.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-crypto-
> demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-display-
> control_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-display-
> control_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-multimedia-
> demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-oprofile-
> demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-pm-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-pru-demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-qt4-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-settings-
> demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-submenus_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-submenus_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-usb-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-v4l2-demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-wifi-demos_1.1.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-wifi-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/refresh-screen_2.0.bb



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/5] *** SUBJECT HERE ***
  2012-01-26 20:11 Chase Maupin
@ 2012-01-26 20:12 ` Maupin, Chase
  2012-01-31 16:22 ` Maupin, Chase
  1 sibling, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2012-01-26 20:12 UTC (permalink / raw)
  To: Maupin, Chase, meta-ti

Sorry, I'm new to cover letters and it looks like I messed this up a little

Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/ 


> -----Original Message-----
> From: Maupin, Chase
> Sent: Thursday, January 26, 2012 2:11 PM
> To: meta-ti@yoctoproject.org
> Cc: Maupin, Chase
> Subject: [PATCH 0/5] *** SUBJECT HERE ***
> 
> This patch set replaces the previous patches that were submitted.
> The patches were re-ordered because the dependency between
> applications
> such as arm-benchmarks and the matrix-gui-xxxx packages was
> reworked
> such that we want to patch in the benchmarks first.
> 
> This was done to bring consistency to how matrix applications were
> added.
> 
> Chase Maupin (5):
>   arm-benchmarks: port of am-benchmarks from arago
>   am-sysinfo: port to latest version from arago
>   matrix-gui-browser: port from arago overlay
>   refresh-screen: add package from arago
>   matrix-gui: update to latest version
> 
>  recipes-bsp/ti/am-sysinfo_svn.bb                   |   23 -----
>  recipes-ti/am-sysinfo/am-sysinfo_svn.bb            |   29 ++++++
>  recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb    |   24 +++++
>  recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb       |   18 ----
>  recipes-ti/matrix/matrix-gui-3d-demos_2.0.bb       |   22 ++++
>  recipes-ti/matrix/matrix-gui-apps-git.inc          |   10 ++
>  recipes-ti/matrix/matrix-gui-apps-images_2.0.bb    |   20 ++++
>  .../matrix/matrix-gui-armbenchmarks-demos_2.0.bb   |   17 +++
>  recipes-ti/matrix/matrix-gui-browser_2.0.bb        |   24 +++++
>  .../matrix/matrix-gui-camera-loopback_2.0.bb       |   18 ++++
>  ...-gui-clocks_1.1.bb => matrix-gui-clocks_2.0.bb} |   18 ++--
>  recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb    |   17 ---
>  recipes-ti/matrix/matrix-gui-crypto-demos_1.2.bb   |   19 ----
>  recipes-ti/matrix/matrix-gui-crypto-demos_2.0.bb   |   17 +++
>  .../matrix/matrix-gui-display-control_1.0.bb       |   21 ----
>  .../matrix/matrix-gui-display-control_2.0.bb       |   18 ++++
>  .../matrix/matrix-gui-multimedia-demos_2.0.bb      |   17 +++
>  recipes-ti/matrix/matrix-gui-oprofile-demos_2.0.bb |   17 +++
>  recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb       |   21 ----
>  recipes-ti/matrix/matrix-gui-pm-demos_2.0.bb       |   17 +++
>  recipes-ti/matrix/matrix-gui-pru-demos_2.0.bb      |   17 +++
>  recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb      |   20 ----
>  recipes-ti/matrix/matrix-gui-qt4-demos_2.0.bb      |   17 +++
>  recipes-ti/matrix/matrix-gui-settings-demos_2.0.bb |   17 +++
>  recipes-ti/matrix/matrix-gui-submenus_1.0.bb       |  105 --------
> ------------
>  recipes-ti/matrix/matrix-gui-submenus_2.0.bb       |   50
> +++++++++
>  recipes-ti/matrix/matrix-gui-usb-demos_2.0.bb      |   17 +++
>  recipes-ti/matrix/matrix-gui-v4l2-demos_2.0.bb     |   17 +++
>  recipes-ti/matrix/matrix-gui-wifi-demos_1.1.bb     |   19 ----
>  recipes-ti/matrix/matrix-gui-wifi-demos_2.0.bb     |   17 +++
>  recipes-ti/matrix/matrix-gui/init                  |   57
> ++++++++---
>  recipes-ti/matrix/matrix-gui_2.0.bb                |   39 ++++++-
>  recipes-ti/matrix/refresh-screen_2.0.bb            |   25 +++++
>  33 files changed, 508 insertions(+), 296 deletions(-)
>  delete mode 100644 recipes-bsp/ti/am-sysinfo_svn.bb
>  create mode 100644 recipes-ti/am-sysinfo/am-sysinfo_svn.bb
>  create mode 100644 recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-3d-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-apps-git.inc
>  create mode 100644 recipes-ti/matrix/matrix-gui-apps-images_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-armbenchmarks-
> demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-browser_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-camera-
> loopback_2.0.bb
>  rename recipes-ti/matrix/{matrix-gui-clocks_1.1.bb => matrix-gui-
> clocks_2.0.bb} (66%)
>  delete mode 100644 recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-crypto-
> demos_1.2.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-crypto-
> demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-display-
> control_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-display-
> control_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-multimedia-
> demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-oprofile-
> demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-pm-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-pru-demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-qt4-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-settings-
> demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-submenus_1.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-submenus_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-usb-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-v4l2-demos_2.0.bb
>  delete mode 100644 recipes-ti/matrix/matrix-gui-wifi-demos_1.1.bb
>  create mode 100644 recipes-ti/matrix/matrix-gui-wifi-demos_2.0.bb
>  create mode 100644 recipes-ti/matrix/refresh-screen_2.0.bb



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 0/5] *** SUBJECT HERE ***
@ 2012-01-26 20:11 Chase Maupin
  2012-01-26 20:12 ` Maupin, Chase
  2012-01-31 16:22 ` Maupin, Chase
  0 siblings, 2 replies; 17+ messages in thread
From: Chase Maupin @ 2012-01-26 20:11 UTC (permalink / raw)
  To: meta-ti

This patch set replaces the previous patches that were submitted.
The patches were re-ordered because the dependency between applications
such as arm-benchmarks and the matrix-gui-xxxx packages was reworked
such that we want to patch in the benchmarks first.

This was done to bring consistency to how matrix applications were
added.

Chase Maupin (5):
  arm-benchmarks: port of am-benchmarks from arago
  am-sysinfo: port to latest version from arago
  matrix-gui-browser: port from arago overlay
  refresh-screen: add package from arago
  matrix-gui: update to latest version

 recipes-bsp/ti/am-sysinfo_svn.bb                   |   23 -----
 recipes-ti/am-sysinfo/am-sysinfo_svn.bb            |   29 ++++++
 recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb    |   24 +++++
 recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb       |   18 ----
 recipes-ti/matrix/matrix-gui-3d-demos_2.0.bb       |   22 ++++
 recipes-ti/matrix/matrix-gui-apps-git.inc          |   10 ++
 recipes-ti/matrix/matrix-gui-apps-images_2.0.bb    |   20 ++++
 .../matrix/matrix-gui-armbenchmarks-demos_2.0.bb   |   17 +++
 recipes-ti/matrix/matrix-gui-browser_2.0.bb        |   24 +++++
 .../matrix/matrix-gui-camera-loopback_2.0.bb       |   18 ++++
 ...-gui-clocks_1.1.bb => matrix-gui-clocks_2.0.bb} |   18 ++--
 recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb    |   17 ---
 recipes-ti/matrix/matrix-gui-crypto-demos_1.2.bb   |   19 ----
 recipes-ti/matrix/matrix-gui-crypto-demos_2.0.bb   |   17 +++
 .../matrix/matrix-gui-display-control_1.0.bb       |   21 ----
 .../matrix/matrix-gui-display-control_2.0.bb       |   18 ++++
 .../matrix/matrix-gui-multimedia-demos_2.0.bb      |   17 +++
 recipes-ti/matrix/matrix-gui-oprofile-demos_2.0.bb |   17 +++
 recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb       |   21 ----
 recipes-ti/matrix/matrix-gui-pm-demos_2.0.bb       |   17 +++
 recipes-ti/matrix/matrix-gui-pru-demos_2.0.bb      |   17 +++
 recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb      |   20 ----
 recipes-ti/matrix/matrix-gui-qt4-demos_2.0.bb      |   17 +++
 recipes-ti/matrix/matrix-gui-settings-demos_2.0.bb |   17 +++
 recipes-ti/matrix/matrix-gui-submenus_1.0.bb       |  105 --------------------
 recipes-ti/matrix/matrix-gui-submenus_2.0.bb       |   50 +++++++++
 recipes-ti/matrix/matrix-gui-usb-demos_2.0.bb      |   17 +++
 recipes-ti/matrix/matrix-gui-v4l2-demos_2.0.bb     |   17 +++
 recipes-ti/matrix/matrix-gui-wifi-demos_1.1.bb     |   19 ----
 recipes-ti/matrix/matrix-gui-wifi-demos_2.0.bb     |   17 +++
 recipes-ti/matrix/matrix-gui/init                  |   57 ++++++++---
 recipes-ti/matrix/matrix-gui_2.0.bb                |   39 ++++++-
 recipes-ti/matrix/refresh-screen_2.0.bb            |   25 +++++
 33 files changed, 508 insertions(+), 296 deletions(-)
 delete mode 100644 recipes-bsp/ti/am-sysinfo_svn.bb
 create mode 100644 recipes-ti/am-sysinfo/am-sysinfo_svn.bb
 create mode 100644 recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
 delete mode 100644 recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-3d-demos_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-apps-git.inc
 create mode 100644 recipes-ti/matrix/matrix-gui-apps-images_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-armbenchmarks-demos_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-browser_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-camera-loopback_2.0.bb
 rename recipes-ti/matrix/{matrix-gui-clocks_1.1.bb => matrix-gui-clocks_2.0.bb} (66%)
 delete mode 100644 recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb
 delete mode 100644 recipes-ti/matrix/matrix-gui-crypto-demos_1.2.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-crypto-demos_2.0.bb
 delete mode 100644 recipes-ti/matrix/matrix-gui-display-control_1.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-display-control_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-multimedia-demos_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-oprofile-demos_2.0.bb
 delete mode 100644 recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-pm-demos_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-pru-demos_2.0.bb
 delete mode 100644 recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-qt4-demos_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-settings-demos_2.0.bb
 delete mode 100644 recipes-ti/matrix/matrix-gui-submenus_1.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-submenus_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-usb-demos_2.0.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-v4l2-demos_2.0.bb
 delete mode 100644 recipes-ti/matrix/matrix-gui-wifi-demos_1.1.bb
 create mode 100644 recipes-ti/matrix/matrix-gui-wifi-demos_2.0.bb
 create mode 100644 recipes-ti/matrix/refresh-screen_2.0.bb



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 0/5] *** SUBJECT HERE ***
@ 2010-06-14  9:44 Nicholas A. Bellinger
  0 siblings, 0 replies; 17+ messages in thread
From: Nicholas A. Bellinger @ 2010-06-14  9:44 UTC (permalink / raw)
  To: Gerd Hoffmann, Kevin Wolf, FUJITA Tomonori
  Cc: Hannes Reinecke, Paul Brook, Christoph Hellwig, kvm-devel,
	qemu-devel, Nicholas Bellinger

From: Nicholas Bellinger <nab@linux-iscsi.org>

Greetings Gerd, Hannes and co,

This series adds initial support for a hw/scsi-bsg.c backstore for scsi-bus
compatible HBA emulation in QEMU-KVM on Linux hosts supporting the BSG driver.
This code is available from the scsi-bsg branch in the megasas/scsi friendly QEMU-KVM tree at:

http://git.kernel.org/?p=virt/kvm/nab/qemu-kvm.git;a=shortlog;h=refs/heads/scsi-bsg

Note that this initial code is being posted for review and to see how useful a BSG backstore
would be for QEMU-KVM and Linux hosts.  Note that in order for BSG I/O to function using vectored
AIO a kernel patch to linux/block/bsg.c:bsg_map_hdr() is currently required running on a bit paired
user/kernel enviroment.  The kernel patch in question is here:

http://marc.info/?l=linux-scsi&m=127649585524598&w=2

The first three patches involve updating block code to support the BSG backstore for scsi-bsg.

The forth patch adds the minor changes to hw/scsi-bus.c and hw/scsi-disk.c in order to
function with scsi-bsg.

And the fifth patch adds the main hw/scsi-bsg.c logic necessary to run the new struct
SCSIDeviceInfo and for BSG AIO using struct iovec and paio_submit_len() to function.

So far this patch series has been tested with a Linux based x86_64 KVM host and guest
using the hw/megasas.c 8708EM2 HBA Emulation with TCM_Loop virtual SAS Port LUNs.

Comments are welcome,

Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>

Nicholas Bellinger (5):
  [block]: Add top level BSG support
  [block]: Add BSG qemu_open() in block/raw.c:raw_open()
  [block]: Add paio_submit_len() non sector sized AIO
  [scsi]: Add BSG support for scsi-bus and scsi-disk
  [scsi-bsg]: Add initial support for BSG based SCSIDeviceInfo

 Makefile.objs         |    2 +-
 block.c               |   23 ++-
 block.h               |    1 +
 block/raw-posix-aio.h |    3 +
 block/raw-posix.c     |   17 ++-
 block/raw.c           |   20 ++
 block_int.h           |    5 +
 hw/scsi-bsg.c         |  588 +++++++++++++++++++++++++++++++++++++++++++++++++
 hw/scsi-bus.c         |    3 +-
 hw/scsi-disk.c        |    4 +
 posix-aio-compat.c    |   28 +++
 11 files changed, 687 insertions(+), 7 deletions(-)
 create mode 100644 hw/scsi-bsg.c


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2019-03-23 19:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-03  8:36 [PATCH 0/5] *** SUBJECT HERE *** jitendra kumar khasdev
2015-01-03  8:36 ` [PATCH 1/5] Staging: comedi: fix line over 80 characters warning jitendra kumar khasdev
2015-01-03 12:20   ` Sudip Mukherjee
2015-01-03  8:36 ` [PATCH 2/5] " jitendra kumar khasdev
2015-01-03  8:36 ` [PATCH 3/5] " jitendra kumar khasdev
2015-01-03  8:36 ` [PATCH 4/5] " jitendra kumar khasdev
2015-01-03  8:36 ` [PATCH 5/5] " jitendra kumar khasdev
2015-01-03 16:45 ` [PATCH 0/5] *** SUBJECT HERE *** Greg KH
2015-01-03 22:54   ` Paul Bolle
2015-01-04  1:41     ` Konrad Zapalowicz
2015-01-05 22:18       ` Paul Bolle
  -- strict thread matches above, loose matches on Subject: below --
2019-03-23 12:53 Cristian Sicilia
2019-03-23 19:24 ` Matt Ranostay
2012-01-26 20:11 Chase Maupin
2012-01-26 20:12 ` Maupin, Chase
2012-01-31 16:22 ` Maupin, Chase
2010-06-14  9:44 Nicholas A. Bellinger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.