[PATCH] staging: csr: Remove struct CsrEvent

2012-10-29 Thread SeongJae Park
Nobody use struct CsrEvent. So, remove it. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext_types.h | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/staging/csr/csr_framework_ext_types.h b/drivers/staging/csr

Re: [PATCH 1/2] staging: csr: Remove CsrEventHandle

2012-10-29 Thread SeongJae Park
Sure, I will. Actually, I sent new patch already :) On Tue, Oct 30, 2012 at 6:58 AM, Greg KH gre...@linuxfoundation.org wrote: On Sun, Oct 28, 2012 at 03:45:24AM +0900, SeongJae Park wrote: No one use CsrEventHandle, No one call functions using it as parameter. So those are not need

Re: [PATCH] staging: csr: Remove struct CsrEvent

2012-10-30 Thread SeongJae Park
Sorry and Thank you about that. I will not forget it next time. Thanks and Regards. SeongJae Park. On Wed, Oct 31, 2012 at 2:38 AM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Oct 30, 2012 at 11:26:13AM +0900, SeongJae Park wrote: Nobody use struct CsrEvent. So, remove it. Signed

Re: [PATCH] staging: csr: fix coding style

2012-10-22 Thread SeongJae Park
). Thanks and Regards. SeongJae Park. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] staging: csr: fix coding style

2012-10-22 Thread SeongJae Park
. If there is anything I missed or wrong, Please let me know. Thnks and Regards. SeongJae Park. On Tue, Oct 23, 2012 at 11:13 AM, SeongJae Park sj38.p...@gmail.com wrote: Hello, Thank you very much for your kindness, Greg. I tried to reply to email-list when I received Lauri's email, but I coudln't because

Re: [PATCH] staging: csr: fix coding style

2012-10-22 Thread SeongJae Park
first kernel patch were fantastic and great experience. I think I got realized meaning fun of F/OSS a little bit ;) So, I would never stop contributing to Linux in any ways. Thank you very much, Greg, and whole kernel people. Thanks and Best Regards. SeongJae Park. On Tue, Oct 23, 2012 at 11:53

[PATCH 1/2] Remove struct CsrThread

2012-10-23 Thread SeongJae Park
Nobody use struct CsrThread. So, remove it. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext_types.h |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/csr/csr_framework_ext_types.h b/drivers/staging/csr/csr_framework_ext_types.h

[PATCH 2/2] Remove CsrThreadHandle

2012-10-23 Thread SeongJae Park
CsrThreadHandle is typedef of struct CsrThread. Some functions in csr_framework_ext.h use it as parameter. But, nobody call them. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext.h | 49 - drivers/staging/csr

[PATCH 1/2] Remove CsrEventHandle and functions using it

2012-10-24 Thread SeongJae Park
Nobody use CsrEventHandle, Nobody call function using it as parameter. So, remove it. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext.h | 61 - drivers/staging/csr/csr_framework_ext_types.h |2 - 2 files changed, 63

[PATCH 2/2] Remove struct CsrEvent

2012-10-24 Thread SeongJae Park
Nobody use struct CsrEvent. Remove it. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext_types.h | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/staging/csr/csr_framework_ext_types.h b/drivers/staging/csr

[PATCH] staging: csr: Fix coding style

2012-10-25 Thread SeongJae Park
Fix coding style for csr_log.h Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_log.h | 165 - 1 file changed, 80 insertions(+), 85 deletions(-) diff --git a/drivers/staging/csr/csr_log.h b/drivers/staging/csr/csr_log.h index

Re: [PATCH 1/2] Remove CsrEventHandle and functions using it

2012-10-25 Thread SeongJae Park
Thank you for comment. I will make and send patch again. Thanks and Regards. SeongJae Park. On Fri, Oct 26, 2012 at 4:16 AM, Greg KH gre...@linuxfoundation.org wrote: On Thu, Oct 25, 2012 at 02:51:10PM +0900, SeongJae Park wrote: Nobody use CsrEventHandle, Nobody call function using

[PATCH 1/2] staging: csr: Remove CsrEventHandle

2012-10-27 Thread SeongJae Park
No one use CsrEventHandle, No one call functions using it as parameter. So those are not need to be here. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext.h | 61 - drivers/staging/csr/csr_framework_ext_types.h |2 - 2

[PATCH 2/2] staging: csr: Remove struct CsrEvent

2012-10-27 Thread SeongJae Park
No one use struct CsrEvent. So it's unnecessary. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext_types.h | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/csr/csr_framework_ext_types.h b/drivers/staging/csr

