Re: [PATCH v4 12/24] fpga: dfl: fme: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support

2018-03-19 Thread Wu Hao
On Mon, Mar 19, 2018 at 01:29:52PM -0500, Alan Tull wrote: > On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: > > Hi Hao, > > Looking at fpga-dfl.h again, there's a lot of things that start with > FPGA_. Don't you think this is too general? There are other FPGA_ > things in the kernel. Not just

Re: [PATCH 4.15 00/52] 4.15.12-stable review

2018-03-19 Thread Naresh Kamboju
On 20 March 2018 at 02:07, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.15.12 release. > There are 52 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Response

Re: [PATCH] fs/overlayfs: Drop dentry cache to prevent unknown file status

2018-03-19 Thread Chengguang Xu
Hi Yuanliang, Can you explain how to reproduce it? and what filesystem do you use as underlying fs? > Sent: Tuesday, March 20, 2018 at 2:03 PM > From: 王元良 > To: mik...@szeredi.hu > Cc: linux-unio...@vger.kernel.org, linux-kernel@vger.kernel.org, 王元良 > > Subject: [PATCH] fs/overlayfs: Drop de

[PATCH] dlm: prompt the user SCTP is experimental

2018-03-19 Thread Gang He
As you know, DLM module can use TCP or SCTP protocols to communicate among the cluster. But, according to our testing, SCTP protocol is still considered experimental, since not all aspects are working correctly and it is not full tested. e.g. SCTP connection channel switch needs about 5mins hang in

Re: [PATCH v4 3/6] clk: mediatek: add audsys support for MT2701

