From: Krzysztof Kozlowski <hidden> Date: 2016-02-15 00:34:40
Hi Arnd, Kevin and Olof,
This time pull request directly from me (agreed with Kukjin).
Stuff for v4.6 with some dependencies, split into
separate tags. The need for dependency is explained both
in merge-commit and in description of a tag which is using
the dependency.
The order goes like (but of course dependencies
could be pulled all at once at beginning):
1. tags/samsung-fixes-non-critical-4.6
2. tags/samsung-dt-srom-4.6 (DT changs needed by soc)
3. tags/samsung-drivers-soc-srom-pmu-4.6
4. tags/samsung-soc-4.6
5. tags/samsung-drivers-4.6
6. tags/samsung-dt-4.6
7. tags/samsung-defconfig-4.6 (this will also pull tag from RTC tree)
Please share your comments or just pull.
Kind regards,
Krzysztof
From: Krzysztof Kozlowski <hidden> Date: 2016-02-15 00:34:45
Hi Arnd, Kevin and Olof,
Early DT changes for v4.6, needed before removal of SROM support
from mach-exynos.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-dt-srom-4.6
for you to fetch changes up to d2deef6c61e65d1e0cee40c1d74fa99007da8c84:
ARM: dts: Add SROM to exynos5410 (2016-01-25 10:32:07 +0900)
----------------------------------------------------------------
Device Tree changes for v4.6 adding the nodes for Exynos SROM controller
driver. The driver saves and restores SROM registers during suspend to RAM.
DT changes should go in before removal of SROM support from mach-exynos.
----------------------------------------------------------------
Pankaj Dubey (2):
ARM: dts: Add SROM device node for exynos4
ARM: dts: Add SROM device node for exynos5
Pavel Fedin (1):
ARM: dts: Add SROM to exynos5410
arch/arm/boot/dts/exynos4.dtsi | 5 +++++
arch/arm/boot/dts/exynos5.dtsi | 5 +++++
arch/arm/boot/dts/exynos5410.dtsi | 5 +++++
3 files changed, 15 insertions(+)
From: Olof Johansson <hidden> Date: 2016-02-24 22:58:56
On Mon, Feb 15, 2016 at 09:34:01AM +0900, Krzysztof Kozlowski wrote:
Hi Arnd, Kevin and Olof,
Early DT changes for v4.6, needed before removal of SROM support
from mach-exynos.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-dt-srom-4.6
for you to fetch changes up to d2deef6c61e65d1e0cee40c1d74fa99007da8c84:
ARM: dts: Add SROM to exynos5410 (2016-01-25 10:32:07 +0900)
----------------------------------------------------------------
Device Tree changes for v4.6 adding the nodes for Exynos SROM controller
driver. The driver saves and restores SROM registers during suspend to RAM.
DT changes should go in before removal of SROM support from mach-exynos.
----------------------------------------------------------------
Pankaj Dubey (2):
ARM: dts: Add SROM device node for exynos4
ARM: dts: Add SROM device node for exynos5
Pavel Fedin (1):
ARM: dts: Add SROM to exynos5410
Hi,
Please use the format:
ARM: dts: exynos: ...
in the future.
Merged for now.
-Olof
From: Krzysztof Kozlowski <hidden> Date: 2016-02-25 00:13:43
On 25.02.2016 07:23, Olof Johansson wrote:
On Mon, Feb 15, 2016 at 09:34:01AM +0900, Krzysztof Kozlowski wrote:
quoted
Hi Arnd, Kevin and Olof,
Early DT changes for v4.6, needed before removal of SROM support
from mach-exynos.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-dt-srom-4.6
for you to fetch changes up to d2deef6c61e65d1e0cee40c1d74fa99007da8c84:
ARM: dts: Add SROM to exynos5410 (2016-01-25 10:32:07 +0900)
----------------------------------------------------------------
Device Tree changes for v4.6 adding the nodes for Exynos SROM controller
driver. The driver saves and restores SROM registers during suspend to RAM.
DT changes should go in before removal of SROM support from mach-exynos.
----------------------------------------------------------------
Pankaj Dubey (2):
ARM: dts: Add SROM device node for exynos4
ARM: dts: Add SROM device node for exynos5
Pavel Fedin (1):
ARM: dts: Add SROM to exynos5410
Hi,
Please use the format:
ARM: dts: exynos: ...
in the future.
Sure! I was using it before... but switched to Kukjin's format.
Thanks for merging,
Krzysztof
From: Olof Johansson <hidden> Date: 2016-02-24 22:58:58
On Mon, Feb 15, 2016 at 09:34:02AM +0900, Krzysztof Kozlowski wrote:
Hi Arnd, Kevin and Olof,
This finally moves SROM controller and PMU code to separate
driver under drivers/soc/samsung.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-drivers-soc-srom-pmu-4.6
for you to fetch changes up to 74a6659e8bf193066ba6bf365de66baa897aebb1:
drivers: soc: Add support for Exynos PMU driver (2016-01-25 10:46:59 +0900)
----------------------------------------------------------------
A set of changes adding new drivers under drivers/soc/samsung:
1. Split code for handling SROM registers out of arm/mach-exynos
in to separate SROM controller driver under drivers/soc/samsung.
The driver will save and restore SROM registers during Suspend
to RAM.
2. Add to this SROM controller driver support for bank configuration
used by child devices. This allows usage of SMSC9115 Ethernet chip
on SMDK5410 (Exynos5410) directly connected to SROM controller.
Hi,
OMAP has GPMC drivers under drivers/memory. I wonder if SROM should go there
too, since it's a quite similar bus.
Feel free to respin this without SROM now, so we can get the other pieces in
sooner and then revisit the SROM asyncronously. That'll remove the dependencies
on DT as well.
-Olof
From: Krzysztof Kozlowski <hidden> Date: 2016-02-25 00:43:14
On 25.02.2016 07:22, Olof Johansson wrote:
On Mon, Feb 15, 2016 at 09:34:02AM +0900, Krzysztof Kozlowski wrote:
quoted
Hi Arnd, Kevin and Olof,
This finally moves SROM controller and PMU code to separate
driver under drivers/soc/samsung.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-drivers-soc-srom-pmu-4.6
for you to fetch changes up to 74a6659e8bf193066ba6bf365de66baa897aebb1:
drivers: soc: Add support for Exynos PMU driver (2016-01-25 10:46:59 +0900)
----------------------------------------------------------------
A set of changes adding new drivers under drivers/soc/samsung:
1. Split code for handling SROM registers out of arm/mach-exynos
in to separate SROM controller driver under drivers/soc/samsung.
The driver will save and restore SROM registers during Suspend
to RAM.
2. Add to this SROM controller driver support for bank configuration
used by child devices. This allows usage of SMSC9115 Ethernet chip
on SMDK5410 (Exynos5410) directly connected to SROM controller.
Hi,
OMAP has GPMC drivers under drivers/memory. I wonder if SROM should go there
too, since it's a quite similar bus.
I wish I get this feedback before, when we were discussing the SROM
patches. :/
Indeed this sounds reasonable. On some boards the omap-gpmc is used for
the same purpose: interfacing to smsc,lan9115 (like on SMDK5410).
Feel free to respin this without SROM now, so we can get the other pieces in
sooner and then revisit the SROM asyncronously. That'll remove the dependencies
on DT as well.
Okay, I'll rebase all drivers/soc branches and respin the pull request
so PMU driver and other stuff could go in.
BTW, just in case, although PMU stands for "Power Management Unit" I
don't think it should be placed under drivers/power because it is not a
avs/charger/battery/reset driver. Existing power-related drivers are
under driver/soc (bcm, dove, tegra).
Re-work of SROM drivers could be started on top of it.
Best regards,
Krzysztof
From: Olof Johansson <hidden> Date: 2016-02-25 01:35:29
On Wed, Feb 24, 2016 at 4:43 PM, Krzysztof Kozlowski
[off-list ref] wrote:
On 25.02.2016 07:22, Olof Johansson wrote:
quoted
On Mon, Feb 15, 2016 at 09:34:02AM +0900, Krzysztof Kozlowski wrote:
quoted
Hi Arnd, Kevin and Olof,
This finally moves SROM controller and PMU code to separate
driver under drivers/soc/samsung.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-drivers-soc-srom-pmu-4.6
for you to fetch changes up to 74a6659e8bf193066ba6bf365de66baa897aebb1:
drivers: soc: Add support for Exynos PMU driver (2016-01-25 10:46:59 +0900)
----------------------------------------------------------------
A set of changes adding new drivers under drivers/soc/samsung:
1. Split code for handling SROM registers out of arm/mach-exynos
in to separate SROM controller driver under drivers/soc/samsung.
The driver will save and restore SROM registers during Suspend
to RAM.
2. Add to this SROM controller driver support for bank configuration
used by child devices. This allows usage of SMSC9115 Ethernet chip
on SMDK5410 (Exynos5410) directly connected to SROM controller.
Hi,
OMAP has GPMC drivers under drivers/memory. I wonder if SROM should go there
too, since it's a quite similar bus.
I wish I get this feedback before, when we were discussing the SROM
patches. :/
Yeah, I apologize -- I usually don't have the bandwidth to follow all
discussions, so I have to catch them when the pull requests come in.
I usually look up the discussions, this time I didn't.
Indeed this sounds reasonable. On some boards the omap-gpmc is used for
the same purpose: interfacing to smsc,lan9115 (like on SMDK5410).
quoted
Feel free to respin this without SROM now, so we can get the other pieces in
sooner and then revisit the SROM asyncronously. That'll remove the dependencies
on DT as well.
Okay, I'll rebase all drivers/soc branches and respin the pull request
so PMU driver and other stuff could go in.
BTW, just in case, although PMU stands for "Power Management Unit" I
don't think it should be placed under drivers/power because it is not a
avs/charger/battery/reset driver. Existing power-related drivers are
under driver/soc (bcm, dove, tegra).
Re-work of SROM drivers could be started on top of it.
Sounds good, and yes -- those sound appropriate to have under
drivers/soc at least at this time.
(At some point in time we'll have to go through and cleanup
drivers/soc, but we're letting it grow at the moment).
-Olof
Hi Krzysztof,
On Thursday 25 February 2016 06:13 AM, Krzysztof Kozlowski wrote:
On 25.02.2016 07:22, Olof Johansson wrote:
quoted
On Mon, Feb 15, 2016 at 09:34:02AM +0900, Krzysztof Kozlowski wrote:
quoted
Hi Arnd, Kevin and Olof,
This finally moves SROM controller and PMU code to separate
driver under drivers/soc/samsung.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-drivers-soc-srom-pmu-4.6
for you to fetch changes up to 74a6659e8bf193066ba6bf365de66baa897aebb1:
drivers: soc: Add support for Exynos PMU driver (2016-01-25 10:46:59 +0900)
----------------------------------------------------------------
A set of changes adding new drivers under drivers/soc/samsung:
1. Split code for handling SROM registers out of arm/mach-exynos
in to separate SROM controller driver under drivers/soc/samsung.
The driver will save and restore SROM registers during Suspend
to RAM.
2. Add to this SROM controller driver support for bank configuration
used by child devices. This allows usage of SMSC9115 Ethernet chip
on SMDK5410 (Exynos5410) directly connected to SROM controller.
Hi,
OMAP has GPMC drivers under drivers/memory. I wonder if SROM should go there
too, since it's a quite similar bus.
I wish I get this feedback before, when we were discussing the SROM
patches. :/
Indeed this sounds reasonable. On some boards the omap-gpmc is used for
the same purpose: interfacing to smsc,lan9115 (like on SMDK5410).
quoted
Feel free to respin this without SROM now, so we can get the other pieces in
sooner and then revisit the SROM asyncronously. That'll remove the dependencies
on DT as well.
Okay, I'll rebase all drivers/soc branches and respin the pull request
so PMU driver and other stuff could go in.
BTW, just in case, although PMU stands for "Power Management Unit" I
don't think it should be placed under drivers/power because it is not a
avs/charger/battery/reset driver. Existing power-related drivers are
under driver/soc (bcm, dove, tegra).
Re-work of SROM drivers could be started on top of it.
Please let me know if I need to take care of any of this work.
Thanks,
Pankaj Dubey
From: Krzysztof Kozlowski <hidden> Date: 2016-02-25 04:50:32
On 25.02.2016 13:19, pankaj.dubey wrote:
Hi Krzysztof,
quoted
quoted
OMAP has GPMC drivers under drivers/memory. I wonder if SROM should go there
too, since it's a quite similar bus.
I wish I get this feedback before, when we were discussing the SROM
patches. :/
Indeed this sounds reasonable. On some boards the omap-gpmc is used for
the same purpose: interfacing to smsc,lan9115 (like on SMDK5410).
quoted
Feel free to respin this without SROM now, so we can get the other pieces in
sooner and then revisit the SROM asyncronously. That'll remove the dependencies
on DT as well.
Okay, I'll rebase all drivers/soc branches and respin the pull request
so PMU driver and other stuff could go in.
BTW, just in case, although PMU stands for "Power Management Unit" I
don't think it should be placed under drivers/power because it is not a
avs/charger/battery/reset driver. Existing power-related drivers are
under driver/soc (bcm, dove, tegra).
Re-work of SROM drivers could be started on top of it.
Please let me know if I need to take care of any of this work.
Yes, unfortunately I need your help with that.
I rebased mach-exynos/drivers-soc related patches and pushed it to my
next/soc branch:
https://git.kernel.org/cgit/linux/kernel/git/krzk/linux.git/log/?h=next/soc
There are some changes in commits, mostly for movement of PMU driver
(now it is applied first, before SROMc driver). I also applied some of
the cleanup and maintainer patches from SROMc patchset. DT changes are
already merged.
Overall, could you rebase remaining patches on top of my next/soc and
move SROM driver to drivers/memory? You can also rebase Pavel Fedin's
patches (if you don't I will rebase them).
Last version of applied SROMc patches is here:
https://git.kernel.org/cgit/linux/kernel/git/krzk/linux.git/log/?h=for-v4.6/drivers-soc-exynos-srom-pmu
Best regards,
Krzysztof
From: Krzysztof Kozlowski <hidden> Date: 2016-02-15 00:34:56
Hi Arnd, Kevin and Olof,
Just one lonely commit.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-drivers-4.6
for you to fetch changes up to 9b3f105ef6c75ef4f7f1bd982195db814830d78b:
cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs (2016-01-25 15:13:53 +0900)
----------------------------------------------------------------
Exynos-specific driver changes for v4.6:
1. Minor cleanup in s5pv210-cpufreq driver.
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs
drivers/cpufreq/s5pv210-cpufreq.c | 2 --
1 file changed, 2 deletions(-)
From: Olof Johansson <hidden> Date: 2016-02-24 22:59:03
On Mon, Feb 15, 2016 at 09:34:04AM +0900, Krzysztof Kozlowski wrote:
Hi Arnd, Kevin and Olof,
Just one lonely commit.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-drivers-4.6
for you to fetch changes up to 9b3f105ef6c75ef4f7f1bd982195db814830d78b:
cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs (2016-01-25 15:13:53 +0900)
Hi,
Merged, but not sure why Viresh acked it instead of applying it.
-Olof
From: Olof Johansson <hidden> Date: 2016-02-24 23:01:56
On Mon, Feb 15, 2016 at 09:34:05AM +0900, Krzysztof Kozlowski wrote:
Hi Arnd, Kevin and Olof,
Rest of DTS changes for v4.6. This also pulls early DT changes (related
to SROM controller) because rest of patches depend on it.
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-dt-4.6
for you to fetch changes up to 36a0282a41493400428d7df8c99701fb4ee344c2:
ARM: dts: Replace legacy *,wakeup property with wakeup-source for exynos boards (2016-01-29 09:09:49 +0900)
----------------------------------------------------------------
Samsung DeviceTree updates and improvements for v4.6:
1. Add SROM controller device nodes.
2. Add Ethernet chip as child of SROM controller on SMDK5410.
3. Allow simultaneous usage exynos-rng and s5p-sss drivers on Exynos5.
4. Cleanup CPU configuration on Exynos542x/5800.
5. Add necessary nodes for cpufreq-dt driver on Exynos542x/5800 (OPPs,
regulator supplies) which allows frequency and voltage scalling
of this SoC.
6. Minor cleanups.
Merged, thanks. See feedback on the other dt branch regarding subjects.
-Olof
From: Krzysztof Kozlowski <hidden> Date: 2016-02-15 00:35:05
Hi Arnd, Kevin and Olof,
Defconfig changes, pulling also a tag from RTC tree (merge
of max77802 into max77686 RTC driver).
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-defconfig-4.6
for you to fetch changes up to 5d51f1dde207f2d5d43158da75c6608f7bfcec03:
ARM: multi_v7_defconfig: Remove MAX77802 RTC Kconfig symbol (2016-02-05 09:11:32 +0900)
----------------------------------------------------------------
Defconfig (exynos and multi_v7) changes for Exynos based boards for v4.6:
1. exynos defconfig:
a. Enable NEON and accelerated crypto,
b. Enable s5p-secss driver (Security SubSystem block for accelerating
some cryptographic operations),
2. exynos and multi_v7: Remove MAX77802 RTC Kconfig because the driver
was combined into existing rtc-max77686 driver. This depends on changes
from RTC tree.
----------------------------------------------------------------
Javier Martinez Canillas (10):
rtc: max77686: Fix max77686_rtc_read_alarm() return value
rtc: max77686: Use ARRAY_SIZE() instead of current array length
rtc: max77686: Use usleep_range() instead of msleep()
rtc: max77686: Use a driver data struct instead hard-coded values
rtc: max77686: Add an indirection level to access RTC registers
rtc: max77686: Add max77802 support
rtc: max77686: Fix unsupported year message
rtc: Remove Maxim 77802 driver
ARM: exynos_defconfig: Remove MAX77802 RTC Kconfig symbol
ARM: multi_v7_defconfig: Remove MAX77802 RTC Kconfig symbol
Krzysztof Kozlowski (5):
ARM: exynos_defconfig: Enable NEON, accelerated crypto and cpufreq stats
ARM: exynos_defconfig: Enable s5p-secss driver
rtc: max77686: Properly handle regmap_irq_get_virq() error code
rtc: max77686: Cleanup and reduce dmesg output
Merge tag 'rtc-max77686-4.6' of git://git.kernel.org/.../abelloni/linux into next/defconfig
arch/arm/configs/exynos_defconfig | 10 +-
arch/arm/configs/multi_v7_defconfig | 1 -
drivers/rtc/Kconfig | 10 -
drivers/rtc/Makefile | 1 -
drivers/rtc/rtc-max77686.c | 362 ++++++++++++++++++++------
drivers/rtc/rtc-max77802.c | 502 ------------------------------------
6 files changed, 285 insertions(+), 601 deletions(-)
delete mode 100644 drivers/rtc/rtc-max77802.c
From: Olof Johansson <hidden> Date: 2016-02-24 23:01:35
On Mon, Feb 15, 2016 at 09:34:06AM +0900, Krzysztof Kozlowski wrote:
Hi Arnd, Kevin and Olof,
Defconfig changes, pulling also a tag from RTC tree (merge
of max77802 into max77686 RTC driver).
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-defconfig-4.6
for you to fetch changes up to 5d51f1dde207f2d5d43158da75c6608f7bfcec03:
ARM: multi_v7_defconfig: Remove MAX77802 RTC Kconfig symbol (2016-02-05 09:11:32 +0900)
----------------------------------------------------------------
Defconfig (exynos and multi_v7) changes for Exynos based boards for v4.6:
1. exynos defconfig:
a. Enable NEON and accelerated crypto,
b. Enable s5p-secss driver (Security SubSystem block for accelerating
some cryptographic operations),
2. exynos and multi_v7: Remove MAX77802 RTC Kconfig because the driver
was combined into existing rtc-max77686 driver. This depends on changes
from RTC tree.
From: Olof Johansson <hidden> Date: 2016-02-24 22:59:06
On Mon, Feb 15, 2016 at 09:34:03AM +0900, Krzysztof Kozlowski wrote:
Hi Arnd, Kevin and Olof,
This pulls previous tags (early DT changes, movement of SROM/PMU
to drivers/soc) and contains other interesting stuff. Description
along with a tag.
Kind regards,
Krzysztof
Hi,
This shares most of the contents with the drivers/soc branch (the previous
one).
It's useful to get just the incremental delta instead of the full one, so we
can see what's new in this branch compared to the previous one.
Generating that delta is a little awkward, but you can tell git request-pull
about the different base. If you don't have backmerges since then it should
generate the right diffstat.
Holding off on this branch due to the feedback on the previous one.
-Olof
From: Krzysztof Kozlowski <hidden> Date: 2016-02-15 00:36:49
Hi Arnd, Kevin and Olof,
Few fixes from Arnd.
BTW, I did not apply one fix from his set because I had few comments
(not resolved yet).
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-fixes-non-critical-4.6
for you to fetch changes up to dc7eb9d589e595954792cc192bcbb92932e5c2ff:
ARM: EXYNOS: select THERMAL_OF (2016-02-01 10:29:20 +0900)
----------------------------------------------------------------
Fixes from Arnd for harmless warnings for Exynos and S3C platforms.
----------------------------------------------------------------
Arnd Bergmann (5):
ARM: s3c24xx: don't select EEPROM_AT24
ARM: s3c24xx: allow selecting S3C2440_XTAL_16934400 for s3c2442
ARM: s3c24xx: fix unused gta02_configure_pmu_for_charger warning
ARM: s3c64xx: mark regulator init data as unused
ARM: EXYNOS: select THERMAL_OF
arch/arm/configs/mini2440_defconfig | 1 +
arch/arm/configs/s3c2410_defconfig | 1 +
arch/arm/mach-exynos/Kconfig | 1 +
arch/arm/mach-s3c24xx/Kconfig | 6 ++++--
arch/arm/mach-s3c24xx/mach-gta02.c | 2 ++
arch/arm/mach-s3c64xx/mach-smdk6410.c | 38 +++++++++++++++++------------------
6 files changed, 28 insertions(+), 21 deletions(-)
From: Olof Johansson <hidden> Date: 2016-02-24 22:58:52
On Mon, Feb 15, 2016 at 09:34:00AM +0900, Krzysztof Kozlowski wrote:
Hi Arnd, Kevin and Olof,
Few fixes from Arnd.
BTW, I did not apply one fix from his set because I had few comments
(not resolved yet).
Kind regards,
Krzysztof
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/krzk/linux.git tags/samsung-fixes-non-critical-4.6
for you to fetch changes up to dc7eb9d589e595954792cc192bcbb92932e5c2ff:
ARM: EXYNOS: select THERMAL_OF (2016-02-01 10:29:20 +0900)
----------------------------------------------------------------
Fixes from Arnd for harmless warnings for Exynos and S3C platforms.