You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'topic/hw-constraint-single' into for-next
This commit is contained in:
@@ -41,9 +41,13 @@ useless and be disabled, returning errors. So it is important to monitor
|
|||||||
the amount of free space and expand the <COW device> before it fills up.
|
the amount of free space and expand the <COW device> before it fills up.
|
||||||
|
|
||||||
<persistent?> is P (Persistent) or N (Not persistent - will not survive
|
<persistent?> is P (Persistent) or N (Not persistent - will not survive
|
||||||
after reboot).
|
after reboot). O (Overflow) can be added as a persistent store option
|
||||||
The difference is that for transient snapshots less metadata must be
|
to allow userspace to advertise its support for seeing "Overflow" in the
|
||||||
saved on disk - they can be kept in memory by the kernel.
|
snapshot status. So supported store types are "P", "PO" and "N".
|
||||||
|
|
||||||
|
The difference between persistent and transient is with transient
|
||||||
|
snapshots less metadata must be saved on disk - they can be kept in
|
||||||
|
memory by the kernel.
|
||||||
|
|
||||||
|
|
||||||
* snapshot-merge <origin> <COW device> <persistent> <chunksize>
|
* snapshot-merge <origin> <COW device> <persistent> <chunksize>
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Optional properties, deprecated for soctype-specific bindings:
|
|||||||
- renesas,tx-fifo-size : Overrides the default tx fifo size given in words
|
- renesas,tx-fifo-size : Overrides the default tx fifo size given in words
|
||||||
(default is 64)
|
(default is 64)
|
||||||
- renesas,rx-fifo-size : Overrides the default rx fifo size given in words
|
- renesas,rx-fifo-size : Overrides the default rx fifo size given in words
|
||||||
(default is 64, or 256 on R-Car Gen2)
|
(default is 64)
|
||||||
|
|
||||||
Pinctrl properties might be needed, too. See
|
Pinctrl properties might be needed, too. See
|
||||||
Documentation/devicetree/bindings/pinctrl/renesas,*.
|
Documentation/devicetree/bindings/pinctrl/renesas,*.
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ Required properties:
|
|||||||
- "renesas,usbhs-r8a7790"
|
- "renesas,usbhs-r8a7790"
|
||||||
- "renesas,usbhs-r8a7791"
|
- "renesas,usbhs-r8a7791"
|
||||||
- "renesas,usbhs-r8a7794"
|
- "renesas,usbhs-r8a7794"
|
||||||
|
- "renesas,usbhs-r8a7795"
|
||||||
- reg: Base address and length of the register for the USBHS
|
- reg: Base address and length of the register for the USBHS
|
||||||
- interrupts: Interrupt specifier for the USBHS
|
- interrupts: Interrupt specifier for the USBHS
|
||||||
- clocks: A list of phandle + clock specifier pairs
|
- clocks: A list of phandle + clock specifier pairs
|
||||||
|
|||||||
+26
-3
@@ -3591,6 +3591,13 @@ F: drivers/gpu/drm/i915/
|
|||||||
F: include/drm/i915*
|
F: include/drm/i915*
|
||||||
F: include/uapi/drm/i915*
|
F: include/uapi/drm/i915*
|
||||||
|
|
||||||
|
DRM DRIVERS FOR ATMEL HLCDC
|
||||||
|
M: Boris Brezillon <boris.brezillon@free-electrons.com>
|
||||||
|
L: dri-devel@lists.freedesktop.org
|
||||||
|
S: Supported
|
||||||
|
F: drivers/gpu/drm/atmel-hlcdc/
|
||||||
|
F: Documentation/devicetree/bindings/drm/atmel/
|
||||||
|
|
||||||
DRM DRIVERS FOR EXYNOS
|
DRM DRIVERS FOR EXYNOS
|
||||||
M: Inki Dae <inki.dae@samsung.com>
|
M: Inki Dae <inki.dae@samsung.com>
|
||||||
M: Joonyoung Shim <jy0922.shim@samsung.com>
|
M: Joonyoung Shim <jy0922.shim@samsung.com>
|
||||||
@@ -3619,6 +3626,14 @@ S: Maintained
|
|||||||
F: drivers/gpu/drm/imx/
|
F: drivers/gpu/drm/imx/
|
||||||
F: Documentation/devicetree/bindings/drm/imx/
|
F: Documentation/devicetree/bindings/drm/imx/
|
||||||
|
|
||||||
|
DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
|
||||||
|
M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
|
||||||
|
L: dri-devel@lists.freedesktop.org
|
||||||
|
T: git git://github.com/patjak/drm-gma500
|
||||||
|
S: Maintained
|
||||||
|
F: drivers/gpu/drm/gma500
|
||||||
|
F: include/drm/gma500*
|
||||||
|
|
||||||
DRM DRIVERS FOR NVIDIA TEGRA
|
DRM DRIVERS FOR NVIDIA TEGRA
|
||||||
M: Thierry Reding <thierry.reding@gmail.com>
|
M: Thierry Reding <thierry.reding@gmail.com>
|
||||||
M: Terje Bergström <tbergstrom@nvidia.com>
|
M: Terje Bergström <tbergstrom@nvidia.com>
|
||||||
@@ -4003,7 +4018,7 @@ S: Maintained
|
|||||||
F: sound/usb/misc/ua101.c
|
F: sound/usb/misc/ua101.c
|
||||||
|
|
||||||
EXTENSIBLE FIRMWARE INTERFACE (EFI)
|
EXTENSIBLE FIRMWARE INTERFACE (EFI)
|
||||||
M: Matt Fleming <matt.fleming@intel.com>
|
M: Matt Fleming <matt@codeblueprint.co.uk>
|
||||||
L: linux-efi@vger.kernel.org
|
L: linux-efi@vger.kernel.org
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
|
||||||
S: Maintained
|
S: Maintained
|
||||||
@@ -4018,7 +4033,7 @@ F: include/linux/efi*.h
|
|||||||
EFI VARIABLE FILESYSTEM
|
EFI VARIABLE FILESYSTEM
|
||||||
M: Matthew Garrett <matthew.garrett@nebula.com>
|
M: Matthew Garrett <matthew.garrett@nebula.com>
|
||||||
M: Jeremy Kerr <jk@ozlabs.org>
|
M: Jeremy Kerr <jk@ozlabs.org>
|
||||||
M: Matt Fleming <matt.fleming@intel.com>
|
M: Matt Fleming <matt@codeblueprint.co.uk>
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
|
||||||
L: linux-efi@vger.kernel.org
|
L: linux-efi@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
@@ -9101,6 +9116,15 @@ S: Supported
|
|||||||
F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
|
F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
|
||||||
F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
|
F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
|
||||||
|
|
||||||
|
SYNOPSYS DESIGNWARE I2C DRIVER
|
||||||
|
M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
|
||||||
|
M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
|
||||||
|
M: Mika Westerberg <mika.westerberg@linux.intel.com>
|
||||||
|
L: linux-i2c@vger.kernel.org
|
||||||
|
S: Maintained
|
||||||
|
F: drivers/i2c/busses/i2c-designware-*
|
||||||
|
F: include/linux/platform_data/i2c-designware.h
|
||||||
|
|
||||||
SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
|
SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
|
||||||
M: Seungwon Jeon <tgih.jun@samsung.com>
|
M: Seungwon Jeon <tgih.jun@samsung.com>
|
||||||
M: Jaehoon Chung <jh80.chung@samsung.com>
|
M: Jaehoon Chung <jh80.chung@samsung.com>
|
||||||
@@ -9914,7 +9938,6 @@ S: Maintained
|
|||||||
F: drivers/staging/lustre
|
F: drivers/staging/lustre
|
||||||
|
|
||||||
STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
|
STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
|
||||||
M: Julian Andres Klode <jak@jak-linux.org>
|
|
||||||
M: Marc Dietrich <marvin24@gmx.de>
|
M: Marc Dietrich <marvin24@gmx.de>
|
||||||
L: ac100@lists.launchpad.net (moderated for non-subscribers)
|
L: ac100@lists.launchpad.net (moderated for non-subscribers)
|
||||||
L: linux-tegra@vger.kernel.org
|
L: linux-tegra@vger.kernel.org
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
VERSION = 4
|
VERSION = 4
|
||||||
PATCHLEVEL = 3
|
PATCHLEVEL = 3
|
||||||
SUBLEVEL = 0
|
SUBLEVEL = 0
|
||||||
EXTRAVERSION = -rc4
|
EXTRAVERSION = -rc6
|
||||||
NAME = Hurr durr I'ma sheep
|
NAME = Blurry Fish Butt
|
||||||
|
|
||||||
# *DOCUMENTATION*
|
# *DOCUMENTATION*
|
||||||
# To see a list of typical targets execute "make help"
|
# To see a list of typical targets execute "make help"
|
||||||
|
|||||||
@@ -52,4 +52,6 @@ static inline unsigned long find_zero(unsigned long bits)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define zero_bytemask(mask) ((2ul << (find_zero(mask) * 8)) - 1)
|
||||||
|
|
||||||
#endif /* _ASM_WORD_AT_A_TIME_H */
|
#endif /* _ASM_WORD_AT_A_TIME_H */
|
||||||
|
|||||||
@@ -578,7 +578,7 @@ dtb-$(CONFIG_MACH_SUN4I) += \
|
|||||||
sun4i-a10-hackberry.dtb \
|
sun4i-a10-hackberry.dtb \
|
||||||
sun4i-a10-hyundai-a7hd.dtb \
|
sun4i-a10-hyundai-a7hd.dtb \
|
||||||
sun4i-a10-inet97fv2.dtb \
|
sun4i-a10-inet97fv2.dtb \
|
||||||
sun4i-a10-itead-iteaduino-plus.dts \
|
sun4i-a10-itead-iteaduino-plus.dtb \
|
||||||
sun4i-a10-jesurun-q5.dtb \
|
sun4i-a10-jesurun-q5.dtb \
|
||||||
sun4i-a10-marsboard.dtb \
|
sun4i-a10-marsboard.dtb \
|
||||||
sun4i-a10-mini-xplus.dtb \
|
sun4i-a10-mini-xplus.dtb \
|
||||||
|
|||||||
@@ -98,6 +98,7 @@
|
|||||||
opp-hz = /bits/ 64 <800000000>;
|
opp-hz = /bits/ 64 <800000000>;
|
||||||
opp-microvolt = <1000000>;
|
opp-microvolt = <1000000>;
|
||||||
clock-latency-ns = <200000>;
|
clock-latency-ns = <200000>;
|
||||||
|
opp-suspend;
|
||||||
};
|
};
|
||||||
opp07 {
|
opp07 {
|
||||||
opp-hz = /bits/ 64 <900000000>;
|
opp-hz = /bits/ 64 <900000000>;
|
||||||
|
|||||||
@@ -197,6 +197,7 @@
|
|||||||
regulator-name = "P1.8V_LDO_OUT10";
|
regulator-name = "P1.8V_LDO_OUT10";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo11_reg: LDO11 {
|
ldo11_reg: LDO11 {
|
||||||
|
|||||||
@@ -1117,7 +1117,7 @@
|
|||||||
interrupt-parent = <&combiner>;
|
interrupt-parent = <&combiner>;
|
||||||
interrupts = <3 0>;
|
interrupts = <3 0>;
|
||||||
clock-names = "sysmmu", "master";
|
clock-names = "sysmmu", "master";
|
||||||
clocks = <&clock CLK_SMMU_FIMD1M0>, <&clock CLK_FIMD1>;
|
clocks = <&clock CLK_SMMU_FIMD1M1>, <&clock CLK_FIMD1>;
|
||||||
power-domains = <&disp_pd>;
|
power-domains = <&disp_pd>;
|
||||||
#iommu-cells = <0>;
|
#iommu-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -472,7 +472,6 @@
|
|||||||
*/
|
*/
|
||||||
pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
|
pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
samsung,pwm-outputs = <0>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
pinctrl-0 = <&pinctrl_pmic>;
|
pinctrl-0 = <&pinctrl_pmic>;
|
||||||
reg = <0x08>;
|
reg = <0x08>;
|
||||||
interrupt-parent = <&gpio5>;
|
interrupt-parent = <&gpio5>;
|
||||||
interrupts = <23 0x8>;
|
interrupts = <23 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
regulators {
|
regulators {
|
||||||
sw1_reg: sw1a {
|
sw1_reg: sw1a {
|
||||||
regulator-name = "SW1";
|
regulator-name = "SW1";
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
#include <dt-bindings/clock/imx5-clock.h>
|
#include <dt-bindings/clock/imx5-clock.h>
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_usbh1>;
|
|
||||||
regulator-name = "usbh1_vbus";
|
regulator-name = "usbh1_vbus";
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
regulator-max-microvolt = <5000000>;
|
regulator-max-microvolt = <5000000>;
|
||||||
@@ -47,7 +46,6 @@
|
|||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
reg = <2>;
|
reg = <2>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_usbotg>;
|
|
||||||
regulator-name = "usb_otg_vbus";
|
regulator-name = "usb_otg_vbus";
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
regulator-max-microvolt = <5000000>;
|
regulator-max-microvolt = <5000000>;
|
||||||
|
|||||||
@@ -1627,6 +1627,7 @@
|
|||||||
"mix.0", "mix.1",
|
"mix.0", "mix.1",
|
||||||
"dvc.0", "dvc.1",
|
"dvc.0", "dvc.1",
|
||||||
"clk_a", "clk_b", "clk_c", "clk_i";
|
"clk_a", "clk_b", "clk_c", "clk_i";
|
||||||
|
power-domains = <&cpg_clocks>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
|
|||||||
@@ -1677,6 +1677,7 @@
|
|||||||
"mix.0", "mix.1",
|
"mix.0", "mix.1",
|
||||||
"dvc.0", "dvc.1",
|
"dvc.0", "dvc.1",
|
||||||
"clk_a", "clk_b", "clk_c", "clk_i";
|
"clk_a", "clk_b", "clk_c", "clk_i";
|
||||||
|
power-domains = <&cpg_clocks>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
720000 1200000
|
720000 1200000
|
||||||
528000 1100000
|
528000 1100000
|
||||||
312000 1000000
|
312000 1000000
|
||||||
144000 900000
|
144000 1000000
|
||||||
>;
|
>;
|
||||||
#cooling-cells = <2>;
|
#cooling-cells = <2>;
|
||||||
cooling-min-level = <0>;
|
cooling-min-level = <0>;
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
#include <asm/cputype.h>
|
#include <asm/cputype.h>
|
||||||
#include <asm/cp15.h>
|
#include <asm/cp15.h>
|
||||||
#include <asm/mcpm.h>
|
#include <asm/mcpm.h>
|
||||||
|
#include <asm/smp_plat.h>
|
||||||
|
|
||||||
#include "regs-pmu.h"
|
#include "regs-pmu.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
@@ -70,7 +71,31 @@ static int exynos_cpu_powerup(unsigned int cpu, unsigned int cluster)
|
|||||||
cluster >= EXYNOS5420_NR_CLUSTERS)
|
cluster >= EXYNOS5420_NR_CLUSTERS)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
exynos_cpu_power_up(cpunr);
|
if (!exynos_cpu_power_state(cpunr)) {
|
||||||
|
exynos_cpu_power_up(cpunr);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This assumes the cluster number of the big cores(Cortex A15)
|
||||||
|
* is 0 and the Little cores(Cortex A7) is 1.
|
||||||
|
* When the system was booted from the Little core,
|
||||||
|
* they should be reset during power up cpu.
|
||||||
|
*/
|
||||||
|
if (cluster &&
|
||||||
|
cluster == MPIDR_AFFINITY_LEVEL(cpu_logical_map(0), 1)) {
|
||||||
|
/*
|
||||||
|
* Before we reset the Little cores, we should wait
|
||||||
|
* the SPARE2 register is set to 1 because the init
|
||||||
|
* codes of the iROM will set the register after
|
||||||
|
* initialization.
|
||||||
|
*/
|
||||||
|
while (!pmu_raw_readl(S5P_PMU_SPARE2))
|
||||||
|
udelay(10);
|
||||||
|
|
||||||
|
pmu_raw_writel(EXYNOS5420_KFC_CORE_RESET(cpu),
|
||||||
|
EXYNOS_SWRESET);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -513,6 +513,12 @@ static inline unsigned int exynos_pmu_cpunr(unsigned int mpidr)
|
|||||||
#define SPREAD_ENABLE 0xF
|
#define SPREAD_ENABLE 0xF
|
||||||
#define SPREAD_USE_STANDWFI 0xF
|
#define SPREAD_USE_STANDWFI 0xF
|
||||||
|
|
||||||
|
#define EXYNOS5420_KFC_CORE_RESET0 BIT(8)
|
||||||
|
#define EXYNOS5420_KFC_ETM_RESET0 BIT(20)
|
||||||
|
|
||||||
|
#define EXYNOS5420_KFC_CORE_RESET(_nr) \
|
||||||
|
((EXYNOS5420_KFC_CORE_RESET0 | EXYNOS5420_KFC_ETM_RESET0) << (_nr))
|
||||||
|
|
||||||
#define EXYNOS5420_BB_CON1 0x0784
|
#define EXYNOS5420_BB_CON1 0x0784
|
||||||
#define EXYNOS5420_BB_SEL_EN BIT(31)
|
#define EXYNOS5420_BB_SEL_EN BIT(31)
|
||||||
#define EXYNOS5420_BB_PMOS_EN BIT(7)
|
#define EXYNOS5420_BB_PMOS_EN BIT(7)
|
||||||
|
|||||||
+1
-1
@@ -42,7 +42,7 @@ endif
|
|||||||
CHECKFLAGS += -D__aarch64__
|
CHECKFLAGS += -D__aarch64__
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
|
ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
|
||||||
CFLAGS_MODULE += -mcmodel=large
|
KBUILD_CFLAGS_MODULE += -mcmodel=large
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Default value
|
# Default value
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user