Re: [PATCH 0/3] crypto: picoxcell - Cleanups removing non-DT code

2017-01-02 Thread Javier Martinez Canillas
Hello Arnd, On 01/02/2017 02:10 PM, Arnd Bergmann wrote: > On Monday, January 2, 2017 2:06:56 PM CET Javier Martinez Canillas wrote: >> >> This small series contains a couple of cleanups that removes some driver's >> code >> that isn't needed due the driver b

[PATCH 1/3] crypto: picoxcell - Allow driver to build COMPILE_TEST is enabled

2017-01-02 Thread Javier Martinez Canillas
-by: Arnd Bergmann <a...@arndb.de> Signed-off-by: Javier Martinez Canillas <jav...@osg.samsung.com> --- drivers/crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 79564785ae30..35b1c4829696 100644 -

[PATCH 3/3] crypto: picoxcell - Remove spacc_is_compatible() wrapper function

2017-01-02 Thread Javier Martinez Canillas
be registered via OF. Suggested-by: Arnd Bergmann <a...@arndb.de> Signed-off-by: Javier Martinez Canillas <jav...@osg.samsung.com> --- drivers/crypto/picoxcell_crypto.c | 21 +++-- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/drivers/crypto/picoxc

[PATCH 0/3] crypto: picoxcell - Cleanups removing non-DT code

2017-01-02 Thread Javier Martinez Canillas
to be built when the COMPILE_TEST option is enabled. Patch #2 removes the platform ID table since isn't needed for DT-only drivers. Patch #3 removes a wrapper function that's also not needed if driver is DT-only. Best regards, Javier Martinez Canillas (3): crypto: picoxcell - Allow driver to build

[PATCH 2/3] crypto: picoxcell - Remove platform device ID table

2017-01-02 Thread Javier Martinez Canillas
This driver is only used in the picoxcell platform and this is DT-only. So only a OF device ID table is needed and there's no need to have a platform device ID table. This patch removes the unneeded table. Suggested-by: Arnd Bergmann <a...@arndb.de> Signed-off-by: Javier Martinez Canilla

Re: [PATCH] crypto: picoxcell - Fix module autoload for non-OF registration

2017-01-02 Thread Javier Martinez Canillas
On 01/02/2017 01:24 PM, Arnd Bergmann wrote: > On Monday, January 2, 2017 1:13:24 PM CET Javier Martinez Canillas wrote: >> Hello Arnd, >> >> On 01/02/2017 01:05 PM, Arnd Bergmann wrote: >>> On Monday, January 2, 2017 12:38:02 PM CET Javier Martinez Canillas wrot

Re: [PATCH] crypto: picoxcell - Fix module autoload for non-OF registration

2017-01-02 Thread Javier Martinez Canillas
Hello Arnd, On 01/02/2017 01:05 PM, Arnd Bergmann wrote: > On Monday, January 2, 2017 12:38:02 PM CET Javier Martinez Canillas wrote: >> If the driver is built as a module, autoload won't work because the module >> alias information is not filled. So user-space can't match

[PATCH] crypto: picoxcell - Fix module autoload for non-OF registration

2017-01-02 Thread Javier Martinez Canillas
-ipsec Signed-off-by: Javier Martinez Canillas <jav...@osg.samsung.com> --- drivers/crypto/picoxcell_crypto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c index 47576098831f..64449b7c00af 100644 --- a/drivers/

[PATCH] hwrng: meson: Remove unneeded platform MODULE_ALIAS

2016-10-19 Thread Javier Martinez Canillas
Signed-off-by: Javier Martinez Canillas <jav...@osg.samsung.com> --- drivers/char/hw_random/meson-rng.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/char/hw_random/meson-rng.c b/drivers/char/hw_random/meson-rng.c index 51864a509be7..119d698439ae 100644 --- a/drivers/char/hw_random/m

Re: [PATCH] hwrng: meson: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
Hello Fabio, On 10/17/2016 04:45 PM, Fabio Estevam wrote: > On Mon, Oct 17, 2016 at 5:40 PM, Javier Martinez Canillas > <jav...@osg.samsung.com> wrote: > >> --- a/drivers/char/tpm/Kconfig >> +++ b/drivers/char/tpm/Kconfig >> @@ -32,7 +32,7 @@ config T

[PATCH v2] hwrng: meson: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
-by: Javier Martinez Canillas <jav...@osg.samsung.com> --- Changes in v2: - Remove unrelated changes added by mistake. Suggested by Jason Gunthorpe. drivers/char/hw_random/meson-rng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/char/hw_random/meson-rng.c b/drivers/char/hw_random

Re: [PATCH] hwrng: meson: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
Hello Jason, On 10/17/2016 04:45 PM, Jason Gunthorpe wrote: > On Mon, Oct 17, 2016 at 04:40:14PM -0300, Javier Martinez Canillas wrote: > >> Signed-off-by: Javier Martinez Canillas <jav...@osg.samsung.com> >> >> drivers/char/hw_random/meson-rng.c | 1 + >> dr

[PATCH] hwrng: meson: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
-by: Javier Martinez Canillas <jav...@osg.samsung.com> --- drivers/char/hw_random/meson-rng.c | 1 + drivers/char/tpm/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/char/hw_random/meson-rng.c b/drivers/char/hw_random/meson-rng.c index 58bef3

[PATCH] crypto: Allow drivers to build if COMPILE_TEST is enabled

2015-10-13 Thread Javier Martinez Canillas
-by: Javier Martinez Canillas <jav...@osg.samsung.com> --- drivers/crypto/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index ab7e3b668890..dba87ab8878f 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-24 Thread Javier Martinez Canillas
Hello Paul, On Thu, Jun 25, 2015 at 2:00 AM, Paul Gortmaker paul.gortma...@windriver.com wrote: [Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA] On 22/06/2015 (Mon 15:59) Herbert Xu wrote: On Mon, Jun 22, 2015 at 09:23:36AM +0200, Boris Brezillon wrote: Hi Herbert, On