Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

odroidxu4_defconfig enable lvm and dm-crypt #12

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5509771
mmc: block: don't use parameter prefix if built as module
andy-shev Jun 24, 2015
127199a
regulator: s2mps11: Added shutdown function to poweroff
moonlinux Jul 12, 2015
78a3e71
phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800
Oct 31, 2014
1e6c2c7
media/rc: Add new receiver to specify gpio number for IR sensor
tobetter Aug 1, 2015
c2e483c
ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base
moonlinux Jun 15, 2015
07409ca
ARM: dts: Add to enable SPI1 on ODROID-XU4
tobetter Jul 21, 2015
c8d9ff4
staging: fbtft: Add new fbtft lcd for ODROID board
tobetter Jul 21, 2015
6fd46c9
phy: exynos5-usbdrd: fixed the return value.
moonlinux Jun 3, 2016
83a8dae
media/rc: fix path of header file 'gpio-ir-recv.h'
tobetter Jun 10, 2016
efba67b
exynos5800: added higher freqs for XU4
tombriden Mar 16, 2016
29d5024
ODROID-XU4 : mmc power control for UHS mode
moonlinux Jul 22, 2015
21737ca
ARM: dts: exynos: Add UHS-I bus speed support
tobetter Jul 26, 2016
f68111a
usb: host: xhci-plat: Get PHYs for xhci's hcds
tobetter Jul 30, 2016
5ffa33b
ODROID-XU4: defconfig: add default kernel configration
tobetter Jun 1, 2016
dae522b
odroidxu4_defconfig enable lvm and dm-crypt
Dmole Oct 5, 2016
83d783d
Merge remote-tracking branch 'remotes/kernel/linux-4.8.y' into odroid…
Dmole Oct 6, 2016
107d026
arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
wildea01 Aug 26, 2016
0b09f2d
Using BUG_ON() as an assert() is _never_ acceptable
torvalds Oct 4, 2016
540ce80
usb: misc: legousbtower: Fix NULL pointer deference
gregkh Sep 19, 2016
e87e0de
Staging: fbtft: Fix bug in fbtft-core
KsenijaS Oct 2, 2016
f38d80a
usb: usbip: vudc: fix left shift overflow
fishilico Aug 23, 2016
6bd1000
USB: serial: cp210x: Add ID for a Juniper console
Sep 23, 2016
ec370e2
Revert "usbtmc: convert to devm_kzalloc"
gregkh Sep 28, 2016
f090888
ALSA: hda - Adding one more ALC255 pin definition for headset problem
jason77-wang Sep 26, 2016
35e0251
ALSA: hda - Fix headset mic detection problem for several Dell laptops
jason77-wang Sep 11, 2016
8cf61e5
ALSA: hda - Add the top speaker pin config for HP Spectre x360
tiwai Sep 27, 2016
a7fac75
Linux 4.8.1
gregkh Oct 7, 2016
b80b4f9
Merge remote-tracking branch 'remotes/kernel/linux-4.8.y' into odroid…
Dmole Oct 9, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = 4
PATCHLEVEL = 8
SUBLEVEL = 0
SUBLEVEL = 1
EXTRAVERSION =
NAME = Psychotic Stoned Sheep

Expand Down
34 changes: 32 additions & 2 deletions arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@

ldo13_reg: LDO13 {
regulator-name = "vddq_mmc2";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
regulator-min-microvolt = <1300000>;
regulator-max-microvolt = <3300000>;
};

ldo15_reg: LDO15 {
Expand Down Expand Up @@ -527,6 +527,11 @@
cap-sd-highspeed;
vmmc-supply = <&ldo19_reg>;
vqmmc-supply = <&ldo13_reg>;
sd-uhs-sdr12;
sd-uhs-sdr25;
sd-uhs-sdr50;
sd-uhs-sdr104;
sd-uhs-ddr50;
};

&nocp_mem0_0 {
Expand Down Expand Up @@ -590,6 +595,31 @@
vtmu-supply = <&ldo7_reg>;
};

&tmu_cpu0 {
vtmu-supply = <&ldo7_reg>;
status = "okay";
};

&tmu_cpu1 {
vtmu-supply = <&ldo7_reg>;
status = "okay";
};

&tmu_cpu2 {
vtmu-supply = <&ldo7_reg>;
status = "okay";
};

&tmu_cpu3 {
vtmu-supply = <&ldo7_reg>;
status = "okay";
};

&tmu_gpu {
vtmu-supply = <&ldo7_reg>;
status = "okay";
};

&rtc {
status = "okay";
clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5422-odroidxu4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@
&usbdrd_dwc3_1 {
dr_mode = "host";
};

&spi_1 {
status = "okay";
};
20 changes: 20 additions & 0 deletions arch/arm/boot/dts/exynos5800.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@
};

&cluster_a15_opp_table {
opp@2000000000 {
opp-hz = /bits/ 64 <2000000000>;
opp-microvolt = <1250000>;
clock-latency-ns = <140000>;
};
opp@1900000000 {
opp-hz = /bits/ 64 <1900000000>;
opp-microvolt = <1250000>;
clock-latency-ns = <140000>;
};
opp@1800000000 {
opp-hz = /bits/ 64 <1800000000>;
opp-microvolt = <1250000>;
clock-latency-ns = <140000>;
};
opp@1700000000 {
opp-microvolt = <1250000>;
};
Expand Down Expand Up @@ -85,6 +100,11 @@
};

&cluster_a7_opp_table {
opp@1400000000 {
opp-hz = /bits/ 64 <1400000000>;
opp-microvolt = <1250000>;
clock-latency-ns = <140000>;
};
opp@1300000000 {
opp-microvolt = <1250000>;
};
Expand Down
Loading