[PATCH] staging: csr: fix coding style

2012-10-15 Thread SeongJae Park
Fix coding style of csr_framework_ext_types.h Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext_types.h | 33 +++-- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/drivers/staging/csr/csr_framework_ext_types.h b

[PATCH 1/3] staging: alarm-dev: Remove unnecessary parenthesis

2013-11-14 Thread SeongJae Park
Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/alarm-dev.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c index 647694f..ccf74ee 100644 --- a/drivers/staging

[PATCH 1/3] staging: alarm-dev: Remove unnecessary parenthesis

2013-11-14 Thread SeongJae Park
Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/alarm-dev.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c index 647694f..ccf74ee 100644 --- a/drivers/staging

[PATCH 2/3] staging: alarm-dev: Remove unnecessary blank lines

2013-11-14 Thread SeongJae Park
Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/alarm-dev.c |3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c index ccf74ee..a3b467b 100644 --- a/drivers/staging/android/alarm-dev.c

[PATCH 3/3] staging: alarm-dev: Seperate functions with one blank line

2013-11-14 Thread SeongJae Park
Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/alarm-dev.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c index a3b467b..2fc7cdd 100644 --- a/drivers/staging/android/alarm-dev.c +++ b

[PATCH 4/4] Documentation: ja_JP: Update broken link to tpp

2013-12-06 Thread SeongJae Park
Links for 'The Perfect Patch' which described on HOWTO document is broken. Change those links to the copy at ozlabs. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/ja_JP/HOWTO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ja_JP/HOWTO b

[PATCH 1/4] Documentation: HOWTO: Update broken links to tpp

2013-12-06 Thread SeongJae Park
Sites for 'The Perfect Patch' which described on HOWTO document(kerneltrap.org and userweb.kernel.org) are down. Change those links to the copy at ozlabs. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/HOWTO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 2/4] Documentation: ko_KR: Update broken link to tpp

2013-12-06 Thread SeongJae Park
Links for 'The Perfect Patch' which described on HOWTO document is broken. Change those links to the copy at ozlabs. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/ko_KR/HOWTO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ko_KR/HOWTO b

[PATCH 3/4] Documentation: zh_CN: Update broken link to tpp

2013-12-06 Thread SeongJae Park
Links for 'The Perfect Patch' which described on HOWTO document is broken. Change those links to the copy at ozlabs. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/zh_CN/HOWTO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/zh_CN/HOWTO b

[PATCH] mm: zswap: remove unnecessary parentheses

2014-03-03 Thread SeongJae Park
Fix following trivial checkpatch error: ERROR: return is not a function, parentheses are not required Signed-off-by: SeongJae Park sj38.p...@gmail.com --- mm/zswap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mm/zswap.c b/mm/zswap.c index c0c9b7c..34b75cc

Re: [PATCH V3] support Thinkpad X1 Carbon 2nd generation's adaptive keyboard

2014-03-04 Thread SeongJae Park
Hello, This is just a trivial comment. On Tue, Mar 4, 2014 at 8:13 PM, Shuduo Sang shuduo.s...@canonical.com wrote: Submit patch V3 to support Adaptive Keyboard on Thinkpad X1 Carbon 2nd generation according to Tobias's comments. Thanks, Shuduo From

Re: [PATCH V3] support Thinkpad X1 Carbon 2nd generation's adaptive keyboard

2014-03-04 Thread SeongJae Park
On Wed, Mar 5, 2014 at 3:35 PM, Shuduo Sang shuduo.s...@canonical.com wrote: On 03/05/2014 01:54 PM, SeongJae Park wrote: Hello, This is just a trivial comment. On Tue, Mar 4, 2014 at 8:13 PM, Shuduo Sang shuduo.s...@canonical.com wrote: Submit patch V3 to support Adaptive Keyboard

Re: Subject: [PATCH] mm: use vm_map_ram for only temporal object

2014-03-11 Thread SeongJae Park
Hello Gioh, On Mon, Mar 10, 2014 at 7:16 PM, Gioh Kim gioh@lge.com wrote: The vm_map_ram has fragment problem because it couldn't purge a chunk(ie, 4M address space) if there is a pinning object in that addresss space. So it could consume all VMALLOC address space easily. We can fix the

[PATCH 1/2] staging: android: binder: remove unnecessary comment

2014-02-18 Thread SeongJae Park
Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/binder.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c index eaec1da..b23cbc9 100644 --- a/drivers/staging/android/binder.c +++ b/drivers/staging

[PATCH 2/2] staging: android: binder: use stack for locally used variable

