mbox series

[U-Boot,v2,0/5] fpga: collected patches

Message ID 20190628124124.14706-1-ada@thorsis.com
Headers show
Series fpga: collected patches | expand

Message

Alexander Dahl June 28, 2019, 12:41 p.m. UTC
Hei hei,

after some Feedback from Michal Simek, I made a v2 of this patch
series, and based it onto v2019.07-rc4 now.

The patch number 2 is new, fixing all kinds of checkpatch warnings
in 'drivers/fpga/cyclon2.c' before fixing the indentation in that
file in patch number 3 (which was part of v1 already).

I dropped the last patch and replaced it with a new one based on the
suggestion made by Michal.

Greets
Alex

Alexander Dahl (5):
  fpga: altera: Add some more device sizes
  fpga: altera: cyclon2: Fix most checkpatch warnings
  fpga: altera: cyclon2: Fix indentation
  fpga: altera: cyclon2: Check function pointer before calling
  cmd: fpga: Change return value to avoid printing usage text

 drivers/fpga/cyclon2.c | 101 +++++++++++++++++++++++++------------------------
 include/ACEX1K.h       |  10 +++++
 include/fpga.h         |   2 +-
 3 files changed, 62 insertions(+), 51 deletions(-)

Comments

Michal Simek July 30, 2019, 3:17 p.m. UTC | #1
Hi,

On 28. 06. 19 14:41, Alexander Dahl wrote:
> Hei hei,
> 
> after some Feedback from Michal Simek, I made a v2 of this patch
> series, and based it onto v2019.07-rc4 now.
> 
> The patch number 2 is new, fixing all kinds of checkpatch warnings
> in 'drivers/fpga/cyclon2.c' before fixing the indentation in that
> file in patch number 3 (which was part of v1 already).
> 
> I dropped the last patch and replaced it with a new one based on the
> suggestion made by Michal.
> 
> Greets
> Alex
> 
> Alexander Dahl (5):
>   fpga: altera: Add some more device sizes
>   fpga: altera: cyclon2: Fix most checkpatch warnings
>   fpga: altera: cyclon2: Fix indentation
>   fpga: altera: cyclon2: Check function pointer before calling
>   cmd: fpga: Change return value to avoid printing usage text
> 
>  drivers/fpga/cyclon2.c | 101 +++++++++++++++++++++++++------------------------
>  include/ACEX1K.h       |  10 +++++
>  include/fpga.h         |   2 +-
>  3 files changed, 62 insertions(+), 51 deletions(-)
> 

Applied all.
M