-
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.
Merge branch 'armsoc/for-3.12/soc' of git://github.com/broadcom/bcm11…
…351 into next/boards From Christian Daudt, SoC changes for Broadcom. * 'armsoc/for-3.12/soc' of git://github.com/broadcom/bcm11351: (673 commits) ARM: bcm: Make secure API call optional ARM: DT: binding fixup to align with vendor-prefixes.txt (drivers) ARM: mmc: fix NONREMOVABLE test in sdhci-bcm-kona ARM: bcm: Rename board_bcm mmc: sdhci-bcm-kona: make linker-section warning go away ARM: configs: disable DEBUG_LL in bcm_defconfig ARM: bcm281xx: Board specific reboot code ARM bcm281xx: Turn on socket & network support. ARM: bcm281xx: Turn on L2 cache. + Linux 3.11-rc4 Signed-off-by: Olof Johansson <olof@lixom.net>
- Loading branch information
Showing
718 changed files
with
10,780 additions
and
6,880 deletions.
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 |
---|---|---|
|
@@ -29,6 +29,7 @@ modules.builtin | |
*.bz2 | ||
*.lzma | ||
*.xz | ||
*.lz4 | ||
*.lzo | ||
*.patch | ||
*.gcno | ||
|
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,17 @@ | ||
What: /sys/module/xen_blkback/parameters/max_buffer_pages | ||
Date: March 2013 | ||
KernelVersion: 3.11 | ||
Contact: Roger Pau Monné <roger.pau@citrix.com> | ||
Description: | ||
Maximum number of free pages to keep in each block | ||
backend buffer. | ||
|
||
What: /sys/module/xen_blkback/parameters/max_persistent_grants | ||
Date: March 2013 | ||
KernelVersion: 3.11 | ||
Contact: Roger Pau Monné <roger.pau@citrix.com> | ||
Description: | ||
Maximum number of grants to map persistently in | ||
blkback. If the frontend tries to use more than | ||
max_persistent_grants, the LRU kicks in and starts | ||
removing 5% of max_persistent_grants every 100ms. |
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,10 @@ | ||
What: /sys/module/xen_blkfront/parameters/max | ||
Date: June 2013 | ||
KernelVersion: 3.11 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Maximum number of segments that the frontend will negotiate | ||
with the backend for indirect descriptors. The default value | ||
is 32 - higher value means more potential throughput but more | ||
memory usage. The backend picks the minimum of the frontend | ||
and its default backend value. |
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
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 |
---|---|---|
|
@@ -98,6 +98,7 @@ clocks and IDs. | |
fpm 83 | ||
mpll_osc_sel 84 | ||
mpll_sel 85 | ||
spll_gate 86 | ||
|
||
Examples: | ||
|
||
|
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
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.