2014-02-18 Thread SeongJae Park
The variable `binder_debugfs_dir_entry_root` is declared as static global variable although it is accessed from init function only. Declare it as init function's local variable because it would be better to read and memory efficiency. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers

Re: [PATCH 1/2] staging: android: binder: remove unnecessary comment

2014-02-18 Thread SeongJae Park
On Wed, Feb 19, 2014 at 2:07 AM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Feb 18, 2014 at 08:23:25PM +0900, SeongJae Park wrote: Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/binder.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers

Re: [PATCH 2/2] staging: android: binder: use stack for locally used variable

2014-02-18 Thread SeongJae Park
Hello, On Wed, Feb 19, 2014 at 2:07 AM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Feb 18, 2014 at 08:23:26PM +0900, SeongJae Park wrote: The variable `binder_debugfs_dir_entry_root` is declared as static global variable although it is accessed from init function only. Declare

Re: [PATCH 1/2] staging: android: binder: remove unnecessary comment

2014-02-18 Thread SeongJae Park
On Wed, Feb 19, 2014 at 12:04 PM, Sachin Kamat sachin.ka...@linaro.org wrote: On 19 February 2014 05:58, SeongJae Park sj38.p...@gmail.com wrote: On Wed, Feb 19, 2014 at 2:07 AM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Feb 18, 2014 at 08:23:25PM +0900, SeongJae Park wrote: Signed-off

[PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-18 Thread SeongJae Park
2 debugging messages were just commented out for normal case. Let them be activated on debug mode without explicit code modification. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/binder.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-18 Thread SeongJae Park
Add de...@driverdev.osuosl.org as CC. Sorry if this duplicated mail bothered your inbox. On Wed, Feb 19, 2014 at 12:49 PM, SeongJae Park sj38.p...@gmail.com wrote: 2 debugging messages were just commented out for normal case. Let them be activated on debug mode without explicit code

Re: [PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-19 Thread SeongJae Park
On Thu, Feb 20, 2014 at 12:24 AM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Feb 19, 2014 at 12:49:33PM +0900, SeongJae Park wrote: 2 debugging messages were just commented out for normal case. Let them be activated on debug mode without explicit code modification. Are you sure

[PATCH 1/2] mm/zswap: fix trivial typo and arrange indentation

2014-02-11 Thread SeongJae Park
Signed-off-by: SeongJae Park sj38.p...@gmail.com --- mm/zswap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/zswap.c b/mm/zswap.c index e55bab9..5b22453 100644 --- a/mm/zswap.c +++ b/mm/zswap.c @@ -160,14 +160,14 @@ static void zswap_comp_exit(void) * rbnode

[PATCH 2/2] mm/zswap: update zsmalloc in comment to zbud

2014-02-11 Thread SeongJae Park
zswap used zsmalloc before and now using zbud. But, some comments saying it use zsmalloc yet. Fix the trivial problems. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- mm/zswap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/zswap.c b/mm/zswap.c index 5b22453

Re: [PATCH 2/2] staging: android: remove unused constant, BINDER_SET_IDLE_PRIORITY

2014-02-11 Thread SeongJae Park
On Wed, Feb 12, 2014 at 5:22 AM, Greg KH gre...@linuxfoundation.org wrote: On Sat, Feb 08, 2014 at 11:59:41AM +0900, SeongJae Park wrote: Remove constant BINDER_SET_IDLE_PRIORITY because it is not used from anywhere. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging

[PATCH] regulator: da9055: declare return type of inline function exclusively

2014-02-11 Thread SeongJae Park
the warning by declare return type as int exclusively. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/regulator/da9055-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/da9055-regulator.c b/drivers/regulator/da9055-regulator.c index 3b7a26c

[PATCH] Documentation: Fix typo on memory-barriers.txt

2013-07-09 Thread SeongJae Park
'==' for initial status explanation has miswritten as '='. Fix it. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/memory-barriers.txt |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/memory-barriers.txt b/Documentation/memory

[PATCH] drivers/mfd: fix pointer-integer size mismatch warnings

2014-02-03 Thread SeongJae Park
; ^ Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/mfd/max8997.c | 2 +- drivers/mfd/wm8994-core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/max8997.c b/drivers/mfd/max8997.c index be88a3b..768bcb1 100644 --- a/drivers/mfd/max8997.c +++ b

[PATCH] spi: fix pointer-integer size mismatch warning

2014-02-03 Thread SeongJae Park
-controller_data; ^ Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/spi/spi-gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi-gpio.c b/drivers/spi/spi-gpio.c index cfc9fb3..406bbd7 100644 --- a/drivers/spi/spi-gpio.c +++ b/drivers/spi

[PATCH] staging: bcm: fix pointer-integer size mismatch warnings

2014-02-03 Thread SeongJae Park
of different size [-Wint-to-pointer-cast] pstAddIndication-psfActiveSet = (struct bcm_connect_mgr_params *)ntohl((ULONG)pstAddIndication-psfActiveSet); ^ Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/bcm/CmHost.c | 9

[PATCH] staging: cxt1e1: fix pointer-integer size mismatch warning

2014-02-03 Thread SeongJae Park
] u_int32_t y = (u_int32_t) x; ^ Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/cxt1e1/functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/cxt1e1/functions.c b/drivers/staging/cxt1e1/functions.c index

Re: [PATCH] staging: bcm: fix pointer-integer size mismatch warnings

2014-02-04 Thread SeongJae Park
Hello, On Tue, Feb 4, 2014 at 5:21 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Feb 04, 2014 at 03:59:23PM +0900, SeongJae Park wrote: Fix the pointer-integer size mismatch warnings below: drivers/staging/bcm/CmHost.c: In function ‘StoreCmControlResponseMessage

Re: [PATCH] staging: cxt1e1: fix pointer-integer size mismatch warning

2014-02-04 Thread SeongJae Park
On Tue, Feb 4, 2014 at 5:23 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Feb 04, 2014 at 04:01:26PM +0900, SeongJae Park wrote: Fix the pointer-integer size mismatch warning below: drivers/staging/cxt1e1/functions.c: In function ‘VMETRO_TRACE’: drivers/staging/cxt1e1

[PATCH] staging: cxt1e1: remove unnecessary function, VMETRO_TRACE

2014-02-04 Thread SeongJae Park
VMETRO_TRACE isn't called from anywhere. So delete it. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/cxt1e1/functions.c | 9 - drivers/staging/cxt1e1/pmcc4.h | 1 - 2 files changed, 10 deletions(-) diff --git a/drivers/staging/cxt1e1/functions.c b/drivers

[PATCH] staging: cxt1e1: remove unnecessary function, VMETRO_TRACE

2014-02-04 Thread SeongJae Park
VMETRO_TRACE isn't called from anywhere. So delete it. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/cxt1e1/functions.c | 9 - drivers/staging/cxt1e1/pmcc4.h | 1 - 2 files changed, 10 deletions(-) diff --git a/drivers/staging/cxt1e1/functions.c b/drivers

Re: [PATCH] staging: bcm: fix pointer-integer size mismatch warnings

2014-02-04 Thread SeongJae Park
On Tue, Feb 4, 2014 at 5:51 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Feb 04, 2014 at 05:26:57PM +0900, SeongJae Park wrote: Hello, On Tue, Feb 4, 2014 at 5:21 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Feb 04, 2014 at 03:59:23PM +0900, SeongJae Park wrote

Re: [PATCH] drivers/mfd: fix pointer-integer size mismatch warnings

2014-02-04 Thread SeongJae Park
On Tue, Feb 4, 2014 at 6:03 PM, Lee Jones lee.jo...@linaro.org wrote: Fix the pointer-integer size mismatch warnings below: drivers/mfd/wm8994-core.c: In function ‘wm8994_i2c_probe’: mfd/wm8994-core.c:639:19: warning: cast from pointer to integer of different

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-21 Thread SeongJae Park
Dear Greg, Mike, May I ask your answer or other opinion, please? On Mon, Jan 20, 2014 at 5:07 PM, SeongJae Park sj38.p...@gmail.com wrote: On Mon, Jan 20, 2014 at 4:47 PM, Mike Turquette mturque...@linaro.org wrote: On Sun, Jan 19, 2014 at 9:37 AM, Greg KH gre...@linuxfoundation.org wrote

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-21 Thread SeongJae Park
On Wed, Jan 22, 2014 at 1:59 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Jan 22, 2014 at 12:05:57PM +0900, SeongJae Park wrote: Dear Greg, Mike, May I ask your answer or other opinion, please? It's the middle of the merge window, it's not time for new development, or much time

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-22 Thread SeongJae Park
On Thu, Jan 23, 2014 at 3:11 AM, Mike Turquette mturque...@linaro.org wrote: On Wed, Jan 22, 2014 at 9:59 AM, Stephen Boyd sb...@codeaurora.org wrote: On 01/21/14 21:23, SeongJae Park wrote: On Wed, Jan 22, 2014 at 1:59 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Jan 22, 2014 at 12

[PATCH 1/3] Documentation: HOWTO: update LXR web link in ko_KR

2014-01-06 Thread SeongJae Park
English version HOWTO updated the link but Korean version didn't. Update it now. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/ko_KR/HOWTO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ko_KR/HOWTO b/Documentation/ko_KR/HOWTO index d61a45a

[PATCH 2/3] Documentation: HOWTO: update stable address in ko_KR

2014-01-06 Thread SeongJae Park
English version HOWTO updated the address but Korean version didn't. Update it now. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/ko_KR/HOWTO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ko_KR/HOWTO b/Documentation/ko_KR/HOWTO index

[PATCH 3/3] Documentation: HOWTO: update for 2.6.x - 3.x versioning in ko_KR

2014-01-06 Thread SeongJae Park
English version HOWTO updated the versioning but Korean version didn't. Update it now. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/ko_KR/HOWTO | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/ko_KR/HOWTO b

[PATCH] Documentation: HOWTO: Updates on subsystem trees, patchwork, -next (vs. -mm) in ko_KR

2014-01-06 Thread SeongJae Park
The update did not applied on Korean translation although it applied on English documentation. Apply it on Korean translation now. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/ko_KR/HOWTO | 104 +++--- 1 file changed, 33 insertions

[PATCH] gpio: mcp23s08: fix casting caused build warning

2014-01-17 Thread SeongJae Park
Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/gpio/gpio-mcp23s08.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index b16401e..97198ef 100644 --- a/drivers/gpio/gpio-mcp23s08.c +++ b/drivers/gpio

[PATCH] clk: export __clk_get_hw for re-use in others

2014-01-18 Thread SeongJae Park
Following build comes while modprobe process: ERROR: __clk_get_hw [drivers/clk/clk-max77686.ko] undefined! make[2]: *** [__modpost] Error 1 make[1]: *** [modules] Error 2 Export the symbol to fix it and for other part's usecase. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-20 Thread SeongJae Park
On Mon, Jan 20, 2014 at 4:47 PM, Mike Turquette mturque...@linaro.org wrote: On Sun, Jan 19, 2014 at 9:37 AM, Greg KH gre...@linuxfoundation.org wrote: On Sun, Jan 19, 2014 at 02:55:07PM +0900, SeongJae Park wrote: Following build comes while modprobe process: ERROR: __clk_get_hw [drivers/clk

[PATCH] Documentation/development-process: update release history to 3.x

2014-01-27 Thread SeongJae Park
Just update release history examples from 2.6.x to 3.x Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/development-process/2.Process | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/Documentation/development-process/2.Process

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-29 Thread SeongJae Park
Hi, On Wed, Jan 29, 2014 at 4:29 PM, David Rientjes rient...@google.com wrote: On Wed, 22 Jan 2014, SeongJae Park wrote: Oops, I've forgot about the merge window. Thank you very much for your kind answer. Sorry if I bothered you while you're in busy time. Because the build problem

[PATCH] mm: page_alloc: use enum instead of number for migratetype

2014-01-02 Thread SeongJae Park
Using enum instead of number for migratetype everywhere would be better for reading and understanding. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- mm/page_alloc.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 5bcbca5

Re: [PATCH] mm: page_alloc: use enum instead of number for migratetype

2014-01-02 Thread SeongJae Park
On Fri, Jan 3, 2014 at 12:57 AM, Mel Gorman mgor...@suse.de wrote: On Thu, Jan 02, 2014 at 08:25:22PM +0900, SeongJae Park wrote: Using enum instead of number for migratetype everywhere would be better for reading and understanding. Signed-off-by: SeongJae Park sj38.p...@gmail.com

[PATCH] ixen-netback: fix trivial printf format build warning

2014-03-25 Thread SeongJae Park
, ret); ^ Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/net/xen-netback/netback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c index 5a8c4a4..90001b3 100644 --- a/drivers/net/xen

[PATCH] dm cache: remove unused function too_many_discard_blocks

2014-03-25 Thread SeongJae Park
caused by discard_block_size cache_block_size) as work-around and the definition was not removed though it was only one usage. Let's remove the definition now for clean build result and get back the definition again after the workarounded problem solved well. Signed-off-by: SeongJae Park sj38.p

