On 7 April 2016 at 09:57, Ulf Hansson wrote:
> Commit 520bd7a8b415 ("mmc: core: Optimize boot time by detecting cards
> simultaneously") causes regressions for some platforms.
>
> These platforms relies on fixed mmcblk device indexes, instead of
> deploying the defacto standard with UUID/PARTUUID.
On Wednesday 16 March 2016 03:04 AM, Arnd Bergmann wrote:
> The davinci platform contains code that calls into the nvmem
> subsystem, but that might be a loadable module, causing a
> link error:
>
> arch/arm/mach-davinci/built-in.o: In function `davinci_get_mac_addr':
> :(.text+0x1088): undefined
When we acquire a shareable enable GPIO on probe we do so with the
regulator_list_mutex held. However when we release the GPIOs we do this
immediately after dropping the mutex meaning that the list could become
corrupted. Move the release into the locked region to avoid this.
Signed-off-by: Mark
Below is the list of build error/warning regressions/improvements in
v4.6-rc3[1] compared to v4.5[2].
Summarized:
- build errors: +11/-7
- build warnings: +164/-154
JFYI, when comparing v4.6-rc3[1] to v4.6-rc2[3], the summaries are:
- build errors: +5/-8
- build warnings: +65/-44
Note th
On Mon, Apr 11, 2016 at 04:35:44PM -0700, Andrey Vagin wrote:
...
> +static int __taskdiag_dumpit(struct task_iter *iter,
> + struct task_diag_cb *cb, struct task_struct
> **start)
> +{
> + struct user_namespace *userns = current_user_ns();
> + struct task_struct *
On Tue, Apr 12, 2016 at 9:07 AM, Geert Uytterhoeven
wrote:
> JFYI, when comparing v4.6-rc3[1] to v4.6-rc2[3], the summaries are:
> - build errors: +5/-8
Nothing serious to report.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- g
On 04/09/2016 06:01 PM, Pavel Machek wrote:
Hi!
What's tricky about patterns is that you need to control 3 (or more)
leds at a time. Problem you are trying to solve here is ... control of
3 leds, at the same time.
So let's solve them together.
OK, now I've got your point. So we'd need to hav
On Mon, 11 Apr 2016, Javier Martinez Canillas wrote:
> On 04/11/2016 12:42 PM, Brian Norris wrote:
> > On Mon, Apr 11, 2016 at 09:48:49AM +0100, Lee Jones wrote:
> >> When submitting patches, please use the format appropriate for the
> >> subsystem.
> >>
> >> `git log --oneline -- ` helps with th
An oops with irqs off (panic() from irqsafe hrtimer like the watchdog
timer) will lead to a lockdep warning on each invocation and as such
never completes.
Therefore we skip the trylock in the oops case.
Signed-off-by: Sebastian Andrzej Siewior
---
drivers/tty/serial/8250/8250_port.c | 4 ++--
1
On Mon, 11 Apr 2016, Brian Norris wrote:
> There are platforms using the ChromeOS embeded controller on ARM64 now,
> so let's allow using this driver (without having to use COMPILE_TEST).
>
> Signed-off-by: Brian Norris
> Reviewed-by: Javier Martinez Canillas
> ---
> v2:
> * add Reviewed-by
>
Michal, I'm sorry to say that I now find that I misinformed you.
You'll remember when we were chasing the order=2 OOMs on two of my
machines at the end of March (in private mail). And you sent me a
mail containing two patches, the second "Another thing to try ...
so this on top" doing a *migrate_
On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
> This patch adds the generic exynos bus frequency driver for AMBA AXI bus
> of sub-blocks in exynos SoC with DEVFREQ framework. The Samsung Exynos SoC
> have the common architecture for bus between DRAM and sub-blocks in SoC.
> This driver can support th
On 04/11/2016 08:45 AM, Michal Hocko wrote:
From: Michal Hocko
"mm: consider compaction feedback also for costly allocation" has
removed the upper bound for the reclaim/compaction retries based on the
number of reclaimed pages for costly orders. While this is desirable
the patch did miss a mis
On Mon, 11 Apr 2016, Rafael J. Wysocki wrote:
> On Mon, Apr 11, 2016 at 6:20 PM, Lee Jones wrote:
> > On Mon, 11 Apr 2016, Rafael J. Wysocki wrote:
> >
> >> On Mon, Apr 11, 2016 at 4:05 PM, Lee Jones wrote:
> >> > On Mon, 11 Apr 2016, Rafael J. Wysocki wrote:
> >> >
> >> >> On Mon, Apr 11, 2016
On Tue, 12 Apr 2016 13:51:06 +0900
js1...@gmail.com wrote:
> From: Joonsoo Kim
>
> To check whther free objects exist or not precisely, we need to grab a
^^
(spelling)
> lock. But, accuracy isn't that important because race window would be
> even small and if there is too muc
On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
> This patch adds the new devfreq_get_devfreq_by_phandle() OF helper function
> which can find the instance of devfreq device by using phandle ("devfreq").
>
> Signed-off-by: Chanwoo Choi
> Signed-off-by: MyungJoo Ham
> [m.reichl and linux.amoon: Teste
On Wed, 23 Mar 2016, Lee Jones wrote:
> Hi Jassi,
>
> Resending these with patches 1 and 2 merged, as requested.
Jassi,
Not heard anything from you in quite some time now.
> Kind regards,
> Lee
>
> v1 => v2:
> - Patch 2 merged into patch
> - No functional changes
>
> Lee Jones (5):
>
On Wed, 02 Mar 2016, Lee Jones wrote:
> The first part of this set extends the current PWM API to allow external
> code to request a PWM Capture. Subsequent patches then make use of the
> new API by providing a userspace offering via /sysfs. The final part of
> the set supplies PWM Capture funct
From: Zhaoxiu Zeng
If there is only one bit difference in the ECC, the function should return 1.
The result of "diff0 & ~(1<
---
drivers/mtd/nand/s3c2410.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 9c9397b.
Jiri Kosina writes:
> On Wed, 30 Mar 2016, Jiri Kosina wrote:
>
>> > __module_put_and_exit() is makred noreturn in module.h declaration, but is
>> > lacking the attribute in the definition, which makes some tools (such as
>> > sparse) unhappy. Amend the definition with the attribute as well (and
>
Hi Marc, Bjorn, Rafael,
Can you please have a look at this series? Thanks in advance.
Tomasz
On 04.04.2016 10:52, Tomasz Nowicki wrote:
The following git branch contains submitted patches along with
the useful patches from the test point of view (mainly ACPI ARM64 PCI support).
https://github
Hi Sjoerd,
On Wed, Apr 6, 2016 at 11:45 AM, Sjoerd Simons
wrote:
> Simply calling rcar_du_remove on any error can cause unbalanced calls to
> various functions (e.g. drm_connector_register/unregister,
> drm_dev_register/drm_dev_unref).
>
> This can be seen at bootup of my Porter boards with curre
On Wed, Apr 06, 2016 at 07:02:07PM +0800, Minghuan Lian wrote:
> Add SCFG MSI dts node and add msi-parent property to PCIe dts node
> that points to the corresponding MSI node.
>
> Signed-off-by: Minghuan Lian
Applied, thanks.
On 2016년 03월 30일 16:12, Minchan Kim wrote:
We have allowed migration for only LRU pages until now and it was
enough to make high-order pages. But recently, embedded system(e.g.,
webOS, android) uses lots of non-movable pages(e.g., zram, GPU memory)
so we have seen several reports about troubles o
Hi Rafael,
On 04/06/2016 11:21 PM, Rafael J. Wysocki wrote:
On 4/6/2016 2:43 AM, kernel test robot wrote:
FYI, we noticed the below changes on
https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
linux-next
commit f962c29c2f5d80be28bd76e2c3fadf1ce97ccd76 ("x86, ACPI,
cpu-hotpl
Hi,
Roger Quadros writes:
> On 11/04/16 16:26, Felipe Balbi wrote:
>>
>> Hi,
>>
>> Roger Quadros writes:
>>> On 11/04/16 15:23, Felipe Balbi wrote:
Hi,
Roger Quadros writes:
> Gadget controller might not be always active during suspend/
> resume when we are operat
On 04/12/2016 09:18 AM, Hugh Dickins wrote:
> 2. Fix crash in get_pfnblock_flags_mask() from suitable_migration_target()
> from isolate_freepages(): there's a case when that "block_start_pfn -=
> pageblock_nr_pages" loop can pass through 0 and end up trying to access
> a pageblock befor
Hi Lorenzo,
Thanks for your test and detailed suggestions.
I will update those later.
Thanks,
Zhu
On 04/06/2016 10:29 PM, Lorenzo Pieralisi wrote:
[+Dennis since he reported ARM64 build breakage]
On Thu, Mar 17, 2016 at 09:32:40AM +0800, Zhu Guihua wrote:
From: Gu Zheng
The whole patch-set
On Tue, Apr 12, 2016 at 12:57 PM, Lee Jones wrote:
> On Wed, 23 Mar 2016, Lee Jones wrote:
>
>> Hi Jassi,
>>
>> Resending these with patches 1 and 2 merged, as requested.
>
> Jassi,
>
> Not heard anything from you in quite some time now.
>
Please feel free to call as soon as it goes beyond 2weeks.
Hi,
"Du, Changbin" writes:
> Hi, Balbi,
>
>> > Hmm, I agree from this point. I will combine this patch with other two
>> patches
>> > (due to their dependency). And I'd like remove the 'dwc->root=NULL' as
>> well,
>>
>> you are creating a dependency that doesn't exist. Please stop that. You
>>
On 04/08/2016 07:00 AM, Chanwoo Choi wrote:
> This patch adds NoC (Network on Chip) Probe driver which provides
> the primitive values to get the performance data. The packets that the Network
> on Chip (NoC) probes detects are transported over the network infrastructure.
> Exynos542x bus has multi
On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
> This patch adds the support of bus frequency feature for sub-blocks which
> share
> the one power line. If each bus depends on the power line, each bus is not
> able
> to change the voltage by oneself. To optimize the power-consumption on
> runtime,
On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
> This patch adds the new passive governor for DEVFREQ framework. The following
> governors are already present and used for DVFS (Dynamic Voltage and Frequency
> Scaling) drivers. The following governors are independently used for one
> device
> driver
On Monday 11 April 2016 06:15 PM, Rob Herring wrote:
> On Mon, Apr 11, 2016 at 6:49 AM, Sekhar Nori wrote:
>> On Monday 11 April 2016 02:21 AM, Paul Walmsley wrote:
>>> On Tue, 5 Apr 2016, Franklin S Cooper Jr. wrote:
On 04/05/2016 01:08 AM, Sekhar Nori wrote:
> On Tuesday 08 March 2016 0
On Mon, Apr 11, 2016 at 11:35:08PM -0700, Greg KH wrote:
> On Tue, Apr 12, 2016 at 08:22:37AM +0200, Willy Tarreau wrote:
> > I think we may have more of an issue educating our users than an issue
> > with the code we distribute.
>
> I think that's the issue here, combined with users that just don
On Tue, Apr 12, 2016 at 09:24:34AM +0200, Jesper Dangaard Brouer wrote:
> On Tue, 12 Apr 2016 13:51:06 +0900
> js1...@gmail.com wrote:
>
> > From: Joonsoo Kim
> >
> > To check whther free objects exist or not precisely, we need to grab a
>^^
> (spelling)
Will fix.
> > lock.
On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
> This patch adds the detailed corrleation between sub-blocks and power line
s/corrleation/correlation/
> for Exynos3250, Exynos4210 and Exynos4x12.
>
> Signed-off-by: Chanwoo Choi
> Acked-by: MyungJoo Ham
> ---
> .../devicetree/bindings/devfreq/ex
On 04/08/2016 07:00 AM, Chanwoo Choi wrote:
> This patch adds the NoCP (Network on Chip Probe) Device Tree node
> to measure the bandwidth of memory and g3d in Exynos542x SoC.
>
> Signed-off-by: Chanwoo Choi
> ---
> arch/arm/boot/dts/exynos5420.dtsi | 36
> 1
On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
> This patch updates the documentation for passive bus devices and adds the
> detailed example of Exynos3250.
>
> Signed-off-by: Chanwoo Choi
> Acked-by: MyungJoo Ham
> ---
> .../devicetree/bindings/devfreq/exynos-bus.txt | 250
>
On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
> This patch adds the 'BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS' entry to review
> the
> patches as maintainer. I can access the all datasheet of Exynos SoC and test
> it
> on some Exynos-based board. Patches will be picked up by DEVFREQ maintainer
> on
On 2016년 04월 12일 16:35, Krzysztof Kozlowski wrote:
> On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
>> This patch adds the detailed corrleation between sub-blocks and power line
>
> s/corrleation/correlation/
OK. I'll fix it.
>
>
>> for Exynos3250, Exynos4210 and Exynos4x12.
>>
>> Signed-off-by:
On 2016년 04월 12일 16:34, Krzysztof Kozlowski wrote:
> On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
>> This patch updates the documentation for passive bus devices and adds the
>> detailed example of Exynos3250.
>>
>> Signed-off-by: Chanwoo Choi
>> Acked-by: MyungJoo Ham
>> ---
>> .../devicetree/bi
On 04/12/2016 10:01 AM, Mark Brown wrote:
> On Tue, Apr 05, 2016 at 09:19:51AM +0530, Vignesh R wrote:
>
>> mutex_lock(&master->bus_lock_mutex);
>> +if (master->dma_rx) {
>> +rx_dev = master->dma_rx->device->dev;
>> +ret = spi_map_buf(master, rx_dev, &msg->rx_sg,
On 2016년 04월 12일 16:46, Krzysztof Kozlowski wrote:
> On 04/11/2016 05:57 AM, Chanwoo Choi wrote:
>> This patch adds the 'BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS' entry to
>> review the
>> patches as maintainer. I can access the all datasheet of Exynos SoC and test
>> it
>> on some Exynos-based bo
On Mon 2016-04-11 18:04:37, Sebastian Andrzej Siewior wrote:
> On 04/11/2016 05:19 PM, Jacob Pan wrote:
> I tried to convert it over to smpboot thread so we don't have that
> CPU notifier stuff to fire the cpu threads during hotplug events.
>
> >>> there is another patchset to conver
On Fri, Apr 08, 2016 at 04:57:05PM -0500, Jeremy Linton wrote:
> From: Mark Salter
>
> In preparation for ACPI support, add a pmu_probe_info table to
> the arm_pmu_device_probe() call. This table gets used when
> probing in the absence of a devicetree node for PMU.
>
> Signed-off-by: Mark Salter
On 12/04/16 11:00, Felipe Balbi wrote:
>
> Hi,
>
> Roger Quadros writes:
>> On 11/04/16 16:26, Felipe Balbi wrote:
>>>
>>> Hi,
>>>
>>> Roger Quadros writes:
On 11/04/16 15:23, Felipe Balbi wrote:
>
> Hi,
>
> Roger Quadros writes:
>> Gadget controller might not be alway
From: "Du, Changbin"
dwc->regset is allocated on dwc3_debugfs_init, and should
be released on init failure or dwc3_debugfs_exit. Btw,
The line "dwc->root = NULL" is unnecessary, so remove it.
Signed-off-by: Du, Changbin
---
v2:
Title changed;
free dwc->regset on failure path.
---
drivers/
Hi,
changbin...@intel.com writes:
> From: "Du, Changbin"
>
> dwc->regset is allocated on dwc3_debugfs_init, and should
> be released on init failure or dwc3_debugfs_exit. Btw,
> The line "dwc->root = NULL" is unnecessary, so remove it.
>
> Signed-off-by: Du, Changbin
> ---
> v2:
> Title chang
On 11.04.2016 16:48, Andrew F. Davis wrote:
On 04/10/2016 06:57 AM, Jonathan Cameron wrote:
On 08/04/16 19:19, Andrew F. Davis wrote:
The INA3221 is a three-channel, high-side current and bus voltage
monitor
with an I2C and SMBUS compatible interface.
Signed-off-by: Andrew F. Davis
Hi Andre
Gadget controller might not be always active during system
suspend/resume as gadget driver might not have yet been loaded or
might have been unloaded prior to system suspend.
Check if we're active and only then perform
necessary actions during suspend/resume.
Signed-off-by: Roger Quadros
---
dr
On 11.04.2016 19:08, Guenter Roeck wrote:
On Mon, Apr 11, 2016 at 11:47:44AM -0500, Andrew F. Davis wrote:
On 04/11/2016 11:38 AM, Guenter Roeck wrote:
> On Mon, Apr 11, 2016 at 10:48:27AM -0500, Andrew F. Davis wrote:
>> On 04/10/2016 06:57 AM, Jonathan Cameron wrote:
>>> On 08/04/16 19:19, And
This reverts commit cc8ed76938b5cf6a54ab3d60edabaf808dc960d1
("soc: mediatek: SCPSYS: Fix double enabling of regulators") [1].
This patch fixes mt8173-evb failing boot issue. With commit [1],
genpd state will not sync to real power domain state. So some
resources such as clocks and regulators may
> -Original Message-
> From: lkp
> Sent: Monday, April 11, 2016 12:35 PM
> To: Tan, Jui Nee
> Cc: kbuild-...@01.org; mika.westerb...@linux.intel.com;
> heikki.kroge...@linux.intel.com; andriy.shevche...@linux.intel.com;
> t...@linutronix.de; mi...@redhat.com; h...@zytor.com; x...@kernel.
From: "Du, Changbin"
dwc->regset is allocated on dwc3_debugfs_init, and should
be released on init failure or dwc3_debugfs_exit. Btw,
The line "dwc->root = NULL" is unnecessary, so remove it.
Signed-off-by: Du, Changbin
---
v3:
remove unnecessary if(!NULL) for free
v2:
Title changed;
free
Hi Mark,
On Tue, 12 Apr 2016 05:42:03 +0100
Mark Brown wrote:
> On Thu, Apr 07, 2016 at 11:54:31PM +0200, Boris Brezillon wrote:
>
> > Is there any reason for calling set_machine_constraints() after
> > device_register() in regulator_register()?
>
> I'm not sure there's a strong one, we don't
Stefano Stabellini writes:
> Hi all,
>
> Unfortunately this patch (now commit
> 8c058b0b9c34d8c8d7912880956543769323e2d8) causes a regression on Xen
> when running on top of QEMU: the number of PIT irqs get set to 0 by
> probe_8259A but actually there are 16.
>
How would one see the regression?
From: Finley Xiao
When changing the clock-rate, currently a new parent is set first and a
divider adapted thereafter. This may result in the clock-rate overflowing
its target rate for a short time if the new parent has a higher rate than
the old parent.
While this often doesn't produce negative
On 2016年03月14日 17:44, Wei Ni wrote:
>
>
> On 2016年03月09日 05:09, Eduardo Valentin wrote:
>> On Tue, Mar 08, 2016 at 11:24:39AM +0800, Wei Ni wrote:
>>>
>>>
>>> On 2016年03月07日 16:23, Wei Ni wrote:
There had a build error in previous patch.
Fixed it in this version.
Please review it
On 11/04/16 16:39, Marc Zyngier wrote:
> On 11/04/16 16:31, Jon Hunter wrote:
>> On 09/04/16 11:58, Marc Zyngier wrote:
[snip]
>>> I think we need to phase things. Let's start with warning people for a
>>> few kernel releases. Actively maintained platforms will quickly address
>>> the issue (fix
Could anyone take a look this patch?
On 2016年04月01日 15:01, Wei Ni wrote:
> Patches 1 to 12 in this series were accepted by Eduardo.
> Patches 13 and 14 need to go via platform or dt tree.
>
> Used get_maintainer.pl to get maintainers and open list, add them in To: and
> Cc:
> list.
>
> To:
> Ro
On 12.04.2016 09:34, ji...@jic23.retrosnub.co.uk wrote:
On 11.04.2016 19:08, Guenter Roeck wrote:
On Mon, Apr 11, 2016 at 11:47:44AM -0500, Andrew F. Davis wrote:
On 04/11/2016 11:38 AM, Guenter Roeck wrote:
> On Mon, Apr 11, 2016 at 10:48:27AM -0500, Andrew F. Davis wrote:
>> On 04/10/2016 06:
Could anyone take a look at this patch?
On 2016年04月01日 15:04, Wei Ni wrote:
> To:
> Rob Herring
> Pawel Moll
> Mark Rutland
> Ian Campbell
> Kumar Gala
>
> Cc:
> devicet...@vger.kernel.org
>
> On 2016年03月29日 23:17, Eduardo Valentin wrote:
>> On Tue, Mar 29, 2016 at 06:29:24PM +0800, Wei Ni
Rob, Mark, Marc,
On 18/03/16 08:37, Jon Hunter wrote:
>
> On 17/03/16 20:14, Rob Herring wrote:
>> On Thu, Mar 17, 2016 at 9:19 AM, Jon Hunter wrote:
>>> Commit afbbd2338176 ("irqchip/gic: Document optional Clock and Power
>>> Domain properties") documented optional clock and power-dmoain proper
Because this operation exceed the range of boolean, so we should
modify q_support to unit32 bit.
drvdata->q_support = BMVAL(etmidr0, 15, 16)
Signed-off-by: Li Pengcheng
Signed-off-by: Li Zhong
---
drivers/hwtracing/coresight/coresight-etm4x.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-
On 04/12/2016 09:18 AM, Hugh Dickins wrote:
> 3. /proc/sys/vm/stat_refresh warns nr_isolated_anon and nr_isolated_file
> go increasingly negative under compaction: which would add delay when
> should be none, or no delay when should delay. putback_movable_pages()
> decrements the NR_IS
ppc64le functions have a Global Entry Point (GEP) and a Local Entry
Point (LEP). While placing a probe, we always prefer the LEP since it
catches function calls through both the GEP and the LEP. In order to do
this, we fixup the function entry points during elf symbol table lookup
to point to the L
This patchset fixes three issues found with perf probe on ppc64le:
1. 'perf test kallsyms' failure on ppc64le (reported by Michael
Ellerman). This was due to the symbols being fixed up during symbol
table load. This is fixed in patch 2 by delaying symbol fixup until
later.
2. perf probe function of
So far, we used to treat probe point offsets as being offset from the
LEP. However, userspace applications (objdump/readelf) always show
disassembly and offsets from the function GEP. This is confusing to the
user as we will end up probing at an address different from what the
user expects when loo
On 04/12/2016 11:03 AM, Vlastimil Babka wrote:
On 04/12/2016 09:18 AM, Hugh Dickins wrote:
3. /proc/sys/vm/stat_refresh warns nr_isolated_anon and nr_isolated_file
go increasingly negative under compaction: which would add delay when
should be none, or no delay when should delay. putb
Add device tree bindings for AXS10X I2S PLL Clock driver.
Signed-off-by: Jose Abreu
---
This patch was only introduced in v5.
arch/arc/boot/dts/axs10x_mb.dtsi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi
index ab5
The ARC SDP I2S clock can be programmed using a
specific PLL.
This patch series has the goal of adding a clock driver
that programs this PLL.
Changes v4 -> v5:
* Documentation update (as suggested by Alexey Brodkin)
* Changed compatible string to "snps,axs10x-i2s-pll-clock" (as suggested by
The ARC SDP I2S clock can be programmed using a
specific PLL.
This patch has the goal of adding a clock driver
that programs this PLL.
At this moment the rate values are hardcoded in
a table but in the future it would be ideal to
use a function which determines the PLL values
given the desired ra
Hi Lee,
On 23/03/16 14:43, Lee Jones wrote:
This patch supplies a Client node to enable the Mailbox testing
facility. It will be used to send and receive messages from any
given co-processor in order to test the STi Mailbox Controller
driver.
Signed-off-by: Lee Jones
---
arch/arm/boot/dts/s
On 4 April 2016 at 03:28, Linus Walleij wrote:
> On Sat, Apr 2, 2016 at 11:29 AM, Guodong Xu wrote:
>
>> From: Zhong Kaihua
>>
>> Add Hi6220 gpio configuration nodes
>>
>> Signed-off-by: Zhong Kaihua
>> Signed-off-by: Kong Xinwei
>>
>
> Get rid of that blank line.
Will fix.
Sorry missed that
From: Michal Hocko
task_will_free_mem is a misnomer for a more complex PF_EXITING test
for early break out from the oom killer because it is believed that
such a task would release its memory shortly and so we do not have
to select an oom victim and perform a disruptive action.
Currently we make
Hi Markus,
On 04/08/16 17:12, Markus Heiser wrote:
> Hi kernel-doc authors,
>
> motivated by this MT, I implemented a toolchain to migrate the kernel’s
> DocBook XML documentation to reST markup.
>
> It converts 99% of the docs well ... to gain an impression how
> kernel-docs could benefit fr
Le 11/04/2016 04:28, Andrew Lunn a écrit :
> On Sat, Apr 09, 2016 at 01:25:03AM +0300, Sergei Shtylyov wrote:
>> With the 'phylib' now being aware of the "reset-gpios" PHY node property,
>> there should be no need to frob the PHY reset in this driver anymore...
>>
>> Signed-off-by: Sergei Shtyl
Le 11/04/2016 20:51, Andrew Lunn a écrit :
> On Mon, Apr 11, 2016 at 09:39:02PM +0300, Sergei Shtylyov wrote:
>> Hello.
>>
>> On 04/11/2016 09:19 PM, Andrew Lunn wrote:
>>
> The code you are deleting would of ignored the flags in the gpio
> property, i.e. active low.
Hm, you're
On Tue, Apr 12, 2016 at 5:54 AM, Tejun Heo wrote:
> Hello,
>
> On Mon, Apr 11, 2016 at 10:04:42AM +0200, Jakob Unterwurzacher wrote:
>> What seems to be happening in the kernel is that the estimated device
>> bandwith
>> drops to zero. I'm not even sure how this works for FUSE, but that's what I
Hi Krzysztof:
On 2016年04月06日 09:00, Krzysztof Kozlowski wrote:
On 06.04.2016 09:50, Andy Yan wrote:
(...)
+return -ENOMEM;
+
+info->mode = kstrdup_const(prop->name + len, GFP_KERNEL);
+if (of_property_read_u32(np, prop->name, &info->magic)) {
+dev_err(d
This patch adds Inforce Computing to vendor prefix list.
This vendor makes boards like IFC6410, IFC6540 based on Qualcomm SOCs.
Signed-off-by: Srinivas Kandagatla
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetre
This patch adds Arrow Electronics to vendor perfix list, as this vendor
makes some of the Qualcomm SOC based 96boards like DB600c and DB410c.
Signed-off-by: Srinivas Kandagatla
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documenta
On 04/12/2016 09:18 AM, Hugh Dickins wrote:
> 3. /proc/sys/vm/stat_refresh warns nr_isolated_anon and nr_isolated_file
> go increasingly negative under compaction: which would add delay when
> should be none, or no delay when should delay. putback_movable_pages()
> decrements the NR_IS
Hi Marek,
On 2016/4/12 3:21, Marek Vasut wrote:
> On 04/11/2016 03:28 AM, Jiancheng Xue wrote:
>> Hi,
>>
>> On 2016/4/8 18:04, Marek Vasut wrote:
>>> On 04/08/2016 10:26 AM, Jiancheng Xue wrote:
Hi,
On 2016/4/7 10:28, Marek Vasut wrote:
> On 04/07/2016 04:10 AM, Jiancheng Xue wr
Hi Andy,
This patchset adds support to DB600c which is based on APQ8064.
With this patchset, except spi I was able to test all the below features
on this board on top of v4.6-rc3.
1> i2c
2> spi
3> sd/mmc with card detect
4> eMMC
5> USB
6> SATA
7> on board Ethernet based on PCIE.
8> user and activ
This patch adds support to gsbi7 i2c which is used in some of the new
boards.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/qcom-apq8064-pins.dtsi | 25 +
arch/arm/boot/dts/qcom-apq8064.dtsi | 13 +
2 files changed, 38 insertions(+)
diff --git
This patch fixes pinctrls for spi and i2c nodes whose default and sleep
states are together, which is incorrect.
Without this patch i2c/spi would not be functional.
Signed-off-by: Srinivas Kandagatla
Acked-by: Bjorn Andersson
---
arch/arm/boot/dts/qcom-apq8064.dtsi | 18 --
1 f
This patch adds support to DB600c with basic serial ports.
DB600c is based on APQ8064.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 36 +
2 files changed, 37 insertions(+)
This patch adds support to 4 user leds, wlan and bt led on board.
Signed-off-by: Srinivas Kandagatla
---
.../boot/dts/qcom-apq8064-arrow-db600c-pins.dtsi | 23 +++
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts| 47 ++
2 files changed, 70 insertions(+)
diff --
This patch enables sata and regulators required to get on board sata
working.
Signed-off-by: Srinivas Kandagatla
Acked-by: Bjorn Andersson
---
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-apq8064-arrow-
This patch adds support to on board LIS3MDLTR magnetometer.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/qcom-apq8064-arrow-db600c-pins.dtsi | 8
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 13 +
2 files changed, 21 insertions(+)
diff --git a/arch/a
This patch adds spi nodes required to provide spi bus support on LS
expansion.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 10 ++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts
b/arch/arm/boot/d
This patch adds eMMC and SD card support with card detect and adding
required regulators.
Signed-off-by: Srinivas Kandagatla
Acked-by: Bjorn Andersson
---
.../boot/dts/qcom-apq8064-arrow-db600c-pins.dtsi | 9 ++
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts| 34
Hi Ingo, Peter,
do you plan to pull this into tip/locking or are you waiting for some
more feedback or things to resolve?
Thanks!
--
Michal Hocko
SUSE Labs
This patch adds usb host and otg support on board with required
regulators.
Signed-off-by: Srinivas Kandagatla
Acked-by: Bjorn Andersson
---
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 64 +
1 file changed, 64 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-apq8
This patch adds nodes required to enable 4 i2c buses on the board which
are connected to various sensors and eeprom.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 46 +
1 file changed, 46 insertions(+)
diff --git a/arch/arm/boot
This patch adds pmic regulator supplies connected on the board.
Rest of the invidual regulators would be added as and when required by
the devices.
Signed-off-by: Srinivas Kandagatla
Acked-by: Bjorn Andersson
---
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 62 +
1
This patch adds pcie and regulators required to get on board ATL1C
ethernet working.
Signed-off-by: Srinivas Kandagatla
Acked-by: Bjorn Andersson
---
.../boot/dts/qcom-apq8064-arrow-db600c-pins.dtsi | 12 +++
arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts| 24
This patch adds support to gsbi1 uart and its pinctrls nodes.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/qcom-apq8064-pins.dtsi | 14 ++
arch/arm/boot/dts/qcom-apq8064.dtsi | 10 ++
2 files changed, 24 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-apq8
1 - 100 of 1076 matches
Mail list logo