-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a4b6d4
commit 752feb0
Showing
6,056 changed files
with
3,191,172 additions
and
14,567 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
============= | ||
A N D R O I D | ||
============= | ||
|
||
Copyright (C) 2009 Google, Inc. | ||
Written by Mike Chan <[email protected]> | ||
|
||
CONTENTS: | ||
--------- | ||
|
||
1. Android | ||
1.1 Required enabled config options | ||
1.2 Required disabled config options | ||
1.3 Recommended enabled config options | ||
2. Contact | ||
|
||
|
||
1. Android | ||
========== | ||
|
||
Android (www.android.com) is an open source operating system for mobile devices. | ||
This document describes configurations needed to run the Android framework on | ||
top of the Linux kernel. | ||
|
||
To see a working defconfig look at msm_defconfig or goldfish_defconfig | ||
which can be found at http://android.git.kernel.org in kernel/common.git | ||
and kernel/msm.git | ||
|
||
|
||
1.1 Required enabled config options | ||
----------------------------------- | ||
After building a standard defconfig, ensure that these options are enabled in | ||
your .config or defconfig if they are not already. Based off the msm_defconfig. | ||
You should keep the rest of the default options enabled in the defconfig | ||
unless you know what you are doing. | ||
|
||
ANDROID_PARANOID_NETWORK | ||
ASHMEM | ||
CONFIG_FB_MODE_HELPERS | ||
CONFIG_FONT_8x16 | ||
CONFIG_FONT_8x8 | ||
CONFIG_YAFFS_SHORT_NAMES_IN_RAM | ||
DAB | ||
EARLYSUSPEND | ||
FB | ||
FB_CFB_COPYAREA | ||
FB_CFB_FILLRECT | ||
FB_CFB_IMAGEBLIT | ||
FB_DEFERRED_IO | ||
FB_TILEBLITTING | ||
HIGH_RES_TIMERS | ||
INOTIFY | ||
INOTIFY_USER | ||
INPUT_EVDEV | ||
INPUT_GPIO | ||
INPUT_MISC | ||
LEDS_CLASS | ||
LEDS_GPIO | ||
LOCK_KERNEL | ||
LkOGGER | ||
LOW_MEMORY_KILLER | ||
MISC_DEVICES | ||
NEW_LEDS | ||
NO_HZ | ||
POWER_SUPPLY | ||
PREEMPT | ||
RAMFS | ||
RTC_CLASS | ||
RTC_LIB | ||
SWITCH | ||
SWITCH_GPIO | ||
TMPFS | ||
UID_STAT | ||
UID16 | ||
USB_FUNCTION | ||
USB_FUNCTION_ADB | ||
USER_WAKELOCK | ||
VIDEO_OUTPUT_CONTROL | ||
WAKELOCK | ||
YAFFS_AUTO_YAFFS2 | ||
YAFFS_FS | ||
YAFFS_YAFFS1 | ||
YAFFS_YAFFS2 | ||
|
||
|
||
1.2 Required disabled config options | ||
------------------------------------ | ||
CONFIG_YAFFS_DISABLE_LAZY_LOAD | ||
DNOTIFY | ||
|
||
|
||
1.3 Recommended enabled config options | ||
------------------------------ | ||
ANDROID_PMEM | ||
PSTORE_CONSOLE | ||
PSTORE_RAM | ||
SCHEDSTATS | ||
DEBUG_PREEMPT | ||
DEBUG_MUTEXES | ||
DEBUG_SPINLOCK_SLEEP | ||
DEBUG_INFO | ||
FRAME_POINTER | ||
CPU_FREQ | ||
CPU_FREQ_TABLE | ||
CPU_FREQ_DEFAULT_GOV_ONDEMAND | ||
CPU_FREQ_GOV_ONDEMAND | ||
CRC_CCITT | ||
EMBEDDED | ||
INPUT_TOUCHSCREEN | ||
I2C | ||
I2C_BOARDINFO | ||
LOG_BUF_SHIFT=17 | ||
SERIAL_CORE | ||
SERIAL_CORE_CONSOLE | ||
|
||
|
||
2. Contact | ||
========== | ||
website: http://android.git.kernel.org | ||
|
||
mailing-lists: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
Documentation/devicetree/bindings/clock/clk-exynos-audss.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
* Samsung Audio Subsystem Clock Controller | ||
|
||
The Samsung Audio Subsystem clock controller generates and supplies clocks | ||
to Audio Subsystem block available in the S5PV210 and Exynos SoCs. The clock | ||
binding described here is applicable to all SoC's in Exynos family. | ||
|
||
Required Properties: | ||
|
||
- compatible: should be one of the following: | ||
- "samsung,exynos4210-audss-clock" - controller compatible with all Exynos4 SoCs. | ||
- "samsung,exynos5250-audss-clock" - controller compatible with all Exynos5 SoCs. | ||
|
||
- reg: physical base address and length of the controller's register set. | ||
|
||
- #clock-cells: should be 1. | ||
|
||
The following is the list of clocks generated by the controller. Each clock is | ||
assigned an identifier and client nodes use this identifier to specify the | ||
clock which they consume. Some of the clocks are available only on a particular | ||
Exynos4 SoC and this is specified where applicable. | ||
|
||
Provided clocks: | ||
|
||
Clock ID SoC (if specific) | ||
----------------------------------------------- | ||
|
||
mout_audss 0 | ||
mout_i2s 1 | ||
dout_srp 2 | ||
dout_aud_bus 3 | ||
dout_i2s 4 | ||
srp_clk 5 | ||
i2s_bus 6 | ||
sclk_i2s 7 | ||
pcm_bus 8 | ||
sclk_pcm 9 | ||
|
||
Example 1: An example of a clock controller node is listed below. | ||
|
||
clock_audss: audss-clock-controller@3810000 { | ||
compatible = "samsung,exynos5250-audss-clock"; | ||
reg = <0x03810000 0x0C>; | ||
#clock-cells = <1>; | ||
}; | ||
|
||
Example 2: I2S controller node that consumes the clock generated by the clock | ||
controller. Refer to the standard clock bindings for information | ||
about 'clocks' and 'clock-names' property. | ||
|
||
i2s0: i2s@03830000 { | ||
compatible = "samsung,i2s-v5"; | ||
reg = <0x03830000 0x100>; | ||
dmas = <&pdma0 10 | ||
&pdma0 9 | ||
&pdma0 8>; | ||
dma-names = "tx", "rx", "tx-sec"; | ||
clocks = <&clock_audss EXYNOS_I2S_BUS>, | ||
<&clock_audss EXYNOS_I2S_BUS>, | ||
<&clock_audss EXYNOS_SCLK_I2S>, | ||
<&clock_audss EXYNOS_MOUT_AUDSS>, | ||
<&clock_audss EXYNOS_MOUT_I2S>; | ||
clock-names = "iis", "i2s_opclk0", "i2s_opclk1", | ||
"mout_audss", "mout_i2s"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.