[PATCH] staging: silicom: hide conditionally used function in condition

2014-03-25 Thread SeongJae Park
bp_proc_create(void) ^ Fix the warning by hide the definition inside #ifdef BP_PROC_SUPPORT. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/silicom/bpctl_mod.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/silicom/bpctl_mod.c b/drivers/staging

[PATCH] [SCSI] hpsa: use trans_support after value assigned

2014-03-26 Thread SeongJae Park
-uninitialized] if (trans_support CFGTBL_Trans_io_accel1) { ^ drivers/scsi/hpsa.c:7459:6: note: ‘trans_support’ was declared here u32 trans_support; ^ Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/scsi/hpsa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions

Re: [PATCH] ixen-netback: fix trivial printf format build warning

2014-03-26 Thread SeongJae Park
Thank you for let me know kindly :) On Wed, Mar 26, 2014 at 7:09 PM, Ian Campbell ian.campb...@citrix.com wrote: On Wed, 2014-03-26 at 12:56 +0900, SeongJae Park wrote: Fix following trivial build warning: drivers/net/xen-netback/netback.c: In function ‘xenvif_tx_dealloc_action’: drivers/net

Re: [PATCH] staging: silicom: hide conditionally used function in condition

2014-03-26 Thread SeongJae Park
On Wed, Mar 26, 2014 at 9:27 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Mar 26, 2014 at 02:58:50PM +0900, SeongJae Park wrote: bp_proc_create() be called only when BP_PROC_SUPPORT defined but its definition live outside of #ifdef BP_PROC_SUPPORT and cause following trivial build

