kernel: move upstream accepted bcm47xxpart TRX cleanups
Use 0xx prefix for accepted patches. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
		| @@ -1,6 +1,7 @@ | |||||||
|  | From b522d7b0ebe3539340c2a6d46d787ae3d33bcb92 Mon Sep 17 00:00:00 2001 | ||||||
| From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | ||||||
| Subject: [PATCH 1/2] mtd: bcm47xxpart: move TRX parsing code to separated | Date: Tue, 10 Jan 2017 23:15:24 +0100 | ||||||
|  function | Subject: [PATCH] mtd: bcm47xxpart: move TRX parsing code to separated function | ||||||
| MIME-Version: 1.0 | MIME-Version: 1.0 | ||||||
| Content-Type: text/plain; charset=UTF-8 | Content-Type: text/plain; charset=UTF-8 | ||||||
| Content-Transfer-Encoding: 8bit | Content-Transfer-Encoding: 8bit | ||||||
| @@ -13,6 +14,8 @@ better flash layout knowledge. It may be useful e.g. if it appears there | |||||||
| is more than 1 TRX partition. | is more than 1 TRX partition. | ||||||
| 
 | 
 | ||||||
| Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||||
|  | Acked-by: Marek Vasut <marek.vasut@gmail.com> | ||||||
|  | Signed-off-by: Brian Norris <computersforpeace@gmail.com> | ||||||
| ---
 | ---
 | ||||||
|  drivers/mtd/bcm47xxpart.c | 121 ++++++++++++++++++++++++++++------------------ |  drivers/mtd/bcm47xxpart.c | 121 ++++++++++++++++++++++++++++------------------ | ||||||
|  1 file changed, 74 insertions(+), 47 deletions(-) |  1 file changed, 74 insertions(+), 47 deletions(-) | ||||||
| @@ -1,5 +1,7 @@ | |||||||
|  | From 89a0d9a9f1941a086a82bc7cd73d275cec98ba14 Mon Sep 17 00:00:00 2001 | ||||||
| From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | ||||||
| Subject: [PATCH 2/2] mtd: bcm47xxpart: support layouts with multiple TRX | Date: Tue, 10 Jan 2017 23:15:25 +0100 | ||||||
|  | Subject: [PATCH] mtd: bcm47xxpart: support layouts with multiple TRX | ||||||
|  partitions |  partitions | ||||||
| MIME-Version: 1.0 | MIME-Version: 1.0 | ||||||
| Content-Type: text/plain; charset=UTF-8 | Content-Type: text/plain; charset=UTF-8 | ||||||
| @@ -10,6 +12,8 @@ we detect such partition we should set a proper name for it and don't | |||||||
| parse it. | parse it. | ||||||
| 
 | 
 | ||||||
| Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||||
|  | Acked-by: Marek Vasut <marek.vasut@gmail.com> | ||||||
|  | Signed-off-by: Brian Norris <computersforpeace@gmail.com> | ||||||
| ---
 | ---
 | ||||||
|  drivers/mtd/bcm47xxpart.c | 56 ++++++++++++++++++++++++++++++++++++++--------- |  drivers/mtd/bcm47xxpart.c | 56 ++++++++++++++++++++++++++++++++++++++--------- | ||||||
|  1 file changed, 46 insertions(+), 10 deletions(-) |  1 file changed, 46 insertions(+), 10 deletions(-) | ||||||
| @@ -1,6 +1,7 @@ | |||||||
|  | From b522d7b0ebe3539340c2a6d46d787ae3d33bcb92 Mon Sep 17 00:00:00 2001 | ||||||
| From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | ||||||
| Subject: [PATCH 1/2] mtd: bcm47xxpart: move TRX parsing code to separated | Date: Tue, 10 Jan 2017 23:15:24 +0100 | ||||||
|  function | Subject: [PATCH] mtd: bcm47xxpart: move TRX parsing code to separated function | ||||||
| MIME-Version: 1.0 | MIME-Version: 1.0 | ||||||
| Content-Type: text/plain; charset=UTF-8 | Content-Type: text/plain; charset=UTF-8 | ||||||
| Content-Transfer-Encoding: 8bit | Content-Transfer-Encoding: 8bit | ||||||
| @@ -13,6 +14,8 @@ better flash layout knowledge. It may be useful e.g. if it appears there | |||||||
| is more than 1 TRX partition. | is more than 1 TRX partition. | ||||||
| 
 | 
 | ||||||
| Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||||
|  | Acked-by: Marek Vasut <marek.vasut@gmail.com> | ||||||
|  | Signed-off-by: Brian Norris <computersforpeace@gmail.com> | ||||||
| ---
 | ---
 | ||||||
|  drivers/mtd/bcm47xxpart.c | 121 ++++++++++++++++++++++++++++------------------ |  drivers/mtd/bcm47xxpart.c | 121 ++++++++++++++++++++++++++++------------------ | ||||||
|  1 file changed, 74 insertions(+), 47 deletions(-) |  1 file changed, 74 insertions(+), 47 deletions(-) | ||||||
| @@ -1,5 +1,7 @@ | |||||||
|  | From 89a0d9a9f1941a086a82bc7cd73d275cec98ba14 Mon Sep 17 00:00:00 2001 | ||||||
| From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | ||||||
| Subject: [PATCH 2/2] mtd: bcm47xxpart: support layouts with multiple TRX | Date: Tue, 10 Jan 2017 23:15:25 +0100 | ||||||
|  | Subject: [PATCH] mtd: bcm47xxpart: support layouts with multiple TRX | ||||||
|  partitions |  partitions | ||||||
| MIME-Version: 1.0 | MIME-Version: 1.0 | ||||||
| Content-Type: text/plain; charset=UTF-8 | Content-Type: text/plain; charset=UTF-8 | ||||||
| @@ -10,6 +12,8 @@ we detect such partition we should set a proper name for it and don't | |||||||
| parse it. | parse it. | ||||||
| 
 | 
 | ||||||
| Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||||
|  | Acked-by: Marek Vasut <marek.vasut@gmail.com> | ||||||
|  | Signed-off-by: Brian Norris <computersforpeace@gmail.com> | ||||||
| ---
 | ---
 | ||||||
|  drivers/mtd/bcm47xxpart.c | 56 ++++++++++++++++++++++++++++++++++++++--------- |  drivers/mtd/bcm47xxpart.c | 56 ++++++++++++++++++++++++++++++++++++++--------- | ||||||
|  1 file changed, 46 insertions(+), 10 deletions(-) |  1 file changed, 46 insertions(+), 10 deletions(-) | ||||||
		Reference in New Issue
	
	Block a user
	 Rafał Miłecki
					Rafał Miłecki