From: Hans de Goede <hdegoede@redhat.com>
To: Sasha Levin <sasha.levin@oracle.com>,
stable@vger.kernel.org, stable-commits@vger.kernel.org
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Subject: Re: [added to the 3.18 stable tree] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later
Date: Sun, 19 Jul 2015 12:43:18 +0200 [thread overview]
Message-ID: <55AB7F46.4060504@redhat.com> (raw)
In-Reply-To: <1436795065-27444-28-git-send-email-sasha.levin@oracle.com>
Hi,
On 13-07-15 15:44, Sasha Levin wrote:
> From: Hans de Goede <hdegoede@redhat.com>
>
> This patch has been added to the 3.18 stable tree. If you have any
> objections, please let us know.
This patch was only intended for 4.1, it is wrong for anything older,
please drop this from 3.18.
Regards,
Hans
>
> ===============
>
> [ Upstream commit 8bf1b9b3d90194a174493febc731f7783f2adf1a ]
>
> The touchscreen controller in the A13 and later has a different temperature
> curve than the one in the original A10, change the compatible for the A13 and
> later so that the kernel will use the correct curve.
>
> Reported-by: Tong Zhang <lovewilliam@gmail.com>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
> ---
> arch/arm/boot/dts/sun5i-a10s.dtsi | 2 +-
> arch/arm/boot/dts/sun5i-a13.dtsi | 2 +-
> arch/arm/boot/dts/sun7i-a20.dtsi | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi
> index 531272c..fd2bcd3 100644
> --- a/arch/arm/boot/dts/sun5i-a10s.dtsi
> +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi
> @@ -526,7 +526,7 @@
> };
>
> rtp: rtp@01c25000 {
> - compatible = "allwinner,sun4i-a10-ts";
> + compatible = "allwinner,sun5i-a13-ts";
> reg = <0x01c25000 0x100>;
> interrupts = <29>;
> };
> diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi
> index b131068..f9b01999 100644
> --- a/arch/arm/boot/dts/sun5i-a13.dtsi
> +++ b/arch/arm/boot/dts/sun5i-a13.dtsi
> @@ -474,7 +474,7 @@
> };
>
> rtp: rtp@01c25000 {
> - compatible = "allwinner,sun4i-a10-ts";
> + compatible = "allwinner,sun5i-a13-ts";
> reg = <0x01c25000 0x100>;
> interrupts = <29>;
> };
> diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
> index 82097c9..dcff778 100644
> --- a/arch/arm/boot/dts/sun7i-a20.dtsi
> +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
> @@ -896,7 +896,7 @@
> };
>
> rtp: rtp@01c25000 {
> - compatible = "allwinner,sun4i-a10-ts";
> + compatible = "allwinner,sun5i-a13-ts";
> reg = <0x01c25000 0x100>;
> interrupts = <0 29 4>;
> };
>
next prev parent reply other threads:[~2015-07-19 10:43 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-13 13:43 [added to the 3.18 stable tree] mnt: Refactor the logic for mounting sysfs and proc in a user namespace Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] mnt: Modify fs_fully_visible to deal with locked ro nodev and atime Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] kprobes/x86: Return correct length in __copy_instruction() Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge" Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] fs/ufs: restore s_lock mutex Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] can: fix loss of CAN frames in raw_rcv Sasha Levin
2015-07-13 13:54 ` Marc Kleine-Budde
2015-07-13 15:53 ` Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] fs: Fix S_NOSEC handling Sasha Levin
2015-07-13 13:43 ` [added to the 3.18 stable tree] tracing: Have filter check for balanced ops Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] sb_edac: Fix erroneous bytes->gigabytes conversion Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] netfilter: nf_tables: allow to change chain policy without hook if it exists Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] x86/microcode/intel: Guard against stack overflow in the loader Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] Btrfs: make xattr replace operations atomic Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] ARM: clk-imx6q: refine sata's parent Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] KVM: nSVM: Check for NRIPS support before updating control field Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] arm64/kvm: Fix assembler compatibility of macros Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] iommu/amd: Handle large pages correctly in free_pagetable Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] arm: KVM: force execution of HCPTR access on VM exit Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] KVM: x86: make vapics_in_nmi_mode atomic Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] vfs: Remove incorrect debugging WARN in prepend_path Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] x86/boot: Fix overflow warning with 32-bit binutils Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] perf: Fix ring_buffer_attach() RCU sync, again Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] perf/x86: Honor the architectural performance monitoring version Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later Sasha Levin
2015-07-19 10:43 ` Hans de Goede [this message]
2015-07-21 1:14 ` Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] usb: gadget: f_fs: add extra check before unregister_gadget_item Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] selinux: fix setting of security labels on NFS Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] KVM: s390: virtio-ccw: don't overwrite config space values Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] KVM: x86: properly restore LVT0 Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] vfs: Ignore unlocked mounts in fs_fully_visible Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] ufs: Fix warning from unlock_new_inode() Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] ufs: Fix possible deadlock when looking up directories Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] fs/ufs: restore s_lock mutex_init() Sasha Levin
2015-07-13 13:44 ` [added to the 3.18 stable tree] Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation" Sasha Levin
-- strict thread matches above, loose matches on Subject: below --
2016-04-17 9:59 [added to the 3.18 stable tree] x86/iopl/64: Properly context-switch IOPL on Xen PV Sasha Levin
2016-04-17 10:02 ` [added to the 3.18 stable tree] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later Sasha Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55AB7F46.4060504@redhat.com \
--to=hdegoede@redhat.com \
--cc=maxime.ripard@free-electrons.com \
--cc=sasha.levin@oracle.com \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).