[PATCH v2] staging: silicom: remove BP_PROC_SUPPORT dependant code

2014-03-26 Thread SeongJae Park
but not used [-Wunused-function] static int bp_proc_create(void) ^ Fix the warning and remove code complexity by remove whole code inside #ifdef BP_PROC_SUPPORT. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/silicom/bpctl_mod.c | 39

Re: [PATCH] ixen-netback: fix trivial printf format build warning

2014-03-26 Thread SeongJae Park
On Thu, Mar 27, 2014 at 3:46 AM, David Miller da...@davemloft.net wrote: From: SeongJae Park sj38.p...@gmail.com Date: Wed, 26 Mar 2014 19:34:21 +0900 Thank you for let me know kindly :) Also your fix wasn't correct. You changed the code to use %lx but the type isn't a long. It's

[PATCH] Documentation/development-process: update release history to 3.x

2014-02-07 Thread SeongJae Park
Just update release history examples from 2.6.x to 3.x Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/development-process/2.Process | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/Documentation/development-process/2.Process

[PATCH 1/2] staging: android: binder: use whitespace consistently

2014-02-07 Thread SeongJae Park
Whitespace between #define keyword and BINDER_* constants are space in some point and tab in some point. Using space or tab is just writer's choice. But, let's use them more consistently. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/binder.h | 10 +- 1

[PATCH 2/2] staging: android: remove unused constant, BINDER_SET_IDLE_PRIORITY

2014-02-07 Thread SeongJae Park
Remove constant BINDER_SET_IDLE_PRIORITY because it is not used from anywhere. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/binder.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/android/binder.h b/drivers/staging

Re: [PATCH] Documentation: remove outdated references to the linux-next wiki

2014-08-20 Thread SeongJae Park
On Thu, Aug 21, 2014 at 5:29 AM, Jim Davis jim.ep...@gmail.com wrote: The linux-next wiki at http://linux.f-seidel.de/linux-next/pmwiki has been gone for several months now. Yes, I can't load the page, too. BTW, wouldn't it be better to add Frank Seidel as recipient because he was the manager

Re: [PATCH] Documentation: remove outdated references to the linux-next wiki

2014-10-20 Thread SeongJae Park
Hi, On Thu, Aug 21, 2014 at 2:12 PM, Frank Seidel fr...@f-seidel.de wrote: Am Wed, 20 Aug 2014 14:09:53 -0700 Jim Davis jim.ep...@gmail.com wrote: On Wed, Aug 20, 2014 at 2:05 PM, SeongJae Park sj38.p...@gmail.com wrote: On Thu, Aug 21, 2014 at 5:29 AM, Jim Davis jim.ep...@gmail.com wrote

[PATCH] cgroups: Documentation: fix wrong cgroupfs paths

2014-11-24 Thread SeongJae Park
Few paths used as example to describe cgroupfs usage have been wrong from f6e07d38078e (Documentation: update cgroupfs mount point) by mistake. This patch fix those trivial wrong paths. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/cgroups/cgroups.txt | 4 ++-- 1 file

Re: [PATCH] cgroups: Documentation: fix wrong cgroupfs paths

