Re: [PATCH 1/2] Staging: gasket: implement apex_get_status() to check driver status

2019-10-29 Thread Samuil Ivanov
On Tue, Oct 29, 2019 at 09:10:07AM +0100, Greg KH wrote: > On Tue, Oct 29, 2019 at 12:59:25AM +0200, Samuil Ivanov wrote: > > >From the TODO: > > - apex_get_status() should actually check status > > > > The function now checkes the status of the driver > &g

[PATCH 2/2] Staging: gasket: Clean apex_get_status function of comment

2019-10-28 Thread Samuil Ivanov
After implementing the function to check the status of the driver, there is no longer need for this comment. Signed-off-by: Samuil Ivanov --- drivers/staging/gasket/apex_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/gasket/apex_driver.c b/drivers/staging/gasket

[PATCH 1/2] Staging: gasket: implement apex_get_status() to check driver status

2019-10-28 Thread Samuil Ivanov
>From the TODO: - apex_get_status() should actually check status The function now checkes the status of the driver Signed-off-by: Samuil Ivanov --- drivers/staging/gasket/apex_driver.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/gasket/apex_driver.c b/driv

[PATCH 0/2] Staging: gasket: Implement apex_get_status() to check driver status

2019-10-28 Thread Samuil Ivanov
>From the TODO list: - apex_get_status() should actually check status. First patch implements the check. Second removes the TODO comment in the function. *** BLURB HERE *** Samuil Ivanov (2): Staging: gasket: implement apex_get_status() to check driver status Staging: gasket: Cl

Re: [PATCH 1/3] Staging: qlge: Rename prefix of a function to qlge

2019-10-25 Thread Samuil Ivanov
On Fri, Oct 25, 2019 at 01:19:05PM +0300, Dan Carpenter wrote: > On Fri, Oct 25, 2019 at 12:29:39AM +0300, Samuil Ivanov wrote: > > diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h > > index 6ec7e3ce3863..e9f1363c5bf2 100644 > > --- a/drivers/staging/

[PATCH 3/3] Staging: qlge: Rename prefix of a function to qlge

2019-10-24 Thread Samuil Ivanov
Function ql_mb_about_fw renamed to qlge_mb_about_fw and it's clients updated. Signed-off-by: Samuil Ivanov --- drivers/staging/qlge/qlge.h | 2 +- drivers/staging/qlge/qlge_main.c | 2 +- drivers/staging/qlge/qlge_mpi.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff

[PATCH 1/3] Staging: qlge: Rename prefix of a function to qlge

2019-10-24 Thread Samuil Ivanov
renamed to qlge_soft_reset_mpi_risc and it's clients updated. Signed-off-by: Samuil Ivanov --- drivers/staging/qlge/qlge.h | 2 +- drivers/staging/qlge/qlge_dbg.c | 2 +- drivers/staging/qlge/qlge_mpi.c | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/stagin

[PATCH 2/3] Staging: qlge: Rename prefix of a function to qlge

2019-10-24 Thread Samuil Ivanov
Function ql_own_firmware renamed to qlge_own_firmware and it's clients updated. Signed-off-by: Samuil Ivanov --- drivers/staging/qlge/qlge.h | 2 +- drivers/staging/qlge/qlge_dbg.c | 2 +- drivers/staging/qlge/qlge_mpi.c | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-)

[PATCH 0/3] Staging: qlge: Rename of function prefix ql_ to qlge_

2019-10-24 Thread Samuil Ivanov
e", and updated the occurrences in the driver. Samuil Ivanov (3): Staging: qlge: Rename prefix of a function to qlge Staging: qlge: Rename prefix of a function to qlge Staging: qlge: Rename prefix of a function to qlge drivers/staging/qlge/qlge.h | 6 +++--- drivers/staging/q

[PATCH] Staging: qlge: Rewrite two while loops as simple for loops

2019-10-23 Thread Samuil Ivanov
re sense to be a for loop construction instead. Signed-off-by: Samuil Ivanov --- drivers/staging/qlge/qlge_main.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/staging/qlge/qlge_main.c b/drivers/staging/qlge/qlge_main.c index 0c381d91faa6..6f6b4c06688c

[PATCH] Staging: gasket: apex_driver: fixed a line over 80 characters coding style issue

2019-10-20 Thread Samuil Ivanov
Fixed four lines of code that were over 80 characters long. Signed-off-by: Samuil Ivanov --- drivers/staging/gasket/apex_driver.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/gasket/apex_driver.c b/drivers/staging/gasket/apex_driver.c index