| #
b80b67f1 |
| 15-Apr-2025 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
drivers: misc: otp: Add write_verify func support
Change-Id: If4949028c489da2b944545882d8a8f930f132d68 Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
|
| #
07f8bbdb |
| 11-Apr-2025 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
include: otp: Add keylad init and deinit support
Change-Id: I1c4101ea23259a901e8f63f52557560de57c546e Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
|
| #
368f3065 |
| 11-Apr-2025 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
drivers: misc_otp: Add ioctl support
Change-Id: Ia68730d4f788d34ce9f95de3111ce83349232736 Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
|
| #
2bce72c8 |
| 02-Aug-2021 |
Joseph Chen <chenjh@rock-chips.com> |
misc: decompress: add flags function field
That we can assign operation/functions by flags.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I18add94cfa59c6b9f6c759f3176ed9978c92c6eb
|
| #
5313a4d0 |
| 02-Aug-2021 |
Joseph Chen <chenjh@rock-chips.com> |
misc: decompress: clean up some API as private
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I3faffb82e61e9be0a339603e91ddf98a7e24ec29
|
| #
e1e885d3 |
| 12-Aug-2020 |
Joseph Chen <chenjh@rock-chips.com> |
misc: decompress: correct size_src and size_dst usage
We misunderstood the size_src as decompressed image size.
Without this patch, the decompress can work normally, but it wastes the time to flush
misc: decompress: correct size_src and size_dst usage
We misunderstood the size_src as decompressed image size.
Without this patch, the decompress can work normally, but it wastes the time to flush data cache. Let's correct it for thunder boot version to save boot time.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I93014ccec7814faec5abbe96b383bc1170cdb0e2
show more ...
|
| #
656bdb59 |
| 22-Jun-2020 |
Joseph Chen <chenjh@rock-chips.com> |
misc: decompress: add/update API
- Support get gunzip data size from src data; - Support sync decompress for this round; - Support return the gunzip data size of compressed image. - Add misc_decompr
misc: decompress: add/update API
- Support get gunzip data size from src data; - Support sync decompress for this round; - Support return the gunzip data size of compressed image. - Add misc_decompress_cleanup() for waiting last decompress done.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ie84b2a6174d04592110333d66667da66f98f07f6
show more ...
|
| #
4298c19d |
| 10-Jun-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
misc: decompress: add function misc_decompress_process()
Use it to decompress data.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I189cded00069cc9f559097811733a481aae8d08f
|
| #
809af6ba |
| 12-Jun-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
misc: rockchip_decompress: update the decompress driver
1.add DECOM_AXI_STAT to test decompress whether is in idle 2.correct the misc_decompress_is_complete return value
Signed-off-by: Jason Zhu <j
misc: rockchip_decompress: update the decompress driver
1.add DECOM_AXI_STAT to test decompress whether is in idle 2.correct the misc_decompress_is_complete return value
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Signed-off-by: Simon Xue <xxm@rock-chips.com> Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I904d9909ade709fb479893325dd6c0b3d47d5908
show more ...
|
| #
3cafcfcd |
| 05-Jun-2020 |
Simon Xue <xxm@rock-chips.com> |
misc: rockchip_decompress: fix param size
Change-Id: Ia193a6035faff4bab66262cab2e97a3c6b94e45a Signed-off-by: Simon Xue <xxm@rock-chips.com>
|
| #
2bc8e110 |
| 23-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
374c241c |
| 23-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
misc: add a common api to get device by capability
fix: ioctl() should return error code but not capability.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8030a1842692697f32f87e765
misc: add a common api to get device by capability
fix: ioctl() should return error code but not capability.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8030a1842692697f32f87e765ce3d68d1adb1c11
show more ...
|
| #
1cef1b20 |
| 23-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
dm: misc: merge generic header file into misc.h
Puting the generic function declaration together that the caller don't need care too much about different header file.
Signed-off-by: Joseph Chen <ch
dm: misc: merge generic header file into misc.h
Puting the generic function declaration together that the caller don't need care too much about different header file.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ib37d1550e5a747d8f18e30c428ea8f613f9cc006
show more ...
|
| #
710cfa3d |
| 22-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
5b7d3298 |
| 20-Apr-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
drivers: misc: use misc_mode to distinguish different device
The misc attach different device. We use the misc_mode to show different device's capability.
Signed-off-by: Jason Zhu <jason.zhu@rock-c
drivers: misc: use misc_mode to distinguish different device
The misc attach different device. We use the misc_mode to show different device's capability.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ibce5bb0465e452a7e783c5859f1e8ab2bfd8b0c5
show more ...
|
| #
c637f232 |
| 16-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
Change-Id: I22ac688008080eac49169d752a94b66668f890fc
Conflicts: drivers/phy/Kconfig drivers/phy/Makefile
|
| #
74dce6fe |
| 10-Apr-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
misc: add IOCTL_REQ_CAPABILITY
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I1d1c6a93fd686d1a13450316b1edc09ce19b6dcf
|
| #
dbfe5ed5 |
| 25-Dec-2019 |
Joseph Chen <chenjh@rock-chips.com> |
dm: misc: add ioctl request command definition
Available for caller to call misc_ioctl(...).
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> C
dm: misc: add ioctl request command definition
Available for caller to call misc_ioctl(...).
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ibac22caf80968ecc7f952d04aa2a1a0f8ad3417a
show more ...
|
| #
1b5fef7e |
| 25-Dec-2019 |
Joseph Chen <chenjh@rock-chips.com> |
dm: misc: add ioctl request command definition
Available for caller to call misc_ioctl(...).
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I985a6b2095ad8380f2675331f3f840b36001f8f5
dm: misc: add ioctl request command definition
Available for caller to call misc_ioctl(...).
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I985a6b2095ad8380f2675331f3f840b36001f8f5 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| #
f4b0df18 |
| 12-Aug-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
| #
b647f554 |
| 08-Aug-2016 |
Stephen Warren <swarren@nvidia.com> |
misc: add "call" uclass op
The call op requests that the callee pass a message to the underlying HW or device, wait for a response, and then pass back the response error code and message to the call
misc: add "call" uclass op
The call op requests that the callee pass a message to the underlying HW or device, wait for a response, and then pass back the response error code and message to the callee. It is useful for drivers that represent some kind of messaging or IPC channel to a remote device.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
f5abb409 |
| 14-Dec-2015 |
Robert P. J. Day <rpjday@crashcourse.ca> |
include: Correct "requset" typoes in misc.h
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| #
e573bdb3 |
| 30-Oct-2015 |
Stefano Babic <sbabic@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot
|
| #
4395e06e |
| 07-Oct-2015 |
Thomas Chou <thomas@wytron.com.tw> |
dm: implement a Miscellaneous uclass
Implement a Miscellaneous uclass with generic read or write operations. This class is used only for those do not fit other more general classes.
Signed-off-by:
dm: implement a Miscellaneous uclass
Implement a Miscellaneous uclass with generic read or write operations. This class is used only for those do not fit other more general classes.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|