2014-11-24 Thread SeongJae Park
On Tue, Nov 25, 2014 at 2:45 AM, Jonathan Corbet cor...@lwn.net wrote: On Tue, 25 Nov 2014 01:39:19 +0900 SeongJae Park sj38.p...@gmail.com wrote: 6) Attach that task to the new cgroup by writing its PID to the -/sys/fs/cgroup/cpuset/tasks file for that cgroup. +/sys/fs/cgroup

Re: [PATCH v16 1/7] mm: support madvise(MADV_FREE)

2014-09-16 Thread SeongJae Park
ignored. Thanks, SeongJae Park #define TTU_ACTION(x) ((x) TTU_ACTION_MASK) @@ -260,9 +262,12 @@ int rmap_walk(struct page *page, struct rmap_walk_control *rwc); static inline int page_referenced(struct page *page, int is_locked, struct mem_cgroup

Re: [PATCH 1/3] stacktrace: add seq_print_stack_trace()

2014-12-26 Thread SeongJae Park
On Fri, 26 Dec 2014, Stefan I. Strogin wrote: Add a function seq_print_stack_trace() which prints stacktraces to seq_files. Signed-off-by: Stefan I. Strogin s.stro...@partner.samsung.com Reviewed-by: SeongJae Park sj38.p...@gmail.com --- include/linux/stacktrace.h | 4 kernel

Re: [PATCH 3/3] cma: add functions to get region pages counters

2014-12-26 Thread SeongJae Park
Hello, On Fri, 26 Dec 2014, Stefan I. Strogin wrote: From: Dmitry Safonov d.safo...@partner.samsung.com Here are two functions that provide interface to compute/get used size and size of biggest free chunk in cma region. Added that information in cmainfo. Signed-off-by: Dmitry Safonov

[PATCH 1/2] cgroups: Documentation: fix wrong cgroupfs paths

2014-12-03 Thread SeongJae Park
Few paths used as example to describe cgroupfs usage have been wrong from f6e07d38078e (Documentation: update cgroupfs mount point) by mistake. This patch fix those trivial wrong paths. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/cgroups/cgroups.txt | 4 ++-- 1 file

[PATCH 2/2] cgroups: Documentation: fix trivial typos and wrong paragraph numberings

2014-12-03 Thread SeongJae Park
Signed-off-by: SeongJae Park sj38.p...@gmail.com --- Documentation/cgroups/cpusets.txt | 6 +++--- Documentation/cgroups/memory.txt | 8 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/cgroups/cpusets.txt b/Documentation/cgroups/cpusets.txt index 3c94ff3

Re: [PATCH 2/2] cgroups: Documentation: fix trivial typos and wrong paragraph numberings

2014-12-03 Thread SeongJae Park
On Wed, 3 Dec 2014, Jonathan Corbet wrote: On Wed, 3 Dec 2014 20:53:45 +0900 SeongJae Park sj38.p...@gmail.com wrote: Documentation/cgroups/cpusets.txt | 6 +++--- Documentation/cgroups/memory.txt | 8 2 files changed, 7 insertions(+), 7 deletions(-) I applied patch 1 to my

[PATCH] Documentation: locking: update code path

2015-01-13 Thread SeongJae Park
lockdep code have been moved from kernel/ to kernel/locking/ by commit 8eddac3f103736163f49255bcb109edadea167f6 (locking: Move the lockdep code to kernel/locking/). But, path to lockdep code in document was not updated. This commit updates the path. Signed-off-by: SeongJae Park sj38.p

Re: [PATCH 1/4] mm: cma: add currently allocated CMA buffers list to debugfs

2015-02-13 Thread SeongJae Park
buffer list entry\n, + __func__, pfn_to_page(pfn), count); pfn_to_page() would cause build failure on x86_64. Why don't you include appropriate header file? Thanks, SeongJae Park + return -ENOMEM; + } + + trace.nr_entries = 0

[RFC v2 4/5] gcma: export statistical data on debugfs

2015-02-23 Thread SeongJae Park
Export statistical data of second-class clients of gcma on debugfs to let users know how gcma is working internally. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- mm/gcma.c | 127 ++ 1 file changed, 119 insertions(+), 8 deletions

[RFC v2 1/5] gcma: introduce contiguous memory allocator

2015-02-23 Thread SeongJae Park
mechanism could degrade system memory space efficiency seriously; following commits will settle the problem. [1] https://lkml.org/lkml/2013/10/30/16 [2] http://sched.co/1qZcBAO Signed-off-by: SeongJae Park sj38.p...@gmail.com --- include/linux/gcma.h | 26 mm/gcma.c| 173

[RFC v2 0/5] introduce gcma

