The freqency 151200 should be 15.
Signed-off-by: Dongjin Kim
---
Change in v2:
- wrong fix in the previous patch.
https://patchwork.kernel.org/project/linux-amlogic/patch/20201130054221.GA25448@anyang-linuxfactory-or-kr/
---
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2
The freqency 15 should be 151200 in 'opp-15'
Signed-off-by: Dongjin Kim
---
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
b/arch/arm64/boot/dts/amlogic/meso
On Wed, Nov 25, 2020 at 06:05:36PM -0800, Guenter Roeck wrote:
> On Thu, Nov 26, 2020 at 01:32:42AM +0900, Dongjin Kim wrote:
> > This patch adds to new attribute 'pwm1_enable' to change the fan speed
> > control method as documented in 'Documentation/hwmon/sysfs-inte
This patch adds to new attribute 'pwm1_enable' to change the fan speed
control method as documented in 'Documentation/hwmon/sysfs-interface'.
Signed-off-by: Dongjin Kim
---
drivers/hwmon/pwm-fan.c | 52 -
1 file changed, 46 insert
: Dongjin Kim
---
drivers/thermal/amlogic_thermal.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/thermal/amlogic_thermal.c
b/drivers/thermal/amlogic_thermal.c
index ccb1fe18e993..2fce96c32586 100644
--- a/drivers/thermal/amlogic_thermal.c
+++ b/drivers/thermal/amlogic_thermal.c
rnel ODROID-N2+ uses an Amlogic S922X rev. C chip capable of higher
> >> clock speeds than the original ODROID-N2. Hardkernel supports the big cpu
> >> cluster at 2.4GHz and the little cpu cluster at 2.0GHz. Opp points and
> >> regulator changess are from the HardKernel Li
Looking at the schematic, LDO15 and LDO17 are tied as a power source of a
builtin network chipset. The voltage on LDO15 is corrected to 3.3V and the
name of LDO17 is corrected to "vdd_ldo17".
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 6 +++---
1 fi
$ cat /proc/cpuinfo | grep Hardware
Hardware: ODROID-XU4
Signed-off-by: Dongjin Kim
---
arch/arm/mach-exynos/exynos.c | 28
1 file changed, 28 insertions(+)
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index c4
Add clock lookup information for mshc in Exynos4412.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412.dtsi
b/arch/arm/boot/dts/exynos4412.dtsi
index e743e67..67bef99 100644
--- a/arch/arm/boot
Hi,
The patch is submitted by Mark Brown a week ago, and might be queued already.
[1] http://www.spinics.net/lists/linux-usb/msg91410.html
Thanks,
Dongjin.
On Fri, Aug 16, 2013 at 5:53 PM, Alban Browaeys wrote:
> hub->gpio_intn = of_get_named_gpio(np, "connect-gpios", 0);
> and
> hub->gpio_co
This patch adds device nodes for USBPHY to Exynos4x12.
Signed-off-by: Dongjin Kim
Cc: Tomasz Figa
Cc: Kyungmin Park
---
* Changes from v1
o. 'status = "disabled"' is removed to probe as default
arch/arm/boot/dts/exynos4x12.dtsi | 17 +
1 file ch
Aha, yes...my misunderstanding.
This node is not only for OTG or HSIC, could miss USB HOST transceiver
if certain board file does not set "okay".
Thanks,
Dongjin.
On Tue, Aug 6, 2013 at 3:09 PM, Sachin Kamat wrote:
> Hi Dongjin,
>
> On 5 August 2013 23:48, Dongjin Kim wrote:
This patch adds device nodes for USBPHY to Exynos4x12.
CC: Sachin Kamat
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4x12.dtsi | 18 ++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi
b/arch/arm/boot/dts/exynos4x12.dtsi
index
This patch adds EHCI and OHCI host device nodes for Exynos4.
CC: Jingoo Han
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4.dtsi | 18 ++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 3f94fe8
Hi Jingoo,
I had submitted another patch almost similar contents, but my patch
contains both EHCI and OHCI USB host devices node in exynos4.dtsi
since I had tested on Exynos4412 and their register map are same with
Exynos4210.
[1] https://patchwork.kernel.org/patch/2832779
On Wed, May 29, 2013 a
This patch adds EHCI and OHCI host device nodes for Exynos4.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4.dtsi | 18 ++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 3f94fe8..cbe5219 100644
in exynos4.dtsi.
Regards,
Dongjin.
On Wed, Jul 24, 2013 at 12:38 PM, Sachin Kamat wrote:
> On 23 July 2013 23:02, Dongjin Kim wrote:
>> This patch adds EHCI and OHCI host device nodes for Exynos4.
>>
>> Signed-off-by: Dongjin Kim
>> ---
>> arch
Thanks Sachin,
On Wed, Jul 24, 2013 at 2:12 PM, Sachin Kamat wrote:
> Hi Dongjin,
>
> On 23 July 2013 23:01, Dongjin Kim wrote:
>> This patch adds device nodes for USBPHY to Exynos4x12.
>>
>> Signed-off-by: Dongjin Kim
>> ---
>> a
This patch adds EHCI and OHCI host device nodes for Exynos4.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4.dtsi | 20
1 file changed, 20 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 3f94fe8..1cdbf89 100644
This patch adds device nodes for USBPHY to Exynos4x12.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4x12.dtsi | 18 ++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi
b/arch/arm/boot/dts/exynos4x12.dtsi
index 01da194..9c3335b 100644
This patch is to add vmmc regulator node at MSHC and SDHCI for ODROID-X
board file.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts |2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
b/arch/arm/boot/dts/exynos4412
Signed-off-by: Dongjin Kim
On Sat, Jun 1, 2013 at 10:34 AM, Julius Werner wrote:
> Remove an erroneous tab that should be a space.
>
> Signed-off-by: Julius Werner
> ---
> drivers/usb/misc/usb3503.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff
Signed-off-by: Dongjin Kim
On Sat, Jun 1, 2013 at 10:34 AM, Julius Werner wrote:
> The usb3503 driver sleeps a flat 100ms when resetting the chip, with a
> comment about waiting for the reference clock. This seems to be a
> board-specific detail that should not hold up boot across all
Hi,
I have sent two patches for the same issue, these two are merged into
Greg's tree. Please review the patches.
[1] https://patchwork.kernel.org/patch/2599021
[2] https://patchwork.kernel.org/patch/2599031
Many thanks,
Dongjin.
On Sat, Jun 1, 2013 at 10:34 AM, Julius Werner wrote:
> The usb3
ble in the device tree.
usb3503@08{
...
disabled-ports = <2 3>;
...
};
Signed-off-by: Dongjin Kim
---
Documentation/devicetree/bindings/usb/usb3503.txt |5 +
drivers/usb/misc/usb3503.c| 14 +
nables all ports
.port_off_mask = 0;
Signed-off-by: Dongjin Kim
---
drivers/usb/misc/usb3503.c| 19 ++-
include/linux/platform_data/usb3503.h |5 +
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/drivers/usb/misc/usb3503.c b/driver
://patchwork.kernel.org/patch/2576141
[4] https://patchwork.kernel.org/patch/2576151
[5] https://patchwork.kernel.org/patch/2576161
[6] https://patchwork.kernel.org/patch/2576171
Signed-off-by: Dongjin Kim
Cc: Tomasz Figa
Cc: Kyungmin Park
---
drivers/usb/phy/phy-samsung-usb.c |5 +
drivers/usb/phy
ODROID-X board have a max77686 PMIC on i2c channel 0. The properties of used
LDO and BUCK are defined according the schematic.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 195 ++
1 file changed, 195 insertions(+)
diff --git a/arch/arm
y" is added.
Signed-off-by: Dongjin Kim
---
.../devicetree/bindings/usb/samsung-usbphy.txt |5 ++
drivers/usb/phy/phy-samsung-usb.c | 30 ++-
drivers/usb/phy/phy-samsung-usb.h | 18
drivers/usb/phy/phy-samsung-usb2.c
This patch adds the compatible string for MSHC controller of Exynos4412.
And exynos5250_dwmmc_caps is renamed to exynos_dwmmc_caps, since it has the
capablities of common feature supported by Exynos4 and Exynos5.
Cc: Seungwon Jeon
Cc: Jaehoon Chung
Cc: Sachin Kamat
Signed-off-by: Dongjin Kim
2013 at 7:53 PM, Seungwon Jeon wrote:
> On Wednesday, February 20, 2013, Alim Akhtar wrote:
>> Hi,
>>
>> On Tue, Feb 19, 2013 at 6:04 PM, Dongjin Kim wrote:
>> > Hello Seungwon,
>> >
>> > Thank you for reviewing and I understand what you mean.
>
not have the
information of Exynos5250.
And suggestion do you have?
Regards,
Dongjin.
On Tue, Feb 19, 2013 at 7:19 PM, Seungwon Jeon wrote:
> On Tuesday, February 19, 2013, Dongjin Kim wrote:
>> This patch adds the compatible string for MSHC controller of Exynos4412, and
>> share
: Dongjin Kim
---
drivers/mmc/host/dw_mmc-exynos.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c
index 4d50da6..38cd03c 100644
--- a/drivers/mmc/host/dw_mmc-exynos.c
+++ b/drivers/mmc/host/dw_mmc
nd remove the
for-block, it makes the code more simple. I like to have a comment
from Thomas if have to support both cases, gpios and default-pinctrl.
Best regards,
Dongjin.
On Fri, Feb 8, 2013 at 4:03 AM, Linus Walleij wrote:
> On Thu, Feb 7, 2013 at 7:17 PM, Dongjin Kim wrote:
>
>>
215000] dwmmc_exynos: probe of 1255.mshc failed with error -22
Cc: Thomas Abraham
Cc: Linus Walleij
Signed-off-by: Dongjin Kim
---
drivers/mmc/host/dw_mmc-exynos.c |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host
5, 2013 at 11:38 PM, Praveen Paneri wrote:
>
> Hi,
>
> On Tue, Feb 5, 2013 at 6:55 AM, Dongjin Kim wrote:
> > This patch adds host phy support for Samsung's Exynos4412 SoC to
> > samsung-usbphy driver. This patch is created upon
> > "http:/
This patch adds USBPHY device node for Samsung's Exynos4412 SoC to
arch/arm/boot/dts/exynos4412.dtsi.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412.dtsi | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412.dtsi
b/arch/arm/boo
This patch adds host phy support for Samsung's Exynos4412 SoC to
samsung-usbphy driver. This patch is created upon
"http://git.kernel.org/?p=linux/kernel/git/balbi/usb.git;a=commit;h=2564b526b8cf01e6c36285edfd40a438e683c2b8";
Cc: Praveen Paneri
Signed-off-by: Dongjin Kim
---
This fixes the property of dw-mshc-sdr-timing and dw-mshc-ddr-timing as per
its current binding, it only has two cells.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4412
This patch enables RTC device node defined in arch/arm/boot/dts/exynos4.dtsi.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts |4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
b/arch/arm/boot/dts/exynos4412-odroidx.dts
This patch adds host phy support for Samsung's Exynos4412 SoC to
samsung-usbphy driver and its device node.
Cc: Praveen Paneri
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412.dtsi | 13
drivers/usb/phy/samsung-usbphy.c | 156 -
2
integrate like OMAP boards have with
twl6030.dtsi and twl6040.dtsi.
If would be nice if somewhere you specify a directory for such device files.
Regards,
Dongjin.
On Sat, Jan 26, 2013 at 2:06 PM, Mark Brown
wrote:
> On Fri, Jan 25, 2013 at 03:46:08AM +0900, Dongjin Kim wrote:
>
>> ---
>&
This patch fixes the compiler warning of uninitialized variable.
drivers/usb/misc/usb3503.c: In function ‘usb3503_probe’:
drivers/usb/misc/usb3503.c:215:13: warning: ‘mode’ may be used uninitialized
in this function [-Wuninitialized]
Signed-off-by: Dongjin Kim
---
drivers/usb/misc/usb3503.c
This patch adds a dedicated DTS file for max77686 PMIC, supposed to be included
in a board DTS to control the power for certain consumer devices or AP with 9
BUCKs
and 26 LDOs
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/max77686.dtsi | 156 +++
1 file
This patch adds the compatible string for MSHC controller of Exynos4412, and
share the controller specific properties with Exynos5250 since they have same
features. Its driver data name is changed to exynos5_drv_data not to use SoC
specific name.
Signed-off-by: Dongjin Kim
---
drivers/mmc/host
Hi Jaehoon,
Yes, completely agree with you but I wanted to keep "exynos5250_"
before Exynos4210's drv_data is sorted out. Anyway "exynos5_" would be
ok, I think.
Regards,
Dongjin.
On Thu, Jan 24, 2013 at 11:41 AM, Jaehoon Chung wrote:
> On 01/24/2013 12:24 AM, Dong
This patch adds EHCI device node for Exynos4412
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412.dtsi |6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412.dtsi
b/arch/arm/boot/dts/exynos4412.dtsi
index 387aa27..0c8f23b 100644
--- a/arch/arm/boot
Added device tree support for usb3503 driver and add new document with device
tree binding information.
Signed-off-by: Dongjin Kim
---
Documentation/devicetree/bindings/usb/usb3503.txt | 20 +
drivers/usb/misc/usb3503.c| 31 +
2 files
This fixes the property of dw-mshc-sdr-timing and dw-mshc-ddr-timing as per
its current binding, it only has two cells.
And also RTC node is added new.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts |8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff
This patch adds the compatible string for MSHC controller of Exynos4412, and
reuse the controller specific properties with Exynos5250 since those have same
features.
Signed-off-by: Dongjin Kim
---
drivers/mmc/host/dw_mmc-exynos.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers
here is no "gpios =
<...>" property. So I guess bus setup has to be ignored when the gpios
are configured with pinctrl.
What's your advice?
Thank you in advance.
Dongjin.
On Fri, Jan 4, 2013 at 3:33 AM, Dongjin Kim wrote:
> Hi Thomas,
>
> Thank you for your reviewing,
This patch fixes the warning,
6a099c63650e50ebf7d1259b859a3d230aec4207 [4/10] USB: misc: Add USB3503
High-Speed Hub Controller
drivers/usb/misc/usb3503.c:238 usb3503_probe() error: we previously assumed
'pdata' could be null (see line 196)
Signed-off-by: Dongjin Kim
---
driver
Mon, Dec 31, 2012 at 2:57 PM, Thomas Abraham
wrote:
> On 21 December 2012 09:11, Dongjin Kim wrote:
>> This patch adds support for pin configuration using pinctrl subsystem to
>> dw_mmc-exynos driver. The property 'wp-gpios' can be specified for write
>> protect b
at 12:22 PM, Greg Kroah-Hartman
wrote:
> On Mon, Dec 31, 2012 at 11:50:54AM +0900, Dongjin Kim wrote:
>> This patch adds new driver of SMSC USB3503 USB 2.0 hub controller with HSIC
>> upstream connectivity and three USB 2.0 downstream ports. The specification
>> ca
Hi,
Does anyone have advice on this patch?
On Sat, Dec 22, 2012 at 2:11 AM, Dongjin Kim wrote:
> This patch adds support for pin configuration using pinctrl subsystem to
> dw_mmc-exynos driver. The property 'wp-gpios' can be specified for write
> protect but 'samsung,c
hing the modes,
HUB-MODE and STANDBY-MODE.
Signed-off-by: Dongjin Kim
---
drivers/usb/misc/Kconfig |6 +
drivers/usb/misc/Makefile |1 +
drivers/usb/misc/usb3503.c| 323 +
include/linux/platform_data/usb3503.h |
This patch adds EHCI device node on device tree for Exynos4 and defines its
default platform data, s5p_usb_phy_init and s5p_usb_phy_exit, so that those
function can be called from the driver.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4.dtsi |7 +++
arch/arm/mach
This patch adds a dedicated DTS file for max77686 PMIC, supposed to be included
in a board DTS to control the power for certain consumer devices or AP with 9
BUCKs
and 26 LDOs
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/max77686.dtsi | 156 +++
1 file
This patch adds GPIO connected LEDS on ODROID-X board and configure its
properties.
LED1: use 'heartbeat' trigger, blinking while the board is running.
LED2: use 'mmc0' trigger, on when mmc0 is accessing.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos441
Adding the device node to support eMMC storage on SDCARD4 ports, controlled by
Mobile Storage Host Controller.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 20
1 file changed, 20 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412
This patch adds the node to support fixed voltage for peripherals like LED,
ethernet controller.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 10 ++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
b/arch/arm/boot
Add initial dtb file for Hardkernel's ODROID-X board based on EXYNOS4412 SoC.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/Makefile |1 +
arch/arm/boot/dts/exynos4412-odroidx.dts | 47 ++
2 files changed, 48 insertions(+)
create mode 1
at 5:18 AM, Sergei Shtylyov wrote:
>
> Hello.
>
> On 12/26/2012 09:42 PM, Dongjin Kim wrote:
>
> > This patch support to get interrupt resource from device tree as well as
> > platform device if ehci node is defined in device tree and it's irq is
>
This patch support to get interrupt resource from device tree as well as
platform device if ehci node is defined in device tree and it's irq is
described.
Signed-off-by: Dongjin Kim
---
drivers/usb/host/ehci-s5p.c |8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --
This patch adds EHCI device node on device tree for Exynos4 and defines its
default platform data, s5p_usb_phy_init and s5p_usb_phy_exit, so that those
function can be called from the driver.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4.dtsi |7 +++
arch/arm/mach
partition for rootfs, anyhow real boot media has to be specified in
bootargs as well.
Thanks and any advice will be welcomed a lot.
Best regrds,
Dongjin.
On Sat, Dec 22, 2012 at 3:13 AM, Kukjin Kim wrote:
> Dongjin Kim wrote:
>>
>> Add initial dtb file for Hardkernel's ODRO
This patch adds GPIO connected LEDS on ODROID-X board, and describe its
properties.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
b/arch/arm/boot/dts
This patch adds the node to support fixed voltage for peripherals like LED,
ethernet controller.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 10 ++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
b/arch/arm/boot
Adding the device node to support eMMC storage on SDCARD4 ports, controlled by
Mobile Storage Host Controller.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 20
1 file changed, 20 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412
Add initial dtb file for Hardkernel's ODROID-X board based on EXYNOS4412 SoC.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/Makefile |1 +
arch/arm/boot/dts/exynos4412-odroidx.dts | 47 ++
2 files changed, 48 insertions(+)
create mode 1
uld specify pin control groups (clock, comand and data
lines) used for this controller.
-. 'pinctrl-names' should contain only one value, 'default'.
Signed-off-by: Dongjin Kim
---
drivers/mmc/host/dw_mmc-exynos.c | 44 --
1 file change
Add MSHC controller node to the device tree (DT).
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4.dtsi |9 +
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index e1347fc..92bca86 100644
--- a/arch/arm/boot/dts
Adding the device node to support eMMC storage on SDCARD4 ports, controlled by
Mobile Storage Host Controller.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 21 +
1 file changed, 21 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412
This patch adds the node to support fixed voltage for peripherals like LED,
ethernet controller.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 10 ++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
b/arch/arm/boot
This patch adds GPIO connected LEDS on ODROID-X board, and describe its
properties.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
b/arch/arm/boot/dts
Add initial dtb file for Hardkernel's ODROID-X board based on EXYNOS4412 SoC.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/Makefile |1 +
arch/arm/boot/dts/exynos4412-odroidx.dts | 52 ++
2 files changed, 53 insertions(+)
create mode 1
Add MSHC controller node to the device tree (DT).
---
arch/arm/boot/dts/exynos4.dtsi |8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index e1347fc..1b82921 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot
Replace clock instance name of MSHC controller for BIC and CIU of Exynos4412.
Signed-off-by: Dongjin Kim
---
arch/arm/mach-exynos/clock-exynos4.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-exynos/clock-exynos4.c
b/arch/arm/mach-exynos/clock-exynos4
Replace clock instance name of MSHC controller for BIC and CIU of Exynos4412.
Signed-off-by: Dongjin Kim
---
arch/arm/mach-exynos/clock-exynos4.c | 25 ++---
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/arch/arm/mach-exynos/clock-exynos4.c
b/arch/arm
more. :)
Thanks again.
Regards,
Dongjin.
보낸 사람: Kukjin Kim [kgene@samsung.com]
보낸 날짜: 2012년 8월 8일 수요일 오전 11:23
받는 사람: 'Dongjin Kim'
참조: Dongjin Kim; 'Russell King'; 'Tony Lindgren'; 'Jon Medhurst';
Hi,
I didn't use -M and I couldn't see any difference with the it.
Did I make something wrong on that patch?
Thank you in advance.
Dongjin.
보낸 사람: Arnd Bergmann [a...@arndb.de]
보낸 날짜: 2012년 8월 8일 수요일 오전 4:38
받는 사람: Dongjin Kim
참조: Dongjin Ki
.0V";
}
Thank you in advance.
Dongjin.
보낸 사람: Mark Brown [broo...@opensource.wolfsonmicro.com]
보낸 날짜: 2012년 8월 8일 수요일 오전 4:34
받는 사람: Dongjin Kim
참조: Russell King; linux-kernel@vger.kernel.org;
linux-arm-ker...@lists.infradead.org; Dongjin Kim
제목: Re: [PATCH 1/
This patch create a DTS file for ODROID-X, it desribes PMIC max77686 and LED
gpios base.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 148 ++
1 file changed, 148 insertions(+)
create mode 100644 arch/arm/boot/dts/exynos4412-odroidx.dts
for Exynos4210 specific device nodes.
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/exynos4.dtsi| 404 +
arch/arm/boot/dts/exynos4210.dtsi | 374 +-
arch/arm/boot/dts/exynos4412.dtsi | 104 ++
3 files changed
Add a dedicated DTS file for max77686 PMIC.
This file is supposed to be included in a board DTS in order to control the
power for certain consumer devices or AP with 9 BUCKs and 26 LDOs
Signed-off-by: Dongjin Kim
---
arch/arm/boot/dts/max77686.dtsi | 303
ff-by: Dongjin Kim
---
arch/arm/mach-exynos/Kconfig | 23 +
arch/arm/mach-exynos/Makefile|1 +
arch/arm/mach-exynos/mach-hkdk4412.c | 964 ++
arch/arm/tools/mach-types|1 +
4 files changed, 989 insertions(+)
create mode 100644 arc
on.
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/11352
On 6 August 2012 19:27, Dongjin Kim wrote:
> This patch assign the I2C channel for HDMIPHY for Exynos4x12
> in s5p_i2c_hdmiphy_set_platdata() and s5p_hdmi_set_platdata()
>
> Change-Id: I7e66c8f9327e2f7dce7440efb8583b506d65831a
>
: Olof Johansson [o...@lixom.net]
보낸 날짜: 2012년 8월 7일 화요일 오전 11:28
받는 사람: Dongjin Kim
참조: Thomas Abraham; Dongjin Kim; Kukjin Kim; Russell King; Tony Lindgren; Jon
Medhurst; Shawn Guo; Uwe Kleine-König; linux-arm-ker...@lists.infradead.org;
linux-samsung-...@vger.kernel.org; linux-kernel
ngjin.
보낸 사람: Olof Johansson [o...@lixom.net]
보낸 날짜: 2012년 8월 7일 화요일 오전 3:33
받는 사람: Dongjin Kim
참조: Thomas Abraham; Dongjin Kim; Kukjin Kim; Russell King; Tony Lindgren; Jon
Medhurst; Shawn Guo; Uwe Kleine-König; linux-arm-ker...@lists.infradead.org;
linux-sa
Sorry, seems its my bad.
I took couple of commits from linaro kernel git for s3c-fb driver testing on my
hardware and encountered the compile problem. Now I got your meaning, DT is not
merged yet.
Thanks,
Dongjin.
- 원본 메시지 -
보낸 사람:Jingoo Han
받는 사람:'Dongjin Kim'
참조:D
.
Any advice will be welcomed.
Thanks,
Dongjin.
보낸 사람: Thomas Abraham [thomas.abra...@linaro.org]
보낸 날짜: 2012년 8월 7일 화요일 오전 2:37
받는 사람: Dongjin Kim
참조: Dongjin Kim; Kukjin Kim; Russell King; Tony Lindgren; Jon Medhurst; Shawn
Guo; Uwe Kleine-König; linux-arm
The HKDK4412 is the CPU module developed by Hardkernel which is based on
Exynos 4412. mach_hkdk4412.c is to run on ODROID-X hardware and Machine ID
(4289) is registered.
Change-Id: I3af02808c03b9acea916c310390a4904ad92d761
Signed-off-by: Dongjin Kim
---
arch/arm/mach-exynos/Kconfig
Change-Id: I5d7ff6f0070a10225d5b064b362d3d8f214787fd
Signed-off-by: Dongjin Kim
---
drivers/video/s3c-fb.c |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c
index 8c8adb5..268be0c 100644
--- a/drivers/video/s3c-fb.c
+++ b
: I61615c5b719d3646698f114fc3777eb304694099
Signed-off-by: Dongjin Kim
---
arch/arm/mach-exynos/hotplug.c |4 +-
arch/arm/mach-exynos/include/mach/regs-pmu.h | 11 ++-
arch/arm/mach-exynos/platsmp.c | 100 +-
3 files changed, 76 insertions(+), 39
This patch support to control USB HSIC of EXYNOS4,
edited based on Samsung's GT-i9100 ICS Opensource Update7.
Change-Id: Ifba33c6a5166abf3644794eee6abe528bd71f521
Signed-off-by: Dongjin Kim
---
arch/arm/mach-exynos/common.c|5 +
arch/arm/mach-exynos/include/mach
This patch assign the I2C channel for HDMIPHY for Exynos4x12
in s5p_i2c_hdmiphy_set_platdata() and s5p_hdmi_set_platdata()
Change-Id: I7e66c8f9327e2f7dce7440efb8583b506d65831a
Signed-off-by: Dongjin Kim
---
arch/arm/plat-samsung/devs.c |4
1 file changed, 4 insertions(+)
diff --git a
GPIO functions are not registered for Exynos4412 yet,
therefore exynos4_gpiolib_init() is added to initialize Exynos4412 SoC.
Change-Id: I5945d94c6fbfc309ccf882eba067864a338c04ca
Signed-off-by: Dongjin Kim
---
drivers/gpio/gpio-samsung.c |6 --
1 file changed, 4 insertions(+), 2
97 matches
Mail list logo