From: Simon Horman <hidden> Date: 2016-02-02 15:22:47
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC defconfig updates for v4.6.
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.6
for you to fetch changes up to 20cc7dd4d03d912d28a642701f08c7dba8622436:
ARM: multi_v7_defconfig: Enable XHCI_RCAR (2016-01-27 18:23:03 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.6
* Enable XHCI_RCAR
* Do not enable CONFIG_CPU_BPREDICT_DISABLE
----------------------------------------------------------------
Geert Uytterhoeven (1):
ARM: shmobile: defconfig: Do not enable CONFIG_CPU_BPREDICT_DISABLE
Simon Horman (2):
ARM: shmobile: enable XHCI_RCAR in defconfig
ARM: multi_v7_defconfig: Enable XHCI_RCAR
arch/arm/configs/multi_v7_defconfig | 1 +
arch/arm/configs/shmobile_defconfig | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
From: Simon Horman <hidden> Date: 2016-02-02 15:23:02
From: Geert Uytterhoeven <geert+renesas@glider.be>
Do not disable branch prediction, as this has a big performance impact.
After re-enabling branch prediction, __loop_delay() runs 16 (Cortex A15)
or 11 (Cortex A9) times faster than before.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/configs/shmobile_defconfig | 1 -
1 file changed, 1 deletion(-)
From: Simon Horman <hidden> Date: 2016-02-02 15:23:04
This is used by Renesas R-Car SoCs.
Signed-off-by: Simon Horman <redacted>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
From: Olof Johansson <hidden> Date: 2016-02-08 21:24:58
On Tue, Feb 02, 2016 at 04:22:47PM +0100, Simon Horman wrote:
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC defconfig updates for v4.6.
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.6
for you to fetch changes up to 20cc7dd4d03d912d28a642701f08c7dba8622436:
ARM: multi_v7_defconfig: Enable XHCI_RCAR (2016-01-27 18:23:03 +0900)