2015-02-23 Thread SeongJae Park
appreciate Minchan who suggested main idea and have helped a lot during development with code fix/review. [1] https://lkml.org/lkml/2013/10/30/16 [2] http://sched.co/1qZcBAO Changes in v2: - Discardable memory abstraction - Cleancache implementation SeongJae Park (5): gcma: introduce

[RFC v2 2/5] gcma: utilize reserved memory as discardable memory

2015-02-23 Thread SeongJae Park
-class clients whenever first-class client needs them. This commit implements interface and backend of discardable memory inside gcma. Any subsystem satisfying with discardable memory could be second-class clients of gcma by using the interface. Signed-off-by: SeongJae Park sj38.p...@gmail.com

[RFC v2 3/5] gcma: adopt cleancache and frontswap as second-class clients

2015-02-23 Thread SeongJae Park
discardable memory interface. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- include/linux/gcma.h | 3 + mm/gcma.c| 312 ++- 2 files changed, 314 insertions(+), 1 deletion(-) diff --git a/include/linux/gcma.h b/include/linux/gcma.h

[RFC v2 5/5] gcma: integrate gcma under cma interface

2015-02-23 Thread SeongJae Park
, size, limit, 0, 0, fixed, cma); gcma_declare_contiguous(gcma_base, size, gcma_limit, 0, 0, fixed, gcma); cma_alloc(cma, 1024, 0);/* alloc in cma way */ cma_alloc(gcma, 1024, 0); /* alloc in gcma way */ ``` Signed-off-by: SeongJae Park sj38.p...@gmail.com --- include/linux/cma.h

Re: [RFC v2 0/5] introduce gcma

2015-02-25 Thread SeongJae Park
On Wed, 25 Feb 2015, Michal Hocko wrote: On Wed 25-02-15 14:31:08, SeongJae Park wrote: Hello Michal, Thanks for your comment :) On Tue, 24 Feb 2015, Michal Hocko wrote: On Tue 24-02-15 04:54:18, SeongJae Park wrote: [...] include/linux/cma.h |4 + include/linux/gcma.h | 64 +++ mm

Re: [RFC v2 0/5] introduce gcma

2015-02-24 Thread SeongJae Park
Hello Michal, Thanks for your comment :) On Tue, 24 Feb 2015, Michal Hocko wrote: On Tue 24-02-15 04:54:18, SeongJae Park wrote: [...] include/linux/cma.h |4 + include/linux/gcma.h | 64 +++ mm/Kconfig | 24 + mm/Makefile |1 + mm/cma.c | 113

[PATCH 2/2] Documentation: HOWTO: update versions from 3.x to 4.x

2015-12-14 Thread SeongJae Park
Versions in HOWTO was updated to 4.x by commit e4144fe5d47c91c92d36cdbd5f31ed8d6e3a57ab ("docs: update HOWTO for 3.x -> 4.x versioning") but not applied to Korean translation. This commit apply the change. Signed-off-by: SeongJae Park <sj38.p...@gmail.com> --- Documentati

[PATCH 1/2] Documentation: remove outdated references from translations

2015-12-14 Thread SeongJae Park
Outdated link to linux-next wiki was removed by commit ace80793d16fb076381ba0e232d42295d98dae99 ("Documentation: remove outdated references to the linux-next wiki"). However, the change was not applied to translations. This commit apply the change to translations. Signed-off-by: Seo

[PATCH] Documentation: update linux cross reference link

2015-12-31 Thread SeongJae Park
The old link to source code cross reference does not work now. Though the link has updated by commit 1d12554f0abbc7d17dce8d1b7b25f4e27555e6d7 ("Documentation: HOWTO: update code cross reference link"), there are few obsolete links yet. This commit update them. Signed-off-by: SeongJae Pa

[PATCH] selftests/lib: set printf.sh executable

2016-06-18 Thread SeongJae Park
Test for test_printf module fails always because the test program, printf.sh, has no execution permission. This commit adds execution permission to it. Signed-off-by: SeongJae Park <sj38.p...@gmail.com> --- tools/testing/selftests/lib/printf.sh | 0 1 file changed, 0 insertions(+), 0 del

[PATCH] rcutorture: Remove outdated config option description

2016-06-19 Thread SeongJae Park
escription for the alternative module parameter. Signed-off-by: SeongJae Park <sj38.p...@gmail.com> --- Documentation/RCU/torture.txt | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/Documentation/RCU/torture.txt b/Documentation/RCU/torture.txt index 118e7c1

  1   2   3   4   5   6   7   8   9   10   >