On Oct 25, 2013, at 7:00 PM, Wendy Ng wrote:
>
> + tmon: tmon@34008000 {
> + compatible = "brcm,bcm11351-tmon", "brcm,kona-tmon";
> + reg = <0x34008000 0x0024>;
> + clocks = <&tmon_1m_clk>;
> + interrupts = ;
> + #thermal-sensor-cel
On Oct 26, 2013, at 1:46 AM, Kumar Gala wrote:
>
> On Oct 25, 2013, at 7:00 PM, Wendy Ng wrote:
>
>> This adds the support for Temperature Monitor (TMON) driver for
>> Broadcom bcm281xx SoCs. This driver plugs into the Thermal Framework.
>>
>> Note that this version of the TMON driver does sup
On Oct 25, 2013, at 7:00 PM, Wendy Ng wrote:
> This adds the support for Temperature Monitor (TMON) driver for
> Broadcom bcm281xx SoCs. This driver plugs into the Thermal Framework.
>
> Note that this version of the TMON driver does support interrupt-driven
> mode -- only polling-mode of the th
On Oct 25, 2013, at 5:18 PM, Sebastian Reichel wrote:
> On Fri, Oct 25, 2013 at 04:41:20PM -0500, Kumar Gala wrote:
>> On Oct 24, 2013, at 9:48 AM, Sebastian Reichel wrote:
>>> +- interrupt: should be one of the following
>>> + - <8>: For controllers compatible with twl4030
>>
>> Just checking
This patch replaces "B_UINT8" with "u8"
in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index fbd06a1..27b5011 100644
--- a/dr
This patch removes typedef for _U_IP_ADDRESS, and
changes the name of the struct to bcm_ip_address. In
addition, any calls to struct "U_IP_ADDRESS" are
changed to call directly.
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h |8
1 file changed, 4 insertions(+), 4 de
This patch replace "ULONG" with "unsigned
long" in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h | 42 -
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapt
This patch replaces "PVOID" with "void *"
in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index 2074c18..c5891
This patch replaces "UINT" with "unsigned
int" in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h | 84 -
1 file changed, 42 insertions(+), 42 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapte
This patch replace "B_UINT16" with "u16"
in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index 4c9662b..fbd06a1 100644
--- a/drive
This patch replace "UCHAR" with "unsigned
char" in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h | 82 -
1 file changed, 41 insertions(+), 41 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapt
This patch replaces "BOOLEAN" with "bool"
in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h | 122 -
1 file changed, 61 insertions(+), 61 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
i
This patch replace "USHORT" with "unsigned
short" in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
in
This patch removes a space before semicolon as
specified by checkpatch.pl.
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index 1d8bf08..c2c0e6c 1
This patch replaces "UINT32" with "u32"
in Adapter.h
Signed-off-by: Kevin McKinney
---
drivers/staging/bcm/Adapter.h | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index 27b5011..a34 100644
--- a/
3.12.0-rt1 only exists here, so add a pile of salt. Kernel seems stable
though, first sign of troubles was when I decided to see if nouveau
rendering speed has improved since last time I tried it (ages ago), so
I'll post the crash just in case.
I didn't get to check rendering speed..
[56.529
On Fri, Oct 25, 2013 at 6:15 PM, Ingo Molnar wrote:
>
> * Jovi Zhangwei wrote:
>
>> > - In a similar fashion, it would be nice to see it integrated with
>> >'perf probe' or 'perf ktap', so that users can create probes from
>> >a single place, with coherent syntax and integrated analysis
Hey Linus
Here is the late fixes pull request for dmaengine while you fly back from KS. We
have a new dmaengine ML hosted by vger so a patch for that along with addition
of Dave as driver mainatainer for ioat. Other fixes are memeory leak fixes on
edma driver, small fixes on rcar-hpbdma driver by
On Fri, Oct 25, 2013 at 02:15:55PM -0200, Flavio Leitner wrote:
>
> While playing with guests and net-next kernel, I've triggered
> this with some frequency. Even Fedora 19 kernel reproduces.
>
> It it a known issue?
>
> Thanks,
> fbl
>
> [ 6790.349763] kvm: zapping shadow pages for mmio gener
On Fri, Oct 25, 2013 at 07:20:15PM -0700, Adam Williamson wrote:
> OK, so, findings: F16 and F17 live images reboot quickly. F18 is the
> first that reboots slowly.
wait, stop. what does "reboots slowly" mean ?
In every one of the failure I've seen, without a quirk it means reboot
doesn't happe
Hi Grant,
On 10/26/2013 05:03 AM, Grant Likely wrote:
> On Tue, 22 Oct 2013 21:51:56 +0900, Chanwoo Choi
> wrote:
>> This patch add binding file for charger-manager that this framework enables
>> to
>> control and multiple chargers and to monitor charging event.
>>
>> Signed-off-by: Chanwoo Cho
On 10/24/2013 11:29 PM, Josh Boyer wrote:
> On Wed, Oct 23, 2013 at 10:31 PM, Chen Gang wrote:
>> For some architectures, tool chain is not smart enough to recognize the
>> macro with multiple lines (e.g. arc tool chain), and for common ".S"
>> file, this kind of macro is also rarely used.
>>
>> S
Good Day
I am Mr.Hashim Kabore, a regional managing director (coris bank int'l)
Ouagadougou Burkina Faso, in my department we have US$9,500. United state
Dollars, to transfer into your account as a dormant fund.If you are interested
to use this fund to help the orphans around the world Cont
Signed-off-by: Daniel Walker
---
kernel/cgroup.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 41f71c3..bf8b891 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -2276,7 +2276,7 @@ static ssize_t cgroup_write_X64(struc
Signed-off-by: Daniel Walker
---
fs/nfsd/fault_inject.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/fs/nfsd/fault_inject.c b/fs/nfsd/fault_inject.c
index d620e7f..41165f0 100644
--- a/fs/nfsd/fault_inject.c
+++ b/fs/nfsd/fault_inject.c
@@ -125,20 +125,24 @@ st
Signed-off-by: Daniel Walker
---
fs/libfs.c | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/fs/libfs.c b/fs/libfs.c
index 8c50184..0467f6e 100644
--- a/fs/libfs.c
+++ b/fs/libfs.c
@@ -845,10 +845,13 @@ ssize_t simple_attr_write(struct file *file, const char
__user
On Fri, 2013-10-25 at 18:27 -0700, Adam Williamson wrote:
> On Fri, 2013-10-25 at 18:16 +0100, Linus Torvalds wrote:
> > On Fri, Oct 25, 2013 at 5:47 PM, Adam Williamson
> > wrote:
> > >
> > > I don't, but one comment I could add is that reboot _used_ to work okay
> > > on the Z1. And I _think_ i
On 10/24/2013 07:51 PM, Geert Uytterhoeven wrote:
> Hi Chen,
>
> On Thu, Oct 24, 2013 at 1:23 PM, Chen Gang wrote:
>>> Lot's of negative dependencies are missing for VGA_CONSOLE.
>>> I think only alpha, some arm, ia64, some mips, some powerpc, and x86
>>> may use it.
>>>
>>
>> in "arch" sub-direc
On 10/24/2013 07:50 PM, Vineet Gupta wrote:
> On 10/24/2013 04:56 PM, Chen Gang wrote:
>> If what you said is correct, could you help to send related patch for
>> it? if I send this kind of patches, it will be easily redirected to
>> "/dev/null".
>
> Geert has explained the state of things quite n
Hi,
I've been reading documentation on fair share scheduling and apparently the
CONFIG_FAIR_USER_SCHED option has been removed from the kernel. If I understood
correctly the use of this option would automatically enable per user fair share
scheduling, with each user's processes falling directly
On Saturday, October 26, 2013 12:50 AM, Kishon Vijay Abraham I wrote:
> On Friday 25 October 2013 07:45 PM, Kamil Debski wrote:
> > From: Mateusz Krawczuk
> >
> > Add support for the Samsung's S5PV210 SoC to the Exynos USB PHY driver.
> >
> > Signed-off-by: Mateusz Krawczuk
> > [k.deb...@samsung.
On Friday, October 25, 2013 11:15 PM, Kamil Debski wrote:
>
> Change the phy provider used from the old usb phy specific to a new one
> using the generic phy framework.
>
> Signed-off-by: Kamil Debski
> Signed-off-by: Kyungmin Park
> ---
> drivers/usb/host/ehci-s5p.c | 21 +++
On Fri, 2013-10-25 at 18:16 +0100, Linus Torvalds wrote:
> On Fri, Oct 25, 2013 at 5:47 PM, Adam Williamson wrote:
> >
> > I don't, but one comment I could add is that reboot _used_ to work okay
> > on the Z1. And I _think_ it's worked OK since the April 2011 commit you
> > mention (so the introdu
On 10/25/2013 3:42 AM, Seungwon Jeon wrote:
Hi Ray,
On Fri, October 25, 2013, Ray Jui wrote:
Under function mmc_blk_issue_rq, after an MMC discard operation,
the MMC request data structure may be freed in memory. Later in
the same function, the check of req->cmd_flags & MMC_REQ_SPECIAL_MASK
is
Each call to tui_progress__update() would forcibly refresh the entire
screen. This is somewhat inefficient and causes noticable flickering
during the startup of perf-report, especially on large/slow terminals.
It looks like the force-refresh in tui_progress__update() serves no
purpose other than
Hi Pali,
On Fri, Oct 25, 2013 at 08:39:40PM +0200, Pali Rohár wrote:
> Now I found this patch and it looks like it will be in mainline
> kernel. And after that it could be simple to listen for needed
> events from isp driver in my bq driver (without touching isp).
>
> https://lkml.org/lkml/2013
Do you need ANY KIND OF loan? If Yes, Apply with?
Name:
Sex:
Age:
Country:
City:
Address:
Occupation:
Amount Needed:
Duration:
Purposes:
Cell No:
NOTE: ALL REPLIES MUST BE SENT TO OUR COMPANY PRIVATE ADDRESS
(getyourloan...@inbox.lv)
Mr.William Jackson
--
To unsubscribe from this list: send the l
On Mon, Oct 21, 2013 at 05:48:35PM +0900, �� wrote:
> We use regmap to interface with internal registers in fuel guague MAX17040.
>
> Signed-off-by: Nam KwanWoo
> Signed-off-by: Kyungmin Park
> ---
$ git am -s patch
fatal: cannot convert from ks_c_5601-1987 to UTF-8
I fixed this manually,
This adds the support of Temperature Monitor (TMON) driver for
Broadcom bcm281xx SoCs to the DT node. This also adds the
thermal framework device-tree binding such that TMON driver
can be used within the thermal framework.
Signed-off-by: Wendy Ng
Reviewed-by: Markus Mayer
Reviewed-by: Christian
This enables the thermal framework and hwmon interface for Broadcom
bcm281xx SoCs.
Signed-off-by: Wendy Ng
Reviewed-by: Markus Mayer
Reviewed-by: Christian Daudt
Reviewed-by: Matt Porter
Reviewed-by: Tim Kryger
---
arch/arm/configs/bcm_defconfig |4 +++-
1 file changed, 3 insertions(+),
This patch series adds the support of the Temperature Monitor driver
for Broadcom bcm281xx SoCs. This TMON driver can be used with the
Thermal Framework.
This patch series incoporates the feedback from the old series:
V1: https://lkml.org/lkml/2013/9/23/424
V2: https://lkml.org/lkml/2013/9/27/555
This adds the support for Temperature Monitor (TMON) driver for
Broadcom bcm281xx SoCs. This driver plugs into the Thermal Framework.
Note that this version of the TMON driver does support interrupt-driven
mode -- only polling-mode of the thermal framework can be used.
Signed-off-by: Wendy Ng
Re
On Mon, Oct 14, 2013 at 10:56:51AM +0530, Manish Badarkhe wrote:
> Use the SIMPLE_DEV_PM_OPS macro to declare the driver's
> pm_ops.
>
> Signed-off-by: Manish Badarkhe
Applied, thanks!
Anton
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to m
On Fri, 2013-10-25 at 10:32 -0700, Brian Norris wrote:
> Hi Linus,
>
> Can you please pull a few more MTD regression fixes for 3.12?
>
> I signed my tag this time, although you still have little reason to
> trust it.
Thanks, Brian.
Where in the -0700 time zone are you, btw? I really ought to bu
On Fri, Oct 25, 2013 at 08:09:04PM +0100, Grant Likely wrote:
> On Thu, 24 Oct 2013 16:48:44 +0200, Sebastian Reichel wrote:
> > Add device tree support for twl4030 power button driver.
>
> The above commit text is insufficient. There are changes in the patch
> that aren't described here and have
David Vrabel wrote:
>On 25/10/13 16:03, Konrad Rzeszutek Wilk wrote:
>>
>> 2). Assume that INVALID_P2M_ENTRY is considered 1-1. That would
>require
>> auditing of the code and also making sure that any
>xen_privcmd_mmap
>> calls use the m2p_add_override.
>
>I'm not sure I understand th
On Sat, Oct 26, 2013 at 12:05:45AM +0100, Fengguang Wu wrote:
>
> Ted, when trying to follow up your email, I got a crazy idea and it'd
> be better throw it out rather than carrying it to bed. :)
>
> We could do per-bdi dirty thresholds - which has been proposed 1-2
> times before by different pe
On Fri, Oct 25, 2013 at 09:40:13PM +0200, Diego Calleja wrote:
> El Viernes, 25 de octubre de 2013 18:26:23 Artem S. Tashkinov escribió:
> > Oct 25, 2013 05:26:45 PM, david wrote:
> > >actually, I think the problem is more the impact of the huge write later
> > >on.
> > Exactly. And not being able
Ming Lei writes:
> On Fri, Oct 25, 2013 at 1:50 PM, Rusty Russell wrote:
>> Ming Lei writes:
>>> On Fri, Oct 25, 2013 at 7:08 AM, Rusty Russell
>>> wrote:
Sorry, I was imprecise. I was referring to the kernel's kallsyms
tables produced by scripts/kallsyms.c. This patch left th
From: fre...@asix.com.tw
Date: Thu, 24 Oct 2013 14:58:25 +0800
> From: Freddy Xin
>
> Remove AX_MEDIUM_ALWAYS_ONE in AX_MEDIUM_STATUS_MODE register.
> Setting this bit may cause TX throttling in Half-Duplex mode.
>
> Signed-off-by: Freddy Xin
Applied.
--
To unsubscribe from this list: send th
From: Sebastian Andrzej Siewior
Date: Tue, 22 Oct 2013 20:36:25 +0200
> There is also a C function doing the same thing. Unless the asm code is
> 110% faster we could stick to the C function.
>
> Signed-off-by: Sebastian Andrzej Siewior
Applied.
--
To unsubscribe from this list: send the line
On Wed, Oct 16, 2013 at 04:09:40PM +0200, Alexandre Belloni wrote:
> I forgot to add this is a v2 and I just added a comment.
>
> On 16/10/2013 16:08, Alexandre Belloni wrote:
> > As per the datasheets, maximum battery regulation voltage is 4440mV.
> >
> > The formula is (voltage - offset) / step,
On Fri, 25 Oct 2013 15:24:03 -0500, Andy Gross wrote:
> Add device tree probe support for the MSM BAM DMA driver.
>
> Signed-off-by: Andy Gross
> ---
> .../devicetree/bindings/dma/msm_bam_dma.txt| 49
>
> 1 file changed, 49 insertions(+)
> create mode 100644 Doc
Hi Grant,
On Fri, Oct 25, 2013 at 08:10:28PM +0100, Grant Likely wrote:
> > + - cover-comp-gain : integer used as multiplier for gain
> > + compensation (default = 1)
>
> Should be taos,cover-comp-gain
Has been updated to "amstaos,cover-comp-gain" in the latest
patches, see
Hi,
On 26/10/13 01:15, Anton Vorontsov wrote:
On Thu, Aug 15, 2013 at 02:09:58AM +0300, Philippe De Swert wrote:
These days we often have USB powered devices. This means that often the
type is variable. Common examples are smartphones which can be charged
through a normal USB port on a PC/lapto
On Mon, Sep 30, 2013 at 12:03:40PM -0400, Rhyland Klein wrote:
> On 9/28/2013 12:32 AM, Manish Badarkhe wrote:
> > Instead of "#if defined(CONFIG_OF)" use "IS_ENABLED(CONFIG_OF)" option
> > for DT code to avoid if-deffery in code.
> > Also, arranged header files in alphabetically.
> >
> > Signed-o
On Fri, Oct 25, 2013 at 05:18:42AM -0400, Theodore Ts'o wrote:
> On Fri, Oct 25, 2013 at 08:30:53AM +, Artem S. Tashkinov wrote:
> > My feeling is that vm.dirty_ratio/vm.dirty_background_ratio should _not_ be
> > percentage based, 'cause for PCs/servers with a lot of memory (say 64GB or
> > mor
On Thu, Oct 24, 2013 at 11:13 PM, Yinghai Lu wrote:
> On Thu, Oct 24, 2013 at 8:33 PM, Bjorn Helgaas wrote:
>>
> Bisection points to 928bea964827d7824b548c1f8e06eccbbc4d0d7d .
This is "PCI: Delay enabling bridges until they're needed" by Yinghai.
>>>
>>> that double disabling should
On 25/10/13 16:03, Konrad Rzeszutek Wilk wrote:
2). Assume that INVALID_P2M_ENTRY is considered 1-1. That would require
auditing of the code and also making sure that any xen_privcmd_mmap
calls use the m2p_add_override.
I'm not sure I understand the concern about the privcmd driver
On Fri, Oct 25, 2013 at 03:48:41PM -0700, Anton Vorontsov wrote:
> On Mon, Oct 14, 2013 at 12:40:26PM -0600, Stephen Warren wrote:
> > >>> diff --git
> > >>> a/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt
> > >>> b/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt
> >
On Tue, 22 Oct 2013 21:51:56 +0900, Chanwoo Choi wrote:
> This patch add binding file for charger-manager that this framework enables to
> control and multiple chargers and to monitor charging event.
>
> Signed-off-by: Chanwoo Choi
> Signed-off-by: Kyungmin Park
> Signed-off-by: Myungjoo Ham
>
On Tue, 22 Oct 2013 13:08:46 +0530, Laxman Dewangan
wrote:
> The ams AS3722 is a compact system PMU suitable for mobile phones,
> tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down
> controller, 11 LDOs, RTC, automatic battery, temperature and
> over-current monitoring, 8 GPIOs,
On Wed, 23 Oct 2013 23:51:03 +0200, Sebastian Reichel wrote:
> Add Device Tree support for the TSL2563 driver
> and document the binding.
>
> Signed-off-by: Sebastian Reichel
> ---
> .../devicetree/bindings/iio/light/tsl2563.txt | 19
> +++
> drivers/iio/light/tsl2563.c
On Thu, 24 Oct 2013 00:49:42 +0200, Sebastian Reichel wrote:
> On Wed, Oct 23, 2013 at 05:24:14PM -0500, Rob Herring wrote:
> > So a twl4030 device is only a power button? DT should describe the h/w
> > not a node for a sub-function of a device.
>
> No. TWL4030 is a companion chip for the OMAP3 p
On Mon, 30 Sep 2013 14:13:31 +0800, Xiubo Li wrote:
> This adds the Document for Freescale FTM PWM driver under
> Documentation/devicetree/bindings/pwm/.
>
> Signed-off-by: Xiubo Li
> ---
> .../devicetree/bindings/pwm/pwm-fsl-ftm.txt| 33
> ++
> 1 file changed, 33 i
On Thu, 24 Oct 2013 16:48:44 +0200, Sebastian Reichel wrote:
> Add device tree support for twl4030 power button driver.
The above commit text is insufficient. There are changes in the patch
that aren't described here and have nothing to do with device tree
bindings.
>
> Signed-off-by: Sebastian
On Mon, Oct 14, 2013 at 12:40:26PM -0600, Stephen Warren wrote:
> >>> diff --git
> >>> a/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt
> >>> b/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt
> >>
> >>> +Optional properties :
> >>
> >>> + - ti,ac-detect-gpios : This G
>As well as all this stuff...
OK. Will see if I can find something suitable for "input disable" and
"mode"
>>>
>>>Let's discuss this. What exactly does "input disable" and "mode"
>>>mean, in electrical terms?
>>>
>>>When you come down to what actually happens it may turn out th
On Thu, Oct 24, 2013 at 02:56:33PM +0300, Aldo Iljazi wrote:
> Since nconfig is there, menuconfig is redundant.
>
> I am proposing to remove it from the kernel.
Pleas don't. I never use nconfig (the color scheme always scared me
away) and only use menuconfig.
Also, this would break a lot of docum
On Fri, Sep 06, 2013 at 10:38:00AM +0100, Lee Jones wrote:
> On Fri, 06 Sep 2013, Sachin Kamat wrote:
>
> > Check the return value of regulator_enable to silence the following
> > type of warnings:
> > drivers/power/ab8500_charger.c:1390:20: warning: ignoring return value
> > of ‘regulator_enable’
On Fri, Oct 25, 2013 at 02:29:37AM -0700, Andrew Morton wrote:
> On Fri, 25 Oct 2013 05:18:42 -0400 "Theodore Ts'o" wrote:
>
> > What I think would make sense is to dynamically measure the speed of
> > writeback, so that we can set these limits as a function of the device
> > speed.
>
> We attem
Hi Mark,
On Fri, Oct 25, 2013 at 09:10:00PM +0100, Mark Brown wrote:
> From: Mark Brown
>
> It's not used outside this file so can be static.
>
> Signed-off-by: Mark Brown
> ---
> drivers/mfd/as3722.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Cheers,
Samuel.
-
On 10/25/13 08:03, Thierry Reding wrote:
> Hi all,
>
> I've uploaded today's linux-next tree to the master branch of the
> repository below:
>
> git://gitorious.org/thierryreding/linux-next.git
>
> A next-20131025 tag is also provided for convenience.
the master branch of the
repository below:
git://gitorious.org/thierryreding/linux-next.git
A next-20131025 tag is also provided for convenience.
One new trivial conflicts and a new build failure caused by an
incorrect
use of the genpool allocator.
Upon a request from Olof Johansson
On 10/25/2013 10:09 AM, Steven Rostedt wrote:
On Fri, 2013-10-25 at 08:49 +0200, Daniel Lezcano wrote:
On 10/15/2013 02:10 PM, Daniel Lezcano wrote:
The Inter Processor Interrupt is used on ARM to tell another processor to do
a specific action. This is mainly used to emulate a timer interrupt o
On Fri, Oct 25, 2013 at 04:41:20PM -0500, Kumar Gala wrote:
> On Oct 24, 2013, at 9:48 AM, Sebastian Reichel wrote:
> > +- interrupt: should be one of the following
> > + - <8>: For controllers compatible with twl4030
>
> Just checking, but the interrupt is always 8 for this device?
Yes. It's c
On 10/25/2013 12:46 PM, Randy Dunlap wrote:
On 10/25/13 08:03, Thierry Reding wrote:
Hi all,
I've uploaded today's linux-next tree to the master branch of the
repository below:
git://gitorious.org/thierryreding/linux-next.git
A next-20131025 tag is also provided for c
On Thu, Aug 15, 2013 at 02:09:58AM +0300, Philippe De Swert wrote:
> These days we often have USB powered devices. This means that often the
> type is variable. Common examples are smartphones which can be charged
> through a normal USB port on a PC/laptop, a dedicated charger, etc...
> Often those
On Fri, 25 Oct 2013 21:03:44 + (UTC) "Artem S. Tashkinov"
wrote:
> Oct 26, 2013 02:44:07 AM, neil wrote:
> On Fri, 25 Oct 2013 18:26:23 + (UTC) "Artem S. Tashkinov"
> >>
> >> Exactly. And not being able to use applications which show you IO
> >> performance
> >> like Midnight Commander.
On Fri, Oct 25, 2013 at 9:03 AM, Konrad Rzeszutek Wilk
wrote:
> On bootup the E820 "gaps" or E820_RESV regions are marked as
> identity regions. Meaning that any lookup done in the P2M
> will return the same value: pfn_to_mfn(pfn) == pfn.
>
> This is needed for PCI devices so that drivers can refe
tested with vendor=0x04f3 product=0x002f
Signed-off-by: Jan Matějka
---
drivers/hid/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index c91d547..30ed82a 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -437,6 +437,7 @@ config H
Commit bf056bfa80596a5d14b26b17276a56a0dcb080e5:
"proc: Fix the namespace inode permission checks." converted
the namespace files into symlinks. The same commit changed
the way namespace bind mounts appear in /proc/mounts:
$ mount --bind /proc/self/ns/ipc /mnt/ipc
Originally:
$ cat /proc/mounts
On Thu, Oct 24, 2013 at 6:23 PM, Christian Ruppert
wrote:
> Hi Linus,
>
> I didn't see this one pop up in the git repositories yet, are there any
> issues left with the driver?
No, just me running around at the kernel meetings and being
busy, applied with Kumar's ACK now.
Yours,
Linus Walleij
-
On Oct 24, 2013, at 9:48 AM, Sebastian Reichel wrote:
> Add device tree support for twl4030 power button driver.
>
> Signed-off-by: Sebastian Reichel
> ---
> .../devicetree/bindings/input/twl4030-pwrbutton.txt | 21 +
> drivers/input/misc/twl4030-pwrbutton.c | 16
On Oct 25, 2013, at 9:15 AM, Kamil Debski wrote:
> Add a new driver for the Exynos USB PHY. The new driver uses the generic
> PHY framework. The driver includes support for the Exynos 4x10 and 4x12
> SoC families.
>
> Signed-off-by: Kamil Debski
> Signed-off-by: Kyungmin Park
> ---
> .../devic
On Oct 25, 2013, at 3:24 PM, Andy Gross wrote:
> Add device tree probe support for the MSM BAM DMA driver.
>
The description here isn't correct, its the binding not probe ;).
> Signed-off-by: Andy Gross
> ---
> .../devicetree/bindings/dma/msm_bam_dma.txt| 49
> 1
On Wednesday, October 23, 2013 04:59:05 PM Greg Kroah-Hartman wrote:
> On Wed, Oct 23, 2013 at 01:37:35PM +0200, Thierry Reding wrote:
> > The newly added power capping framework uses the obsolete .dev_attrs
> > field of struct class. However this field will be removed in 3.13, so
> > convert the c
On 10/17/2013 07:37 AM, Sebastian Hesselbarth wrote:
This adds an irqchip driver and corresponding devicetree binding for the
secondary interrupt controllers based on Synopsys DesignWare IP dw_apb_ictl.
Signed-off-by: Sebastian Hesselbarth
Reviewed-by: Mark Rutland
Reviewed-by: Jisheng Zhang
On Fri, 25 Oct 2013, Vince Weaver wrote:
>
> I'm not sure how tracepoints work exactly, but the problem code is setting
> pe[5].type=PERF_TYPE_TRACEPOINT;
> pe[5].config=0x7fff0001;
>
> The config is being truncated to 32-bits by the perf/ftrace code so I
> think this means
On 10/25/13 08:03, Thierry Reding wrote:
> Hi all,
>
> I've uploaded today's linux-next tree to the master branch of the
> repository below:
>
> git://gitorious.org/thierryreding/linux-next.git
>
> A next-20131025 tag is also provided for convenience.
Oct 26, 2013 02:44:07 AM, neil wrote:
On Fri, 25 Oct 2013 18:26:23 + (UTC) "Artem S. Tashkinov"
>>
>> Exactly. And not being able to use applications which show you IO performance
>> like Midnight Commander. You might prefer to use "cp -a" but I cannot imagine
>> my life without being able to
During remount of a bind mount (mount -o remount,bind,ro,... /mnt/mntpt),
we currently take down_write(&sb->s_umount). This causes the remount
operation to get blocked behind writes occuring on device (possibly
mounted somewhere else). We have observed that simply trying to change
the bind-mount fr
On Fri, Oct 25, 2013 at 05:03:45PM +0200, Thierry Reding wrote:
> Hi all,
>
> I've uploaded today's linux-next tree to the master branch of the
> repository below:
>
> git://gitorious.org/thierryreding/linux-next.git
>
> A next-20131025 tag is also prov
With some kernel's configuration there is such messages in dmesg in
different places while using kprobes.
I investigated this and founded that it reproduced with
https://gist.github.com/azat/7078890#file-config-3-12-0-rc5-deb
And not reproduced with
https://gist.github.com/azat/7078890#file-config
On Thu, Oct 24, 2013 at 02:11:48PM +0100, Stefano Stabellini wrote:
> On Thu, 24 Oct 2013, Stefano Stabellini wrote:
> > On Wed, 23 Oct 2013, Konrad Rzeszutek Wilk wrote:
> > > On Wed, Oct 23, 2013 at 06:20:25PM +0100, Stefano Stabellini wrote:
> > > > On Wed, 23 Oct 2013, Konrad Rzeszutek Wilk wro
On Thu, Oct 24, 2013 at 11:44:50AM +0100, Stefano Stabellini wrote:
> On Wed, 23 Oct 2013, Konrad Rzeszutek Wilk wrote:
> > On Wed, Oct 23, 2013 at 06:20:25PM +0100, Stefano Stabellini wrote:
> > > On Wed, 23 Oct 2013, Konrad Rzeszutek Wilk wrote:
> > > > On Thu, Oct 17, 2013 at 06:43:28PM +0100, S
On Fri, 25 Oct 2013 18:26:23 + (UTC) "Artem S. Tashkinov"
wrote:
> Oct 25, 2013 05:26:45 PM, david wrote:
> On Fri, 25 Oct 2013, NeilBrown wrote:
> >
> >>
> >> What exactly is bothering you about this? The amount of memory used or the
> >> time until data is flushed?
> >
> >actually, I think
> I would argue for:
>
> READ ->data_tailREAD ->data_head
> smp_rmb() (A) smp_rmb() (C)
> WRITE $data READ $data
> smp_wmb() (B) smp_mb()(D)
> STORE ->data_head WRITE -
Add the DMA engine driver for the MSM Bus Access Manager (BAM) DMA controller
found in the MSM 8x74 platforms.
Each BAM DMA device is associated with a specific on-chip peripheral. Each
channel provides a uni-directional data transfer engine that is capable of
transferring data between the periph
Add device tree probe support for the MSM BAM DMA driver.
Signed-off-by: Andy Gross
---
.../devicetree/bindings/dma/msm_bam_dma.txt| 49
1 file changed, 49 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/msm_bam_dma.txt
diff --git a/Documen
1 - 100 of 425 matches
Mail list logo