fdt_fixup_ethernet() sets eth0 mac address from ethaddr. Set
ethaddr to environment instead of eth0addr.
Signed-off-by: Seung-Woo Kim
---
board/starfive/visionfive2/visionfive2-i2c-eeprom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/starfive/visionfive2
nghoon Kim
Reviewed-by: Jaehoon Chung
Signed-off-by: Seung-Woo Kim
---
drivers/usb/gadget/f_thor.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/gadget/f_thor.c b/drivers/usb/gadget/f_thor.c
index 88fc87f2e907..559ffb759ed7 100644
--- a/drivers/usb/gadget/f_th
On build with 32 bit, there is a warning for int-to-pointer-cast.
Fix the int to pointer cast by using uintptr_t.
Signed-off-by: Seung-Woo Kim
---
drivers/mmc/bcm2835_sdhci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc
Hi Jaehoon,
On 2020년 05월 15일 20:07, Jaehoon Chung wrote:
> On 5/15/20 7:14 PM, Seung-Woo Kim wrote:
>> On build with 32 bit, there is a warning for int-to-pointer-cast.
>> Fix the int to pointer cast by using uintptr_t.
>
> Could you share in more detail? I didn't se
After the commit 9b643e312d52 ("treewide: replace with error()
with pr_err()"), there are pr_err() usages without line break. Add
missing line breaks for pr_err() used in f_thor.
Signed-off-by: Seung-Woo Kim
---
drivers/usb/gadget/f_thor.c | 24
1 file c
nghoon Kim
Signed-off-by: Seung-Woo Kim
---
drivers/usb/gadget/f_thor.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/gadget/f_thor.c b/drivers/usb/gadget/f_thor.c
index 88fc87f2e9..559ffb759e 100644
--- a/drivers/usb/gadget/f_thor.c
+++ b/drivers/usb/gadge
tring_descriptor' may result in an unaligned pointer value
[-Waddress-of-packed-member]
624 | str2wide (CONFIG_USBD_CTRL_INTERFACE_STR, string->wData);
|~~^~~
Fix the issues by using packed structure.
Ref: commit 616
tring_descriptor' may result in an unaligned pointer value
[-Waddress-of-packed-member]
624 | str2wide (CONFIG_USBD_CTRL_INTERFACE_STR, string->wData);
|~~^~~
Fix the issues by using packed structure.
Ref: commit 616
Hi,
On 2020년 01월 07일 22:22, Tom Rini wrote:
> On Tue, Jan 07, 2020 at 02:25:02PM +0900, Seung-Woo Kim wrote:
>
...
>> ---
>> drivers/serial/usbtty.c | 9 ++---
>> 1 file changed, 6 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/serial/usbtty.
If building envtools, there is env directory in tools directory.
Mafe the get_default_envs.sh script exclude tools/env directory.
Signed-off-by: Seung-Woo Kim
---
scripts/get_default_envs.sh |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/get_default_envs.sh b
After the commit 6aae84769a0b ("gadget: f_thor: Fix memory leaks of
usb request and its buffer"), there is hang-up with ctrl-c in some
udc. It is because req of out_ep is freed before out_ep is disabled.
Fix hang-up with ctrl-c by disabling ep before free req of the ep.
Signed-off-by:
After the commit 9b643e312d52 ("treewide: replace with error() with
pr_err()"), there are some pr_err() with no line break. Add missing
line breaks.
Signed-off-by: Seung-Woo Kim
---
board/samsung/common/exynos5-dt.c |2 +-
board/samsung/common/misc.c |2 +-
board/sams
After the commit 9b643e312d52 ("treewide: replace with error() with
pr_err()"), there are some pr_err() with no line break. Add missing
line breaks.
Signed-off-by: Seung-Woo Kim
---
cmd/fastboot.c |2 +-
cmd/regulator.c|2 +-
cmd/thordown.c |6 +
e. Fix the wrong casting of sect_to_cluster().
Reported-by: Jaehoon Chung
Signed-off-by: Seung-Woo Kim
---
include/fat.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/fat.h b/include/fat.h
index 7dada41..09e1423 100644
--- a/include/fat.h
+++ b/include/fat.h
Hello,
On 2018년 06월 05일 06:58, Tom Rini wrote:
> On Mon, Jun 04, 2018 at 08:45:54PM +0900, Seung-Woo Kim wrote:
>
>> After the commit 265edc03d5a1 ("fs/fat: Clean up open-coded sector
>> <-> cluster conversions"), it is hung up writing new file to FAT16
>&g
If building envtools, there is env directory in tools directory.
Make the get_default_envs.sh script exclude tools/env directory.
Signed-off-by: Seung-Woo Kim
---
Change from v1
- fix typp as Minkyu's comment
---
scripts/get_default_envs.sh |2 +-
1 file changed, 1 insertion(+), 1 del
using ${console} in
board/samsung/common/bootscripts/autoboot.cmd
board/samsung/common/bootscripts/bootzimg.cmd
Signed-off-by: Seung-Woo Kim
---
include/configs/odroid.h| 4 ++--
include/configs/odroid_xu3.h| 4 ++--
include/configs/s5p_goni.h | 4 +
At sdhci_get_config(), there was wrong condition to check pimux
id, so this patch fixes to check proper pinmux id.
Signed-off-by: Seung-Woo Kim
---
drivers/mmc/s5p_sdhci.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c
At sdhci_get_config(), there was wrong condition to check pimux
id, so this patch fixes to check proper pinmux id.
Signed-off-by: Seung-Woo Kim
---
I was not in the mailing list, so I just resend.
---
drivers/mmc/s5p_sdhci.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a
During using dwc2 usb gadget, if usb message size is too small,
following cache misaligned warning is shown:
CACHE: Misaligned operation at range [bfdbcb00, bfdbcb04]
Align size of invalidating dcache before starting DMA to remove the
warning.
Signed-off-by: Seung-Woo Kim
---
drivers/usb
Hello,
This patch was tested with Exynos4412 Odroid-U3 board for THOR usb gadget
driver.
Best Regards,
- Seung-Woo Kim
> -Original Message-
> From: Seung-Woo Kim [mailto:sw0312@samsung.com]
> Sent: Monday, July 31, 2017 6:08 PM
> To: u-boot@lists.denx.de; lu...
If there are no CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION,
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR and CONFIG_SPL_OS_BOOT,
there is unused-function build warning. Add __maybe_unused macro
to remove the warning.
Signed-off-by: Seung-Woo Kim
---
common/spl/spl_mmc.c |5 +++--
1 file
integrity.
Signed-off-by: Seung-Woo Kim
---
drivers/usb/gadget/f_thor.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/gadget/f_thor.c b/drivers/usb/gadget/f_thor.c
index f874509..6d38cb6 100644
--- a/drivers/usb/gadget/f_thor.c
+++ b/drivers/usb/gadget
During file download, it only uses 32bit variable for file size and
it limits maximum file size less than 4GB. Update to support more
than 4GB file with using two 32bit variables for file size as thor
protocol 5.0.
Signed-off-by: Seung-Woo Kim
---
drivers/usb/gadget/f_thor.c | 10
ttps://git.tizen.org/cgit/tools/lthor
Best Regards,
- Seung-Woo Kim
>
>>
>> Signed-off-by: Seung-Woo Kim
>> ---
>> drivers/usb/gadget/f_thor.c | 10 +++---
>> drivers/usb/gadget/f_thor.h |2 +-
>> 2 files changed, 8 insertions(+), 4 deletions(-)
>
There are memory leaks of usb request and its buffer for ep0,
in_ep, and out ep. Fix memory leaks of usb request and its buffer.
Signed-off-by: Seung-Woo Kim
---
drivers/usb/gadget/f_thor.c | 34 +-
1 file changed, 25 insertions(+), 9 deletions(-)
diff --git a
There are memory leaks of usb request and its buffer for ep0,
in_ep, and out ep. Fix memory leaks of usb request and its buffer.
Signed-off-by: Seung-Woo Kim
---
Change from v1
- remove allocation of out_ep request instead of allocating and freeing
- fix use error path instead of duplicated
Hello Lukasz,
On 2018년 05월 25일 07:52, Lukasz Majewski wrote:
> Hi Seung-Woo,
>
>> There are memory leaks of usb request and its buffer for ep0,
>> in_ep, and out ep. Fix memory leaks of usb request and its buffer.
>>
>> Signed-off-by: Seung-Woo Kim
>&g
There are memory leaks of usb request and its buffer for ep0,
in_ep, and out ep. Fix memory leaks of usb request and its buffer.
Signed-off-by: Seung-Woo Kim
---
Change from v2
- replace only once used local function, thor_start_ep(), with generic functions
as Lukasz commented
Change from v1
Hello Anand,
> -Original Message-
> From: Anand Moon [mailto:linux.am...@gmail.com]
> Sent: Monday, March 25, 2019 3:45 PM
> To: Seung-Woo Kim
> Cc: U-Boot Mailing List; Lukasz Majewski
> Subject: Re: [U-Boot] [PATCH] Revert "arm: config: fix default console only
Remove unnecessary null check from toc0_verify_cert_item()
because the array digest is always not null.
Signed-off-by: Seung-Woo Kim
---
tools/sunxi_toc0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/sunxi_toc0.c b/tools/sunxi_toc0.c
index 292649fe90f1
Hi,
> -Original Message-
> From: Andre Przywara
> Sent: Thursday, August 1, 2024 6:28 PM
> Subject: Re: [PATCH] tools: imagetool: Remove unnecessary check from
> toc0_verify_cert_item()
>
> On Thu, 1 Aug 2024 10:01:00 +0900
> Seung-Woo Kim wrote:
>
>
32 matches
Mail list logo