[PATCH 0/6] rockchip: efuse: add support for more platfroms

2020-02-19 Thread Finley Xiao
Finley Xiao (6): rockchip: efuse: Add support for rk3288 efuse rockchip: efuse: Add support for rk3066a efuse rockchip: efuse: Add support for rk3188 efuse rockchip: efuse: Add support for rk322x efuse rockchip: efuse: Add support for rk3328 non-secure efuse rockchip: efuse: Add

[PATCH 2/6] rockchip: efuse: Add support for rk3066a efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3066a. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index f01d877e33..3f2c64b105 100644 --- a/drivers

[PATCH 4/6] rockchip: efuse: Add support for rk322x efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk322x. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index e549d5d282..175a7fe2f5 100644 --- a/drivers

[PATCH 2/2] rockchip: efuse: Add support for rk1808 non-secure efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk1808. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 114 ++ 1 file changed, 114 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index

[PATCH 3/6] rockchip: efuse: Add support for rk3188 efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3188. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index 3f2c64b105..e549d5d282 100644 --- a/drivers

[PATCH 2/6] rockchip: efuse: Add support for rk3066a efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3066a. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index f01d877e33..3f2c64b105 100644 --- a/drivers

[PATCH 1/6] rockchip: efuse: Add support for rk3288 efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3288. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 76 --- 1 file changed, 72 insertions(+), 4 deletions(-) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip

[PATCH 0/6] rockchip: efuse: add support for more paltforms

2020-02-19 Thread Finley Xiao
Finley Xiao (6): rockchip: efuse: Add support for rk3288 efuse rockchip: efuse: Add support for rk3066a efuse rockchip: efuse: Add support for rk3188 efuse rockchip: efuse: Add support for rk322x efuse rockchip: efuse: Add support for rk3328 non-secure efuse rockchip: efuse: Add

[PATCH 1/2] rockchip: efuse: Add support for rk3328 non-secure efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3328. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 69 +++ 1 file changed, 69 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index

[PATCH 2/2] rockchip: efuse: Add support for rk1808 non-secure efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk1808. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 114 ++ 1 file changed, 114 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index

[PATCH 1/6] rockchip: efuse: Add support for rk3288 efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3288. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 76 --- 1 file changed, 72 insertions(+), 4 deletions(-) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip

[PATCH 1/6] rockchip: efuse: Add support for rk3288 efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3288. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 76 --- 1 file changed, 72 insertions(+), 4 deletions(-) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip

[PATCH 1/2] rockchip: efuse: Add support for rk3328 non-secure efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3328. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 69 +++ 1 file changed, 69 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index

[PATCH 0/6] rockchip: efuse: add support for more platfroms

2020-02-19 Thread Finley Xiao
Finley Xiao (6): rockchip: efuse: Add support for rk3288 efuse rockchip: efuse: Add support for rk3066a efuse rockchip: efuse: Add support for rk3188 efuse rockchip: efuse: Add support for rk322x efuse rockchip: efuse: Add support for rk3328 non-secure efuse rockchip: efuse: Add

[PATCH 2/6] rockchip: efuse: Add support for rk3066a efuse

2020-02-19 Thread Finley Xiao
This adds the necessary data for handling eFuse on the rk3066a. Signed-off-by: Finley Xiao --- drivers/misc/rockchip-efuse.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/misc/rockchip-efuse.c b/drivers/misc/rockchip-efuse.c index f01d877e33..3f2c64b105 100644 --- a/drivers