2018-03-19 Thread Ryder Lee
On Mon, 2018-03-19 at 13:31 -0700, Stephen Boyd wrote: > Quoting Ryder Lee (2018-03-06 01:09:28) > > + > > +static const struct of_device_id of_match_clk_mt2701_aud[] = { > > + { .compatible = "mediatek,mt2701-audsys", }, > > + {} > > +}; > > + > > +static int clk_mt2701_aud_probe(struc

[tip:perf/core] perf annotate: Use ops->target.name when available for unresolved call targets

2018-03-19 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 4c9cb2c2b4b5530717f74b2252f8cc4c45b2a918 Gitweb: https://git.kernel.org/tip/4c9cb2c2b4b5530717f74b2252f8cc4c45b2a918 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 16 Mar 2018 13:28:09 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 19 Mar 2018 13:51:52 -0300 p

[tip:perf/core] perf tests bp_account: Fix build with clang-6

2018-03-19 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 1cd618838b9703eabe4a75badf433382b12f6bef Gitweb: https://git.kernel.org/tip/1cd618838b9703eabe4a75badf433382b12f6bef Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 19 Mar 2018 10:51:00 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 19 Mar 2018 13:51:54 -0300 p

[tip:perf/core] objtool, perf: Fix GCC 8 -Wrestrict error

2018-03-19 Thread tip-bot for Josh Poimboeuf
Commit-ID: 854e55ad289efe7991f0ada85d5846f5afb9 Gitweb: https://git.kernel.org/tip/854e55ad289efe7991f0ada85d5846f5afb9 Author: Josh Poimboeuf AuthorDate: Thu, 15 Mar 2018 22:11:54 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 19 Mar 2018 13:51:54 -0300 objtool, pe

[tip:perf/core] perf top: Document --ignore-vmlinux

2018-03-19 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: a8403912d04e2c8271653bb5b7f6294dc6d322ac Gitweb: https://git.kernel.org/tip/a8403912d04e2c8271653bb5b7f6294dc6d322ac Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 16 Mar 2018 16:24:34 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 19 Mar 2018 13:51:52 -0300 p

[tip:perf/core] perf probe: Use right type to access array elements

2018-03-19 Thread tip-bot for Masami Hiramatsu
Commit-ID: d0461794a1dcaf552b507e23788777f718b736a1 Gitweb: https://git.kernel.org/tip/d0461794a1dcaf552b507e23788777f718b736a1 Author: Masami Hiramatsu AuthorDate: Sat, 17 Mar 2018 21:52:25 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 19 Mar 2018 13:51:53 -0300 perf prob

[tip:perf/core] perf tools: Fix python extension build for gcc 8

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: b7a313d84e853049062011d78cb04b6decd12f5c Gitweb: https://git.kernel.org/tip/b7a313d84e853049062011d78cb04b6decd12f5c Author: Jiri Olsa AuthorDate: Mon, 19 Mar 2018 09:29:02 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 19 Mar 2018 13:39:46 -0300 perf tools: Fix

[tip:perf/core] perf debug: Avoid setting 'quiet' to 'true' unnecessarily

2018-03-19 Thread tip-bot for Yisheng Xie
Commit-ID: a08f6dd4190e90dc7b013435acb66770f117e8b0 Gitweb: https://git.kernel.org/tip/a08f6dd4190e90dc7b013435acb66770f117e8b0 Author: Yisheng Xie AuthorDate: Tue, 13 Mar 2018 20:31:14 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 16:39:02 -0300 perf debug: Av

Re: [PATCH linux dev-4.16 v2] i2c: muxes: pca9641: new driver

2018-03-19 Thread Joel Stanley
Hi Ken, A note on your subject line: we use the "linux dev-4.16" style tags in OpenBMC to indicate which branch you're targetting, but in upstream Linux we always target the next release, so you don't need to use --subject-prefix at all. On Tue, Mar 20, 2018 at 4:49 PM, Ken Chen wrote: > Signed-

[tip:perf/core] perf tools: Fix snprint warnings for gcc 8

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 77f18153c080855e1c3fb520ca31a4e61530121d Gitweb: https://git.kernel.org/tip/77f18153c080855e1c3fb520ca31a4e61530121d Author: Jiri Olsa AuthorDate: Mon, 19 Mar 2018 09:29:01 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 19 Mar 2018 10:00:43 -0300 perf tools: Fix

[tip:perf/core] perf mmap: Discard head in overwrite_rb_find_range()

2018-03-19 Thread tip-bot for Yisheng Xie
Commit-ID: 699db111058798bcc9f92a93767062905a561bef Gitweb: https://git.kernel.org/tip/699db111058798bcc9f92a93767062905a561bef Author: Yisheng Xie AuthorDate: Tue, 13 Mar 2018 20:31:13 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 16:33:05 -0300 perf mmap: Dis

Re: [PATCH RESEND v2 0/2] drm/xen-front: Add support for Xen PV display frontend

2018-03-19 Thread Oleksandr Andrushchenko
On 03/20/2018 01:23 AM, Boris Ostrovsky wrote: On 03/13/2018 12:21 PM, Oleksandr Andrushchenko wrote: From: Oleksandr Andrushchenko Hello! Resending with all the patches squashed on Daniel's request. Which of the two series are we supposed to review? The 8-patch one or this? (I hope it's the

[tip:perf/core] perf record: Synthesize features before events in pipe mode

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: a2015516c5c0be932a69e1d3405c2fb03b4eacf1 Gitweb: https://git.kernel.org/tip/a2015516c5c0be932a69e1d3405c2fb03b4eacf1 Author: Jiri Olsa AuthorDate: Wed, 14 Mar 2018 10:22:04 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:50 -0300 perf record: Syn

[tip:perf/core] perf vendor events: Update POWER9 events

2018-03-19 Thread tip-bot for Sukadev Bhattiprolu
Commit-ID: 9749adc3b2a23c91b2eda8758ff0c650d731aa2f Gitweb: https://git.kernel.org/tip/9749adc3b2a23c91b2eda8758ff0c650d731aa2f Author: Sukadev Bhattiprolu AuthorDate: Tue, 13 Mar 2018 12:33:29 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:57:08 -0300 perf v

[tip:perf/core] perf report: Support forced leader feature in pipe mode

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 57b5de463925b9fbd1eff56a38a510495ac9c2c0 Gitweb: https://git.kernel.org/tip/57b5de463925b9fbd1eff56a38a510495ac9c2c0 Author: Jiri Olsa AuthorDate: Wed, 14 Mar 2018 10:22:05 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:59 -0300 perf report: Sup

[tip:perf/core] perf annotate: Use asprintf when formatting objdump command line

2018-03-19 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 6810158d526e483868e519befff407b91e76b3db Gitweb: https://git.kernel.org/tip/6810158d526e483868e519befff407b91e76b3db Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 14 Mar 2018 10:34:11 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:38 -0300 p

[tip:perf/core] perf tests: Fix out of bounds access on array fd when cnt is 100

2018-03-19 Thread tip-bot for Colin Ian King
Commit-ID: 66790bc8e1f51831d73691954ae0b430bde614ad Gitweb: https://git.kernel.org/tip/66790bc8e1f51831d73691954ae0b430bde614ad Author: Colin Ian King AuthorDate: Wed, 14 Mar 2018 17:33:54 + Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:44 -0300 perf tests:

[tip:perf/core] perf machine: Fix mmap name setup

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: c192524e6fe8a4bd18f2549f9556b81ed9e05a86 Gitweb: https://git.kernel.org/tip/c192524e6fe8a4bd18f2549f9556b81ed9e05a86 Author: Jiri Olsa AuthorDate: Mon, 12 Mar 2018 16:24:06 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:25 -0300 perf machine: Fi

[tip:perf/core] perf llvm: Display eBPF compiling command in debug output

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 5eab5a7ee032acaab3da8fc95a3614fec14687ac Gitweb: https://git.kernel.org/tip/5eab5a7ee032acaab3da8fc95a3614fec14687ac Author: Jiri Olsa AuthorDate: Mon, 12 Mar 2018 10:43:02 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:12 -0300 perf llvm: Displ

[tip:perf/core] perf test: Fix exit code for record+probe_libc_inet_pton.sh

2018-03-19 Thread tip-bot for Sandipan Das
Commit-ID: 10f354a36f9a9aa1b8bffe0abc1cd43822a85bcd Gitweb: https://git.kernel.org/tip/10f354a36f9a9aa1b8bffe0abc1cd43822a85bcd Author: Sandipan Das AuthorDate: Mon, 12 Mar 2018 18:14:50 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:31 -0300 perf test: Fi

[tip:perf/core] perf stat: Make function perf_stat_evsel_id_init static

2018-03-19 Thread tip-bot for Thomas Richter
Commit-ID: 26e4711fc8352252f474a02429d7495652c4aef7 Gitweb: https://git.kernel.org/tip/26e4711fc8352252f474a02429d7495652c4aef7 Author: Thomas Richter AuthorDate: Mon, 12 Mar 2018 11:38:07 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:17 -0300 perf stat:

[tip:perf/core] perf top: Fix top.call-graph config option reading

2018-03-19 Thread tip-bot for Yisheng Xie
Commit-ID: a3a4a3b37c9b911af4c375b2475cea0fd2b84d38 Gitweb: https://git.kernel.org/tip/a3a4a3b37c9b911af4c375b2475cea0fd2b84d38 Author: Yisheng Xie AuthorDate: Mon, 12 Mar 2018 19:25:56 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:56:04 -0300 perf top: Fix

Re: meter ABI: (was Re: [PATCH v2 1/3] staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR)

2018-03-19 Thread John Syne
Hi Jonathan, I broke out the {Direction}_{Type}_{Index}_{Modifier}_{Info_Mask} into separate columns to make sure I understand your instructions. Good way to check the results. Probably easier to copy and paste this table into a spreadsheet. Let me know if there is anything I got wrong. Thank

[tip:perf/core] perf record: Avoid duplicate call of perf_default_config()

2018-03-19 Thread tip-bot for Yisheng Xie
Commit-ID: cff17205d6bd363703034510a84d66044aff176e Gitweb: https://git.kernel.org/tip/cff17205d6bd363703034510a84d66044aff176e Author: Yisheng Xie AuthorDate: Mon, 12 Mar 2018 19:25:57 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:55:58 -0300 perf record: A

[tip:perf/core] perf vendor events arm64: Enable JSON events for ThunderX2 B0

2018-03-19 Thread tip-bot for Ganapatrao Kulkarni
Commit-ID: a8685f088819d21cd5aea5de4c184de427c3625d Gitweb: https://git.kernel.org/tip/a8685f088819d21cd5aea5de4c184de427c3625d Author: Ganapatrao Kulkarni AuthorDate: Wed, 7 Mar 2018 16:38:03 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:55:41 -0300 perf ve

[tip:perf/core] perf unwind: Unwind with libdw doesn't take symfs into account

2018-03-19 Thread tip-bot for Martin Vuille
Commit-ID: 3d20c6246690219881786de10d2dda93f616d0ac Gitweb: https://git.kernel.org/tip/3d20c6246690219881786de10d2dda93f616d0ac Author: Martin Vuille AuthorDate: Sun, 11 Feb 2018 16:24:20 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:55:51 -0300 perf unwind:

Re: [PATCH] x86/xen: Delay get_cpu_cap until stack canary is established

2018-03-19 Thread Juergen Gross
On 19/03/18 23:22, Boris Ostrovsky wrote: > On 03/19/2018 12:58 PM, Jason Andryuk wrote: >> Commit 2cc42bac1c79 ("x86-64/Xen: eliminate W+X mappings") introduced a >> call to get_cpu_cap, which is fstack-protected. This is works on x86-64 > > s/This is works/This works/ > > Reviewed-by: Boris Os

[tip:perf/core] perf report: Show zero counters as well in 'perf report --stat'

2018-03-19 Thread tip-bot for Ingo Molnar
Commit-ID: 39ce7fb31530c6d4648919e03e16c5e9286a5940 Gitweb: https://git.kernel.org/tip/39ce7fb31530c6d4648919e03e16c5e9286a5940 Author: Ingo Molnar AuthorDate: Wed, 7 Mar 2018 16:24:30 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:55:36 -0300 perf report: Sh

[tip:perf/core] perf stat: Fix core dump when flag T is used

2018-03-19 Thread tip-bot for Thomas Richter
Commit-ID: fca32340a5e8b896f57d41fd94b8b1701df25eb1 Gitweb: https://git.kernel.org/tip/fca32340a5e8b896f57d41fd94b8b1701df25eb1 Author: Thomas Richter AuthorDate: Thu, 8 Mar 2018 15:57:35 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:55:29 -0300 perf stat: F

[tip:perf/core] perf vendor events arm64: add HiSilicon hip08 JSON file

2018-03-19 Thread tip-bot for John Garry
Commit-ID: 3d4caec1600e0bf34600a7b700599a20df03629e Gitweb: https://git.kernel.org/tip/3d4caec1600e0bf34600a7b700599a20df03629e Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:36 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:59 -0300 perf vendor even

Re: [PATCH v4 1/3] drm/panel: refactor INNOLUX P079ZCA panel driver

2018-03-19 Thread hl
Hi Emil, On Monday, March 19, 2018 09:09 PM, Emil Velikov wrote: On 15 March 2018 at 02:35, hl wrote: Hi Emil, On Wednesday, March 14, 2018 08:02 PM, Emil Velikov wrote: Hi Lin, On 14 March 2018 at 09:12, Lin Huang wrote: From: huang lin Refactor Innolux P079ZCA panel driver, let it

[tip:perf/core] perf vendor events: Add support for arch standard events

2018-03-19 Thread tip-bot for John Garry
Commit-ID: e9d32c1bf0cd7a98358ec4aa1625bf2b3459b9ac Gitweb: https://git.kernel.org/tip/e9d32c1bf0cd7a98358ec4aa1625bf2b3459b9ac Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:32 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:35 -0300 perf vendor even

[tip:perf/core] perf vendor events arm64: fixup A53 to use recommended events

2018-03-19 Thread tip-bot for John Garry
Commit-ID: afe4d089621d4d90ac0e089b83752ea4515325ac Gitweb: https://git.kernel.org/tip/afe4d089621d4d90ac0e089b83752ea4515325ac Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:35 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:53 -0300 perf vendor even

[tip:perf/core] perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory

2018-03-19 Thread tip-bot for John Garry
Commit-ID: 82e6fdd6c01257d64009defbbea19d12ba667670 Gitweb: https://git.kernel.org/tip/82e6fdd6c01257d64009defbbea19d12ba667670 Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:31 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:29 -0300 perf vendor even

[tip:perf/core] perf vendor events: Add support for pmu events vendor subdirectory

2018-03-19 Thread tip-bot for John Garry
Commit-ID: 51ce1dcc5d0d3e40e26893a7fa9e30538960ee7e Gitweb: https://git.kernel.org/tip/51ce1dcc5d0d3e40e26893a7fa9e30538960ee7e Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:29 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:16 -0300 perf vendor even

[tip:perf/core] perf vendor events arm64: Add armv8-recommended.json

2018-03-19 Thread tip-bot for John Garry
Commit-ID: 360b7b03afee042d71ab54ba6ea55daf53edf538 Gitweb: https://git.kernel.org/tip/360b7b03afee042d71ab54ba6ea55daf53edf538 Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:33 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:41 -0300 perf vendor even

[tip:perf/core] perf vendor events arm64: Fixup ThunderX2 to use recommended events

2018-03-19 Thread tip-bot for John Garry
Commit-ID: ae43053bd2595dc98f0909505dc1d7e1ed8bd239 Gitweb: https://git.kernel.org/tip/ae43053bd2595dc98f0909505dc1d7e1ed8bd239 Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:34 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:48 -0300 perf vendor even

[tip:perf/core] perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory

2018-03-19 Thread tip-bot for John Garry
Commit-ID: e3b9f1e81de2083f359bacd2a94bf1c024f2ede0 Gitweb: https://git.kernel.org/tip/e3b9f1e81de2083f359bacd2a94bf1c024f2ede0 Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:30 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:23 -0300 perf vendor even

[tip:perf/core] perf vendor events: Drop support for unused topic directories

2018-03-19 Thread tip-bot for John Garry
Commit-ID: 6f2f2ca3454ec4fa03fcd4507bdd7fe97303065b Gitweb: https://git.kernel.org/tip/6f2f2ca3454ec4fa03fcd4507bdd7fe97303065b Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:28 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:09 -0300 perf vendor even

[tip:perf/core] perf vendor events: Drop incomplete multiple mapfile support

2018-03-19 Thread tip-bot for John Garry
Commit-ID: 4c0ab16052054946b7b28f8b0ceee57c10d64cc7 Gitweb: https://git.kernel.org/tip/4c0ab16052054946b7b28f8b0ceee57c10d64cc7 Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:26 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:53:55 -0300 perf vendor even

[tip:perf/core] perf vendor events: Fix error code in json_events()

2018-03-19 Thread tip-bot for John Garry
Commit-ID: 931ef5dc5c18717d24e5b8d8a968e35638508051 Gitweb: https://git.kernel.org/tip/931ef5dc5c18717d24e5b8d8a968e35638508051 Author: John Garry AuthorDate: Thu, 8 Mar 2018 18:58:27 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:54:03 -0300 perf vendor even

[tip:perf/core] perf c2c report: Add cacheline address count column

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 03d9fcb701340de3446b4ff4ddb9f5407d1412f5 Gitweb: https://git.kernel.org/tip/03d9fcb701340de3446b4ff4ddb9f5407d1412f5 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:42 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:53:38 -0300 perf c2c report:

[PATCH linux dev-4.16 v2] i2c: muxes: pca9641: new driver

2018-03-19 Thread Ken Chen
Signed-off-by: Ken Chen --- v1->v2 - Merged PCA9641 code into i2c-mux-pca9541.c - Modified title - Add PCA9641 detect function --- drivers/i2c/muxes/i2c-mux-pca9541.c | 184 ++-- 1 file changed, 174 insertions(+), 10 deletions(-) diff --git a/drivers/i2c/muxes/i2

[tip:perf/core] perf tools arm64: Add libdw DWARF post unwind support for ARM64

2018-03-19 Thread tip-bot for Kim Phillips
Commit-ID: 744e9a91cf898bf027dbe65cc61a5d7565335cba Gitweb: https://git.kernel.org/tip/744e9a91cf898bf027dbe65cc61a5d7565335cba Author: Kim Phillips AuthorDate: Thu, 8 Mar 2018 21:10:30 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:53:46 -0300 perf tools arm

[tip:perf/core] perf c2c report: Call calc_width() only for displayed entries

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: bc229c21f2c79ef0f7b30d3a2fce8c2886ffa6c7 Gitweb: https://git.kernel.org/tip/bc229c21f2c79ef0f7b30d3a2fce8c2886ffa6c7 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:39 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:53:13 -0300 perf c2c report:

[tip:perf/core] perf c2c report: Display node for cacheline address

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 7f834c2e84bbcf94a1ed65a2ae648129e1901370 Gitweb: https://git.kernel.org/tip/7f834c2e84bbcf94a1ed65a2ae648129e1901370 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:40 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:53:23 -0300 perf c2c report:

[tip:perf/core] perf c2c report: Add span header over cacheline data

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: d0802b1ee2c8b95e960f46fa14fe0fee562cb79a Gitweb: https://git.kernel.org/tip/d0802b1ee2c8b95e960f46fa14fe0fee562cb79a Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:41 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:53:30 -0300 perf c2c report:

Re: [PATCH linux dev-4.16] drivers: i2c: master arbiter: create driver

2018-03-19 Thread ChenKenYY 陳永營 TAO
Hi all, I had merged into i2c-mux-pca9541.c It will be send out later. 2018-03-19 21:44 GMT+08:00 Guenter Roeck : > On 03/19/2018 05:45 AM, Peter Rosin wrote: >> >> Hi Ken, >> >> Thanks for the patch! >> >> I would have liked this subject: >> i2c: muxes: pca9641: new driver >> >> On 2018-03-19 12:

[tip:perf/core] perf c2c report: Make calc_width work with struct c2c_hist_entry

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 3773138828b38f3f1364ef318cd876b16182388a Gitweb: https://git.kernel.org/tip/3773138828b38f3f1364ef318cd876b16182388a Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:38 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:53:05 -0300 perf c2c report:

[tip:perf/core] perf c2c record: Record physical addresses in samples

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 8fab7843a15078814764e01c303d175c92b500c1 Gitweb: https://git.kernel.org/tip/8fab7843a15078814764e01c303d175c92b500c1 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:37 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:52:57 -0300 perf c2c record:

Re: [PATCH 5/7] staging: wilc1000: replace switch statement by simple if condition

2018-03-19 Thread
On Mon, Mar 19, 2018 at 07:45:46PM +0100, Greg KH wrote: > On Wed, Mar 14, 2018 at 06:15:03PM +0530, hariprasath.ela...@gmail.com wrote: > > From: HariPrasath Elango > > > > In this case,there is only a single switch case statement.So replacing > > by a simple if condition. > > > > Signed-off-by

[tip:perf/core] perf tools: Add mem2node object

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 4acf6142de3fbc4fc9cc8da0a1aec073f05b724f Gitweb: https://git.kernel.org/tip/4acf6142de3fbc4fc9cc8da0a1aec073f05b724f Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:35 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:52:37 -0300 perf tools: Add m

[tip:perf/core] perf env: Free memory nodes data

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: e725920cdb1c79fdc71f2f164f59be8c411cad68 Gitweb: https://git.kernel.org/tip/e725920cdb1c79fdc71f2f164f59be8c411cad68 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:34 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:52:09 -0300 perf env: Free me

[tip:perf/core] perf tests: Add mem2node object test

2018-03-19 Thread tip-bot for Jiri Olsa
Commit-ID: 8185850ad603acfc66f5b3d284955809dffa5d2c Gitweb: https://git.kernel.org/tip/8185850ad603acfc66f5b3d284955809dffa5d2c Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:36 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar 2018 13:52:48 -0300 perf tests: Add m

Re: tg3 crashes under high load, when using 100Mbits

2018-03-19 Thread Satish Baddipadige
On Thu, Feb 15, 2018 at 7:37 PM, Siva Reddy Kallam wrote: > On Mon, Feb 12, 2018 at 10:59 AM, Siva Reddy Kallam > wrote: >> On Fri, Feb 9, 2018 at 10:41 AM, Kai Heng Feng >> wrote: >>> Hi Broadcom folks, >>> >>> We are now enabling a new platform with tg3 nic, unfortunately we observed >>> the b

Re: NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out

2018-03-19 Thread Satish Baddipadige
On Wed, Feb 28, 2018 at 7:40 PM, Siva Reddy Kallam wrote: > On Sat, Feb 24, 2018 at 3:48 PM, Borislav Petkov wrote: >> Hi, >> >> this didn't happen before but after 4.16-rc1 my tg3 nic stops for >> whatever reason and the connection to the machine is dead. It didn't show >> anything in dmesg unti

Re: [PATCH 5/6] staging: ks7010: Fix line over 80 characters.

2018-03-19 Thread Joe Perches
On Mon, 2018-03-19 at 22:58 -0700, Quytelda Kahja wrote: > There is no reason for comment describing the BSSID check for loop > to be spaced so far to the right. Move it above the for loop. [] > diff --git a/drivers/staging/ks7010/ks_hostif.c > b/drivers/staging/ks7010/ks_hostif.c [] > @@ -844,7

Re: [PATCH v2 0/5] update Mediatek MT2712 clock and scpsys support

2018-03-19 Thread Weiyi Lu
On Mon, 2018-03-12 at 15:03 +0800, Weiyi Lu wrote: > This series is based on v4.16-rc1 and composed of scpsys control (PATCH 1-2) > and clock control (PATCH 3-5). > Basically, all changes are for the ECO design change of MT2712. > > changes since v1: > - Avoid renumbering clocks. Append new clock

Re: [PATCH 4.4 038/134] ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss

2018-03-19 Thread Dan Rue
On Tue, Mar 20, 2018 at 07:08:36AM +0200, Tero Kristo wrote: > On 20/03/18 01:52, Dan Rue wrote: > > On Mon, Mar 19, 2018 at 07:05:21PM +0100, Greg Kroah-Hartman wrote: > > > 4.4-stable review patch. If anyone has any objections, please let me > > > know. > > > > > > -- > > > >

[PATCH] fs/overlayfs: Drop dentry cache to prevent unknown file status

2018-03-19 Thread 王元良
When the dentry cache is not destroyed, statfs will take unknown status '?' Undestroyed cache dentry also caused new file creating fails Drop it using d_delete may be a choice [root@host /] Loaded plugins: bestyumcache, branch, fastestmirror, langpacks Repodata is over 2 weeks old. Install yum-cr

[PATCH v2] phy: core: Allow phy_pm_runtime_xxx API calls with NULL phy

2018-03-19 Thread Manu Gautam
phy_init() and phy_exit() calls, and phy_power_on() and phy_power_off() already accept NULL as valid PHY reference and act as NOP. Extend same concept to phy runtime_pm APIs to keep drivers (e.g. dwc3) code simple while dealing with optional PHYs. Signed-off-by: Manu Gautam --- Changes for v2: -

[PATCH 4/6] staging: ks7010: Remove unnecessary braces.

2018-03-19 Thread Quytelda Kahja
Braces aren't required for a single line if statement. Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c index 00b97e8e9b4f..2de4dbbcd

[PATCH 6/6] staging: ks7010: Factor out repeated request initialization code.

2018-03-19 Thread Quytelda Kahja
The code to initialize various different types of request structs is repeated multiple times. Factor this code out into a macro called INIT_REQUEST. Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 55 +++--- 1 file changed, 16 insertions(+)

[PATCH 3/6] staging: ks7010: Remove unnecessary parentheses.

2018-03-19 Thread Quytelda Kahja
Remove unnecessary parentheses highlighted by checkpatch. Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c index 948d45280d18..00b9

[PATCH 1/6] staging: ks7010: Factor out repeated code.

2018-03-19 Thread Quytelda Kahja
Some of the code for reading IEs is replicated multiple times in the switch statement for get_ap_information(). Factor that code out into read_ie(). Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 48 +- 1 file changed, 22 insertions(+)

[PATCH 2/6] staging: ks7010: Factor out code into helper methods.

2018-03-19 Thread Quytelda Kahja
Some cases in the switch statement in get_ap_information() are indented as much as five levels, which makes the code difficult to read because of all the wrapping. Factor them out into helper methods. Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 46

[PATCH 5/6] staging: ks7010: Fix line over 80 characters.

2018-03-19 Thread Quytelda Kahja
There is no reason for comment describing the BSSID check for loop to be spaced so far to the right. Move it above the for loop. Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/ks7010/ks_h

Re: meter ABI: (was Re: [PATCH v2 1/3] staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR)

2018-03-19 Thread John Syne
Hi Jonathan, Thank you for all your hard work. Your feedback is really helpful. I’m surprised that no one from Analog Device has offered any suggestions. Anyway, please see my comments inline below Regards, John > On Mar 18, 2018, at 5:23 AM, Jonathan Cameron wrote: > > On Sat, 17 Mar 20

Re: [PATCH] ACPI / scan: Send the change uevent with offine environmental data

2018-03-19 Thread joeyli
Hi Rafael, On Mon, Mar 19, 2018 at 11:02:32AM +0100, Rafael J. Wysocki wrote: > On Friday, March 2, 2018 7:35:08 AM CET Lee, Chun-Yi wrote: > > In current design of ACPI container offline, Kernel emits > > KOBJ_CHANGE uevent to user space to indidate that the ejection of > > the container was tri

[PATCH v2] ACPI / scan: Send the change uevent with offine environmental data

2018-03-19 Thread Lee, Chun-Yi
In current design of ACPI container offline, Kernel emits KOBJ_CHANGE uevent to user space to indidate that the ejection of the container was triggered by platform. (caa73ea15 patch) A pure KOBJ_CHANGE uevent is not enough for user space to identify the purpose. For example, a "udevadm trigger" co

Re: [PATCH v4 1/1] runchecks: Generalize make C={1,2} to support multiple checkers

2018-03-19 Thread Knut Omang
On Mon, 2018-02-05 at 08:20 +0100, Knut Omang wrote: > On Mon, 2018-02-05 at 16:03 +0900, Masahiro Yamada wrote: Hi Masahiro, I know these are busy times but any hope of getting forward on this? Anything more I can do to ease the process? Thanks for your time, Knut > > 2018-02-05 15:41 GMT+09:0

RE: [PATCHv2 0/7] sched/fair: Migrate 'misfit' tasks on asymmetric capacity systems

2018-03-19 Thread Gaku Inami
Hi > -Original Message- > From: Morten Rasmussen [mailto:morten.rasmus...@arm.com] > Sent: Thursday, March 15, 2018 11:47 PM > To: pet...@infradead.org; mi...@redhat.com > Cc: valentin.schnei...@arm.com; dietmar.eggem...@arm.com; > vincent.guit...@linaro.org; Gaku Inami > ; linux-kernel@v

RE: [PATCH] bnx2x: fix spelling mistake: "registeration" -> "registration"

2018-03-19 Thread Kalluru, Sudarsana
-Original Message- From: Colin King [mailto:colin.k...@canonical.com] Sent: 19 March 2018 20:03 To: Elior, Ariel ; Dept-Eng Everest Linux L2 ; net...@vger.kernel.org Cc: kernel-janit...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: [PATCH] bnx2x: fix spelling mistake: "registerat

Re: [PATCH 4.4 038/134] ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss

2018-03-19 Thread Tero Kristo
On 20/03/18 01:52, Dan Rue wrote: On Mon, Mar 19, 2018 at 07:05:21PM +0100, Greg Kroah-Hartman wrote: 4.4-stable review patch. If anyone has any objections, please let me know. -- From: Roger Quadros [ Upstream commit e2d54fe76997301b49311bde7ba8ef52b47896f9 ] It seems tha

RE: linux-next: build warning after merge of the libata tree

2018-03-19 Thread Richard Zhu
Hi Stephen: Sorry to introduce this build warning. I'm preparing one commit to fix it. Best Regards Richard Zhu -Original Message- From: Stephen Rothwell [mailto:s...@canb.auug.org.au] Sent: Tuesday, March 20, 2018 12:57 PM To: Tejun Heo Cc: Linux-Next Mailing List ; Linux Kernel Mailin

linux-next: build warning after merge of the libata tree

2018-03-19 Thread Stephen Rothwell
Hi Tejun, After merging the libata tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/ata/ahci_imx.c: In function 'imx_sata_disable': drivers/ata/ahci_imx.c:478:2: warning: enumeration value 'AHCI_IMX53' not handled in switch [-Wswitch] switch (imxpriv->type

drivers/platform/x86/dell-smbios-smm.c:99: undefined reference to `dcdbas_smi_request'

2018-03-19 Thread kbuild test robot
Hi Mario, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 1b5f3ba415fe4cf8b8b39c8d104ed44cde330658 commit: 25d47027e1003546bfd8964b4423cb39bc2d53e9 platform/x86: dell-smbios: Link all dell-smbios-* modules together

Re: [PATCH 4.14 064/109] dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_free

2018-03-19 Thread Vinod Koul
On Mon, Mar 19, 2018 at 12:53:41PM +0530, Vinod Koul wrote: > On Mon, Mar 19, 2018 at 09:14:00AM +0200, Peter Ujfalusi wrote: > > On 2018-03-19 05:08, Vinod Koul wrote: > > > On Sun, Mar 18, 2018 at 11:44:51AM +0100, Greg Kroah-Hartman wrote: > > >> On Sun, Mar 18, 2018 at 11:24:17AM +0100, Greg Kr

Re: [PATCH v2] virtio_balloon: export hugetlb page allocation counts

2018-03-19 Thread Jonathan Helman
> On Mar 19, 2018, at 7:31 PM, Jason Wang wrote: > > > > On 2018年03月20日 06:14, Jonathan Helman wrote: >> Export the number of successful and failed hugetlb page >> allocations via the virtio balloon driver. These 2 counts >> come directly from the vm_events HTLB_BUDDY_PGALLOC and >> HTLB_BUDDY

Re: [PATCH v4] cpuset: Enable cpuset controller in default hierarchy

2018-03-19 Thread Mike Galbraith
On Mon, 2018-03-19 at 17:41 -0400, Waiman Long wrote: > On 03/19/2018 04:49 PM, Mike Galbraith wrote: > > On Mon, 2018-03-19 at 08:34 -0700, Tejun Heo wrote: > >> Hello, Mike. > >> > >> On Thu, Mar 15, 2018 at 03:49:01AM +0100, Mike Galbraith wrote: > >>> Under the hood v2 details are entirely up t

[PATCH v2] ACPI / PM: allow deeper wakeup power states with no _SxD nor _SxW

2018-03-19 Thread Daniel Drake
acpi_dev_pm_get_state() is used to determine the range of allowable device power states when going into S3 suspend. This is implemented by executing the _S3D and _S3W ACPI methods. Linux follows the ACPI spec behaviour in that when _S3D is implemented and _S3W is not, Linux will not go into a powe

[PATCH v3 07/13] ARM: dts: ipq4019: Add qcom-ipq4019-ap.dk04.1-c3 board file

2018-03-19 Thread Sricharan R
Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c3.dts | 8 2 files changed, 9 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c3.dts diff --git a/arch/a

[PATCH v3 04/13] ARM: dts: ipq4019: Update ipq4019-dk01.1 board data

2018-03-19 Thread Sricharan R
Reviewed-by: Abhishek Sahu Adds missing memory, reserved-memory nodes. Signed-off-by: Sricharan R --- arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 28 +++ 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi b/arch/arm/boot/dts

[PATCH v3 05/13] ARM: dts: ipq4019: Add ipq4019-ap.dk04.dtsi

2018-03-19 Thread Sricharan R
Add the common parts for the dk04 boards. Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi | 129 ++ 1 file changed, 129 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi diff --git a/a

[PATCH v3 09/13] ARM: dts: ipq4019: Add qcom-ipq4019-ap.dk07.1-c1 board file

2018-03-19 Thread Sricharan R
Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts | 65 + 2 files changed, 66 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts

[PATCH v3 10/13] ARM: dts: ipq4019: Add qcom-ipq4019-ap.dk07.1-c2 board file

2018-03-19 Thread Sricharan R
Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c2.dts | 26 + 2 files changed, 27 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c2.dts

[PATCH] MIPS: ralink: fix booting on mt7621

2018-03-19 Thread NeilBrown
Since commit 3af5a67c86a3 ("MIPS: Fix early CM probing") the MT7621 has not been able to boot. This patched caused mips_cm_probe() to be called before mt7621.c::proc_soc_init(). prom_soc_init() has a comment explaining that mips_cm_probe() "wipes out the bootloader config" and means that configu

[PATCH v3 13/13] ARM: dts: ipq8074: Enable few peripherals for hk01 board

2018-03-19 Thread Sricharan R
Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 103 ++ 1 file changed, 103 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts index 6a838b5..8efc8f9e

[PATCH v3 12/13] ARM: dts: ipq8074: Add pcie nodes

2018-03-19 Thread Sricharan R
The driver/phy support for ipq8074 is available now. So enabling the nodes in DT. Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm64/boot/dts/qcom/ipq8074.dtsi | 157 +- 1 file changed, 156 insertions(+), 1 deletion(-) diff --git a/arch/arm64/b

[PATCH v3 08/13] ARM: dts: ipq4019: Add ipq4019-ap.dk07.1 common data

2018-03-19 Thread Sricharan R
Reviewed-by: Abhishek Sahu Add the common data for all dk07 based boards. Signed-off-by: Sricharan R --- arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi | 83 +++ 1 file changed, 83 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi diff --git

[PATCH v3 11/13] ARM: dts: ipq8074: Add peripheral nodes

2018-03-19 Thread Sricharan R
Add serial, i2c, bam, spi, qpic peripheral nodes. Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm64/boot/dts/qcom/ipq8074.dtsi | 105 ++ 1 file changed, 105 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dt

[PATCH v3 06/13] ARM: dts: ipq4019: Add ipq4019-ap.dk04.1-c1 board file

2018-03-19 Thread Sricharan R
Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts | 20 2 files changed, 21 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts diff

[PATCH v3 01/13] firmware: qcom: scm: Add ipq4019 soc compatible

2018-03-19 Thread Sricharan R
Add the compatible for ipq4019. This does not need clocks to do scm calls. Reviewed-by: Rob Herring Signed-off-by: Sricharan R --- Documentation/devicetree/bindings/firmware/qcom,scm.txt | 3 ++- drivers/firmware/qcom_scm.c | 3 +++ 2 files changed, 5 insertions(+),

[PATCH v3 00/13] ARM: dts: ipq: updates to enable a few peripherals

2018-03-19 Thread Sricharan R
[v3] * Fixed minor comments from v2, https://www.spinics.net/lists/arm-kernel/msg641480.html * Added Abhishek's review tags [v2] * Addressed all comments from Abhishek * Removed dk01-c2 and dk04-c5 spinand based boards as support for spinand is not complete * Based

[PATCH v3 02/13] ARM: dts: ipq4019: Add a few peripheral nodes

2018-03-19 Thread Sricharan R
Now with the driver updates for some peripherals being there, add i2c, spi, pcie, bam, qpic-nand, scm nodes to enhance the available peripheral support. Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm/boot/dts/qcom-ipq4019.dtsi | 134 1 fi

[PATCH v3 03/13] ARM: dts: ipq4019: Change the max opp frequency

2018-03-19 Thread Sricharan R
The max opp frequency is 716MHZ. So update that. Reviewed-by: Abhishek Sahu Signed-off-by: Sricharan R --- arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi index 3a7

  1   2   3   4   5   6   7   8   9   10   >