On Thu, Nov 08, 2012 at 09:48:18PM +0100, Alexander Holler wrote:
> Hello,
>
> I've recently discovered the lack of the command line parameter
> memtest for ARM. So I've made a patch.
Sorry, I've made again the failure to just use xclip with thunderbird
which resulted in a malformed patch. I've n
Use hweight32 instead of counting for each bit
Signed-off-by: Akinobu Mita
Cc: David Airlie
Cc: dri-de...@lists.freedesktop.org
---
drivers/gpu/drm/radeon/r600.c| 8 +---
drivers/gpu/drm/radeon/r600_cp.c | 7 +--
2 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/driver
Use memchr_inv() to check the specified memory region is filled with zero.
Signed-off-by: Akinobu Mita
Cc: David Airlie
Cc: dri-de...@lists.freedesktop.org
---
drivers/gpu/drm/drm_edid.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/driv
It is unnecessary to disable preemption explicitly while calling
copy_highpage(). Because copy_highpage() will do it again through
kmap_atomic/kunmap_atomic.
Signed-off-by: Akinobu Mita
Cc: dri-de...@lists.freedesktop.org
Cc: David Airlie
---
drivers/gpu/drm/ttm/ttm_tt.c | 4
1 file chang
On Wed, Nov 07, 2012 at 01:05:50AM -0200, Rafael Aquini wrote:
> Memory fragmentation introduced by ballooning might reduce significantly
> the number of 2MB contiguous memory blocks that can be used within a guest,
> thus imposing performance penalties associated with the reduced number of
> trans
On Wed, Nov 07, 2012 at 01:05:51AM -0200, Rafael Aquini wrote:
> Memory fragmentation introduced by ballooning might reduce significantly
> the number of 2MB contiguous memory blocks that can be used within a guest,
> thus imposing performance penalties associated with the reduced number of
> trans
On Fri, 2012-11-02 at 14:13 -0400, Steven Rostedt wrote:
> Ingo,
>
> I removed the few problem patches (and their dependencies) and
> retested the result.
>
> Please pull the latest tip/perf/core-2 tree, which can be found at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-tra
On Wed, Nov 07, 2012 at 01:05:54AM -0200, Rafael Aquini wrote:
> This patch introduces a new set of vm event counters to keep track of
> ballooned pages compaction activity.
>
> Signed-off-by: Rafael Aquini
Other than confirming the thing actually works can any meaningful
conclusions be drawn fr
On Fri 09-11-12 20:09:29, Sha Zhengju wrote:
> On 11/09/2012 06:50 PM, Michal Hocko wrote:
> >On Fri 09-11-12 18:23:07, Sha Zhengju wrote:
[...]
> >>Another one I'm hesitating is numa stats, it seems the output is
> >>beginning to get more and more
> >NUMA stats are basically per node - per zon
Yes, consider it an implicit Acked-by.
NeilBrown wrote:
>On Fri, 09 Nov 2012 12:39:05 +0100 "H. Peter Anvin"
>wrote:
>
>> Sorry, we cannot share those at this time since the hardwarenis not
>yet released.
>
>Can I take that to imply "Acked-by: "H. Peter Anvin" "
>??
>
>It would be nice to have
From: Jean-Nicolas Graux
One group definition was missing, so add it.
Signed-off-by: Jean-Nicolas Graux
Signed-off-by: Linus Walleij
---
drivers/pinctrl/pinctrl-nomadik-db8540.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/pinctrl-nomadik-db8540.c
b/drivers/pinctrl/pin
[...]
> > It has the sysfs bits in again. The reason for that is that we want to
> > expose more information by that, and remove the /proc/drbd with the
> > next evolutionary step. -- In case this is a show stopper, let me
> > remove the sysfs bits.
>
> The exact same sysfs bits I complained about
kvp_get_if_name and kvp_mac_to_if_name copy strings into statically
sized buffers which could be too small to store really long names.
Buffer sizes have been changed to PATH_MAX, include "limits.h" where
PATH_MAX is defined was added and length checks ware added via snprintf.
Signed-off-by: Tomas
On Thu, 8 Nov 2012, Andrew Morton wrote:
> On Thu, 8 Nov 2012 14:48:49 +0100
> Oleg Nesterov wrote:
>
> > Currently the writer does msleep() plus synchronize_sched() 3 times
> > to acquire/release the semaphore, and during this time the readers
> > are blocked completely. Even if the "write" s
On 2012-11-09 13:42, Philipp Reisner wrote:
> [...]
>>> It has the sysfs bits in again. The reason for that is that we want to
>>> expose more information by that, and remove the /proc/drbd with the
>>> next evolutionary step. -- In case this is a show stopper, let me
>>> remove the sysfs bits.
>>
The Harmony board has an Analog Devices ADT7461 temperature sensor
connected to the DVC bus. It can be used to monitor the ambient (local)
and on-die (remote) temperatures.
Signed-off-by: Thierry Reding
---
arch/arm/boot/dts/tegra20-harmony.dts | 5 +
1 file changed, 5 insertions(+)
diff --
This commit allows the I2C2 controller on Tegra20 to be routed either to
the DDC or the PTA pin group at runtime. On Tamonten this allows the I2C
bus to be used for the DDC of the HDMI connector or to access I2C chips
on the carrier board.
Signed-off-by: Thierry Reding
---
arch/arm/boot/dts/tegr
These properties are already set by the tegra20-tamonten.dtsi, so they
don't need to be repeated.
Signed-off-by: Thierry Reding
---
arch/arm/boot/dts/tegra20-tec.dts | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/boot/dts/tegra20-tec.dts
b/arch/arm/boot/dts/tegra20-tec.dts
index
On Fri, 2012-11-02 at 10:43 +0800, Fengguang Wu wrote:
> Generated by: coccinelle/api/memdup_user.cocci
>
> Acked-by: Julia Lawall
> Reported-by: Fengguang Wu
> ---
>
> drivers/vfio/pci/vfio_pci.c | 13 -
> 1 file changed, 4 insertions(+), 9 deletions(-)
>
> --- linux.orig/drive
The used vendor prefix corresponds to the stock symbol (ONNN) for ON
Semiconductor Corp.
Signed-off-by: Thierry Reding
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentat
The Tamonten SOM has an ON Semiconductor NCT1008 connected to the DVC
bus which is used to measure the ambient (local) temperature as well as
the on-die (remote) temperature.
Signed-off-by: Thierry Reding
---
arch/arm/boot/dts/tegra20-tamonten.dtsi | 5 +
1 file changed, 5 insertions(+)
dif
On 09.11.2012 01:41, Marcus Sundman wrote:
On 07.11.2012 18:17, Jan Kara wrote:
On Fri 02-11-12 04:19:24, Marcus Sundman wrote:
Also, and this might be important, according to iotop there is
almost no disk writing going on during the freeze. (Occasionally
there are a few MB/s, but mostly it's 0
While implementing the same functionality for arm, I've noticed that
memtest does an unnecessary round to zero the memory. Just reversing the
order so that the last round writes 0s spares that round.
While there, I've also changed the message if bad memory is found from
informational to emergency.
0) I can trigger a NULL pointer dereference if I remove the lpc_ich
module. This seems to only happen if I remove it for the second time
(ie, remove the module, insert it and remove it again). This happens
both on i686 and x86_64 (different setups, as inserting the module
triggers different message
This commit adds the host1x node along with its children to the Tegra20
DTSI. Furthermore the OF auxiliary data table is updated to have proper
names assigned to the platform devices instantiated from the device
tree. Moreover, the clocks required by host1x and the two display
controllers are initi
This commit adds the host1x node along with its children to the Tegra30
DTSI. Furthermore the OF auxiliary data table is updated to have proper
names assigned to the platform devices instantiated from the device
tree. Moreover, the clocks required by host1x and the two display
controllers are setup
This set of patches are in preparation for the Tegra DRM driver. They
add the necessary nodes to the DTSI files and setup the clocks necessary
for host1x and the display controllers to work properly. The AUXDATA
table is updated with the entries for the newly added nodes and the PLL
frequency table
On Fri, Nov 09, 2012 at 01:56:55PM +0100, Thierry Reding wrote:
> The Harmony board has an Analog Devices ADT7461 temperature sensor
> connected to the DVC bus. It can be used to monitor the ambient (local)
> and on-die (remote) temperatures.
Note that I haven't actually tested this, as I no longe
From: Artem Bityutskiy
We display a list of supplementary group for each process in the
/proc//status. However, we show only the first 32 groups, not all of them.
Although this is rare, but sometimes processes do have more than 32
supplementary groups, and this kernel limitation breaks user-spac
On Thu, Nov 08, 2012 at 05:23:00PM +, Charles Keepax wrote:
> +static struct device_type mfd_dev_type = {
> + .name = "MFD_DEVICE",
> +};
This seems non-idiomatic, other device types all have lower case names
(which are much more common in Unixish systems in general).
signature.asc
De
Jens, here it is without the sysfs stuff
The following changes since commit ccae7868b0c5697508a541c531cf96b361d62c1c:
drbd: log request sector offset and size for IO errors (2012-10-30 08:39:18
+0100)
are available in the git repository at:
git://git.drbd.org/linux-drbd.git for-jens_drbd-
On 11/9/12 2:30 AM, Xiangliang Yu wrote:
Agree with James, and just need to do NOT operation one time
Thanks for reviewing the patches.
Okay I'll remove patch 2 in v2 then.
About patch 3, I check the ffz code and found it will check ~0 conditions.
Can you point me to the ~0 check in ffz co
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
tags/mmc-fixes-for-3.7-rc5
to receive MMC fixes for 3.7-rc5. There are no merge conflicts, and the
patches have been tested in linux-next. Thanks.
The following changes since commit ddffeb8c4d0331609ef25
Hi,
during playing with new ups i've caught an nice oops on reboot:
http://imgbin.org/index.php?page=image&id=10253
probably the upstream is also affected.
BR,
Paweł.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.or
On 11/09/2012 07:07 AM, Thierry Reding wrote:
> The used vendor prefix corresponds to the stock symbol (ONNN) for ON
> Semiconductor Corp.
>
> Signed-off-by: Thierry Reding
Applied. Thanks.
Rob
> ---
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 1 file changed, 1 insertion(
Hi Gustavo,
On Friday, November 09, 2012 06:43:05 Gustavo Padovan wrote:
> Patch has been applied to bluetooth.git. Thanks.
Thanks a lot for the support.
--
Marcos
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
Mor
Hi,
This small set of patches adds support for the host1x and a subset of
the display controller hardware available on NVIDIA Tegra SoCs.
The first patch makes the RGB output available, which is directly driven
by its parent display controller and usually connected to an LVDS bridge
in embedded a
From: Ben Hutchings
It's silly to create directories without execute permission, or to
give permissions to 'other' but not the group-owner.
Write the permissions in octal and 'ls -l' format since these are much
easier to read than the named macros.
Signed-off-by: Ben Hutchings
Signed-off-by: T
Initial patch by Ben Hutchings
We will install this in /usr, so it must use /var/lib for its state.
Only programs installed under /opt should use /var/opt.
Signed-off-by: Tomas Hozza
---
tools/hv/hv_kvp_daemon.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/too
This function finds the struct backlight_device for a given device tree
node. A dummy function is provided so that it safely compiles out if OF
support is disabled.
Signed-off-by: Thierry Reding
---
drivers/video/backlight/backlight.c | 17 +
include/linux/backlight.h |
> I think that the role of extcon subsystem notify changed
> state(attached/detached) of cable to notifiee, but if you want to add
> property feature of cable, you should solve ambiguous issues.
>
> First,
> This patch only support the properties of charger cable but, never support
> property of o
Initial patch by Ben Hutchings
Standard C strings are arrays of char, not __u8 (unsigned char).
Declare variables and parameters accordingly, and add the necessary
casts.
Signed-off-by: Tomas Hozza
---
tools/hv/hv_kvp_daemon.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
d
On 11/08/2012 09:38 PM, Mika Westerberg wrote:
...
+#include
+#include
+#include
+#include
+#include
+
+static int acpi_gpiochip_find(struct gpio_chip *gc, void *data)
+{
+ acpi_handle handle = data;
+ acpi_handle gc_handle;
+
+ if (!gc->dev)
+ return false;
+
+
Hey Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
stable/for-linus-3.7-rc5-tag
which has bug-fixes. There are three ARM compile fixes (we forgot to export
certain functions and if the drivers are built as an module - we go belly-up).
The
CPU 4
[ 117.035676] Pid: 6859, comm: trinity-child46 Tainted: GW
3.7.0-rc4-next-20121109-sasha-00013-g9407f3c #124
[ 117.038217] RIP: 0010:[] []
validate_mm+0x297/0x2c0
[ 117.041056] RSP: 0018:880016a4fdf8 EFLAGS: 00010296
[ 117.041056] RAX: 0013 RBX:
As everyone may be aware, linux 3.5.y isn't anymore a supported stable
kernel tree. Also, it seems not many distributions picked 3.5 as a
kernel version for their releases, looks like due to timing. Anyway, as
Ubuntu is using it in its 12.10 release (codename "Quantal Quetzal"),
we (as in Ubuntu ke
On Thu, Nov 8, 2012 at 11:30 PM, Kevin McKinney wrote:
> On Thu, Nov 8, 2012 at 10:27 AM, Muhammad Minhazul Haque
> wrote:
>> Mr. Kevin and everyone,
Also, no need to call me "Mr." ; I am not that important :)
>> There was a serious mistake in the previous message. I forgot to
>> attach the pat
On Fri, Nov 9, 2012 at 2:11 PM, Mathias Nyman
wrote:
> On 11/08/2012 09:38 PM, Mika Westerberg wrote:
> ...
>
+#include
+#include
+#include
+#include
+#include
+
+static int acpi_gpiochip_find(struct gpio_chip *gc, void *data)
+{
+ acpi_handle han
On 2012-11-09 14:33, Philipp Reisner wrote:
> Jens, here it is without the sysfs stuff
Thanks, pulled into for-3.8/drivers
--
Jens Axboe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http:
The commit [ad756a16: KVM: VMX: Implement PCID/INVPCID for guests with
EPT] introduced the unconditional access to SECONDARY_VM_EXEC_CONTROL,
and this triggers kernel warnings like below on old CPUs:
vmwrite error: reg 401e value a0568000 (err 12)
Pid: 13649, comm: qemu-kvm Not tainted 3.7
From: Davide Ciminaghi
Hi,
this is v3 of a patchset submitted on
2012/10/22 (see https://lkml.org/lkml/2012/10/22/290)
and 2012/09/12 (see https://lkml.org/lkml/2012/9/12/139).
Here's a summary of changes in v3:
* Regmap support fix:
sta2x11_apb_soc_regs_writeable_reg() fixed as
suggested by Ma
From: Davide Ciminaghi
Signed-off-by: Davide Ciminaghi
---
drivers/mfd/Kconfig |1 +
drivers/mfd/sta2x11-mfd.c | 234 +--
include/linux/mfd/sta2x11-mfd.h |1 +
3 files changed, 131 insertions(+), 105 deletions(-)
diff --git a/driv
From: Davide Ciminaghi
The pci probe method is called twice now, so we have to call
sta2x11_mfd_add() only once to avoid a -EBUSY error.
Signed-off-by: Davide Ciminaghi
---
drivers/mfd/sta2x11-mfd.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mfd/sta2x11-mf
From: Davide Ciminaghi
The lock is used to implement atomic operations on each platform
device's registers, so it looks reasonable having one lock per
device instead of one common lock for all the devices belonging
to the same sta2x11 instance.
Signed-off-by: Davide Ciminaghi
---
drivers/mfd/s
From: Davide Ciminaghi
The gpio platform driver will take care of its platform data,
let's not do any checks here.
Signed-off-by: Davide Ciminaghi
---
drivers/mfd/sta2x11-mfd.c | 11 ---
1 file changed, 11 deletions(-)
diff --git a/drivers/mfd/sta2x11-mfd.c b/drivers/mfd/sta2x11-mfd
From: Davide Ciminaghi
A couple of predefined clocks (mux and gated) need to be
initialized with the virtual address of the clock's controlling
register and the address of a spinlock used to protect against
races.
This function exports such data for all the mfd cells.
Signed
From: Davide Ciminaghi
These are required for the clock infrastructure code to properly configure
and control the sta2x11 PLLs.
Signed-off-by: Davide Ciminaghi
---
include/linux/mfd/sta2x11-mfd.h | 21 +
1 file changed, 21 insertions(+)
diff --git a/include/linux/mfd/sta
Correct spelling typo in printk within drivers/mtd/tests.
Signed-off-by: Masanari Iida
---
drivers/mtd/nand/nand_base.c| 2 +-
drivers/mtd/tests/mtd_oobtest.c | 4 ++--
drivers/mtd/tests/mtd_pagetest.c| 2 +-
drivers/mtd/tests/mtd_readtest.c| 2 +-
drivers/mtd/tests/mtd_speed
On Fri, Nov 9, 2012 at 2:12 PM, Alexander Holler wrote:
> While implementing the same functionality for arm, I've noticed that
> memtest does an unnecessary round to zero the memory. Just reversing the
> order so that the last round writes 0s spares that round.
>
> While there, I've also changed t
From: Davide Ciminaghi
Signed-off-by: Davide Ciminaghi
---
drivers/mfd/sta2x11-mfd.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/sta2x11-mfd.c b/drivers/mfd/sta2x11-mfd.c
index 7365f0f..6fb0938 100644
--- a/drivers/mfd/sta2x11-mfd.c
+++ b/drivers/mfd/sta2
From: Davide Ciminaghi
Signed-off-by: Davide Ciminaghi
---
drivers/mfd/sta2x11-mfd.c | 52 ++-
include/linux/mfd/sta2x11-mfd.h |7 ++
2 files changed, 58 insertions(+), 1 deletion(-)
diff --git a/drivers/mfd/sta2x11-mfd.c b/drivers/mfd/sta2x
From: Davide Ciminaghi
Since there are now many sta2x11-mfd platform devices, using defines
for their names looks like a better solution.
Signed-off-by: Davide Ciminaghi
---
drivers/mfd/sta2x11-mfd.c | 42 ---
include/linux/mfd/sta2x11-mfd.h |8 +
From: Davide Ciminaghi
A driver for the apb-soc registers is needed by the clock
infrastructure code to configure and control clocks on the sta2x11
chip.
Since some of the functions in sta2x11-mfd.c were almost identical
for the two existing platform devices, the following changes
have been perf
On Fri, Nov 09, 2012 at 12:32:09AM -0500, Joel A Fernandes wrote:
> Hi Pantelis,
>
> I hope I'm not too late to reply as I'm traveling.
>
> On Nov 6, 2012, at 5:30 AM, Pantelis Antoniou
> wrote:
>
> >> Joanne has purchased one of Jane's capes and packaged it into a rugged
> >> case for data log
Hello Alan,
> Hardware info would be helpful here but I suspect it may be a case of
> doing a set of test builds to identify the offending patch.
Board is an Intel Mini-ITX 2700MUD, Atom 2700 processor, GMA 3650. Lspci gives:
00:00.0 Host bridge: Intel Corporation Atom Processor D2xxx/N2xxx DRAM
Am 09.11.2012 15:21, schrieb richard -rw- weinberger:
> On Fri, Nov 9, 2012 at 2:12 PM, Alexander Holler wrote:
>> While implementing the same functionality for arm, I've noticed that
>> memtest does an unnecessary round to zero the memory. Just reversing the
>> order so that the last round writes
The ACPI Global Lock is in fact intended to provide exclusion between the BIOS
and the OS.
Bob
> -Original Message-
> From: Tang, Feng
> Sent: Friday, November 09, 2012 1:29 AM
> To: Rafael J. Wysocki
> Cc: Greg KH; Azat Khuzhin; linux-a...@vger.kernel.org; Linux Kernel
> Mailing List; Z
Hi Mel,
On Tue, Nov 06, 2012 at 09:14:36AM +, Mel Gorman wrote:
> This series addresses part of the integration and sharing problem by
> implementing a foundation that either the policy for schednuma or autonuma
> can be rebased on. The actual policy it implements is a very stupid
> greedy pol
On Thu, Nov 08, 2012 at 01:03:17PM -0800, Eric W. Biederman wrote:
> Vivek Goyal writes:
>
> > On Thu, Nov 08, 2012 at 02:40:50PM -0500, Vivek Goyal wrote:
> >> On Tue, Nov 06, 2012 at 03:51:59PM -0800, Eric W. Biederman wrote:
> >>
> >> [..]
> >>
> >> Thnking more about executable signature ve
On 2012-11-09 15:18, Jens Axboe wrote:
> On 2012-11-09 14:33, Philipp Reisner wrote:
>> Jens, here it is without the sysfs stuff
>
> Thanks, pulled into for-3.8/drivers
I didn't say anything, but I've been fuming a bit the last few series of
merge windows. You need to stop these insanely massive
On 11/09/2012 02:30 PM, Mel Gorman wrote:
> On Fri, Nov 09, 2012 at 10:44:16AM +0530, Vaidyanathan Srinivasan wrote:
>> * Mel Gorman [2012-11-08 18:02:57]:
>>
[...]
>>> How much power is saved?
>>
>> On embedded platform the savings could be around 5% as discussed in
>> the earlier thread: http://
On Fri, Nov 09, 2012 at 12:11:33PM +, Mel Gorman wrote:
> > +/*
> > + * balloon_page_insert - insert a page into the balloon's page list and
> > make
> > + * the page->mapping assignment accordingly.
> > + * @page: page to be assigned as a 'balloon page'
> > + * @mapping :
Hey Jens,
Please git pull the following branch:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
stable/for-jens-3.8
which has a new feature of the blk[back|front] driver - it is called
'feature-persistent'.
Roger and Oliver patch says:
" This patch implements persistent grants f
Correct spelling typo in printk within drivers/isdn
Signed-off-by: Masanari Iida
---
drivers/isdn/hardware/mISDN/hfcpci.c| 2 +-
drivers/isdn/hardware/mISDN/mISDNisar.c | 2 +-
drivers/isdn/hisax/callc.c | 2 +-
drivers/isdn/hisax/hfc_pci.c| 2 +-
drivers/isdn/hisax/
On 11/09/2012 04:18 PM, Grant Likely wrote:
On Fri, Nov 9, 2012 at 2:11 PM, Mathias Nyman
wrote:
On 11/08/2012 09:38 PM, Mika Westerberg wrote:
...
+#include
+#include
+#include
+#include
+#include
+
+static int acpi_gpiochip_find(struct gpio_chip *gc, void *data)
+{
+ acpi_handle hand
于 11/08/2012 03:41 AM, Chris Ball 写道:
Hi,
On Mon, Oct 29 2012, wwang wrote:
I'm happy with the MMC portion. I think we're mainly waiting for the
MFD patch -- Samuel, do you have any remaining review comments that need
to be fixed?
Thanks,
- Chris.
Hi Chris:
I have noticed that the file rts
On Sat, 2012-10-27 at 10:23 +0800, Huang Shijie wrote:
> 于 2012年10月26日 21:41, Artem Bityutskiy 写道:
> > On Sat, 2012-10-13 at 13:03 -0400, Huang Shijie wrote:
> > > The whole gpmi-nand driver has turned to pure devicetree supported.
> > > So the linux/mtd/gpmi-nand.h is not neccessary now. Just rem
[+cc Greg, Peter, Tony since they acked the original patch [1]]
On Thu, Nov 8, 2012 at 1:04 PM, Mika Westerberg
wrote:
> On Thu, Nov 08, 2012 at 12:32:25PM -0700, Bjorn Helgaas wrote:
>> Struct device_driver is a generic structure, so it seems strange to
>> have to include non-generic things like
This is a patch to the r8180_wx.c file that fixes up some warnings and
errors found by the checkpatch.pl tool
- WARNING: line over 80 characters
- ERROR: "(foo*)" should be "(foo *)"
- ERROR: "foo* bar" should be "foo *bar"
- ERROR: trailing whitespace
- ERROR: that open brace { should be on the
Am Freitag, 9. November 2012, 15:50:24 schrieb Jens Axboe:
> On 2012-11-09 15:18, Jens Axboe wrote:
> > On 2012-11-09 14:33, Philipp Reisner wrote:
> >> Jens, here it is without the sysfs stuff
> >
> > Thanks, pulled into for-3.8/drivers
>
> I didn't say anything, but I've been fuming a bit the l
Hi Herton,
Herton Ronaldo Krzesinski wrote:
> I plan to do a similar workflow as to what is done today with current
> stable releases. I'll send email notifications to everyone involved in
> each patch when it's added to 3.5 queue, and post the patches for review
> for each release cycle. Just ve
On 11/09/2012 08:21 PM, Srivatsa S. Bhat wrote:
> On 11/09/2012 02:30 PM, Mel Gorman wrote:
>> On Fri, Nov 09, 2012 at 10:44:16AM +0530, Vaidyanathan Srinivasan wrote:
>>> * Mel Gorman [2012-11-08 18:02:57]:
[...]
> Short description of the "Sorted-buddy" design:
>
On Fri, Nov 09, 2012 at 12:20:33PM +, Mel Gorman wrote:
> On Wed, Nov 07, 2012 at 01:05:54AM -0200, Rafael Aquini wrote:
> > This patch introduces a new set of vm event counters to keep track of
> > ballooned pages compaction activity.
> >
> > Signed-off-by: Rafael Aquini
>
> Other than conf
From: Shiraz Hashim
dmatest erroneously terminated transfers in normal cases also leading to
test failures for multiple threads over a channel. Fix this and
terminate transfers only in case of errors.
Signed-off-by: Shiraz Hashim
Signed-off-by: Deepak Sikri
---
drivers/dma/dmatest.c | 4 +++-
[+ linux-pci, Yinghai]
On Thu, Nov 8, 2012 at 8:59 PM, Jason Gao wrote:
>> The BIOS in your machine doesn't support SR-IOV. You'll need to ask the
>> manufacturer for a BIOS upgrade, if in fact one is available. Sometimes
>> they're not.
>
> very thanks Greg,my server Dell R710 with latest BI
This patch frees stmpe-keyboard driver from tension of freeing resources :)
devm_* derivatives of multiple routines are used while allocating resources,
which would be freed automatically by kernel.
Signed-off-by: Viresh Kumar
---
drivers/input/keyboard/stmpe-keypad.c | 31 ++
This patch frees stmpe-ts driver from tension of freeing resources :)
devm_* derivatives of multiple routines are used while allocating resources,
which would be freed automatically by kernel.
Signed-off-by: Viresh Kumar
---
drivers/input/touchscreen/stmpe-ts.c | 45 +
From: Vipul Kumar Samar
Signed-off-by: Vipul Kumar Samar
---
drivers/input/touchscreen/stmpe-ts.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/touchscreen/stmpe-ts.c
b/drivers/input/touchscreen/stmpe-ts.c
index 66b932e..9896095 100644
--- a/drivers/input/touchscreen/stmpe-
On Thu, 2012-10-18 at 16:29 +0800, Huang Shijie wrote:
> 于 2012年10月18日 16:16, Marek Vasut 写道:
> > So we can't stream data from the chip? About time to adjust the MTD
> > framework to
> > allow that. Maybe implement a command queue?
> >
>
> to Artem & David:
> is this possible to stream the da
Quoting Artem Bityutskiy (dedeki...@gmail.com):
> From: Artem Bityutskiy
>
> We display a list of supplementary group for each process in the
> /proc//status. However, we show only the first 32 groups, not all of
> them.
>
> Although this is rare, but sometimes processes do have more than 32
>
This patch frees stmpe driver from tension of freeing resources :)
devm_* derivatives of multiple routines are used while allocating resources,
which would be freed automatically by kernel.
Signed-off-by: Viresh Kumar
---
drivers/mfd/stmpe.c | 46 +++---
1
From: Vipul Kumar Samar
This patch adds support to probe stmpe devices via DT. Bindings are mentioned in
binding document.
Signed-off-by: Vipul Kumar Samar
Signed-off-by: Viresh Kumar
---
Documentation/devicetree/bindings/mfd/stmpe.txt | 121 +++
drivers/mfd/stmpe-i2c.c
On 11/8/2012 9:14 PM, Vaidyanathan Srinivasan wrote:
> * Mel Gorman [2012-11-08 18:02:57]:
>
>> On Wed, Nov 07, 2012 at 01:22:13AM +0530, Srivatsa S. Bhat wrote:
>>>
>
> Hi Mel,
>
> Thanks for detailed review and comments. The goal o
Hi,
On Fri, Nov 09 2012, wwang wrote:
> I have noticed that the file rtsx_pci_sdmmc.c in your mmc-next branch
> is still v6 patch. In v7 patch, this MMC part has also been modified
> to comply with my MFD portion. So please update to this version.
>
> And one more question. Samuel have merged al
struct mtd_blktrans_ops is a type, and mtd_blktrans_ops is a variable.
To improve code clarity it's better to not use the same names,
so we just change the latter.
Cc: David Woodhouse
Signed-off-by: Ezequiel Garcia
---
drivers/mtd/mtd_blkdevs.c |4 ++--
1 files changed, 2 insertions(+), 2 d
Cc: Jens Axboe
Signed-off-by: Ezequiel Garcia
---
block/blk-core.c |2 +-
block/genhd.c|2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/block/blk-core.c b/block/blk-core.c
index 4b4dbdf..c9563ca 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -551,7 +551,
On 11/09/2012 05:00 AM, Jeff Layton wrote:
> On Thu, 8 Nov 2012 14:50:28 -0600
> Chris J Arges wrote:
>
>> Change SMB_ECHO_INTERVAL to make it a module parameter.
>>
>> BugLink: http://bugs.launchpad.net/bugs/1017622
>> BugLink: https://bugzilla.samba.org/show_bug.cgi?id=9006
>>
>
> It's custom
Hi David,
On Nov 9, 2012, at 3:26 AM, David Gibson wrote:
> On Mon, Nov 05, 2012 at 08:40:30PM +, Grant Likely wrote:
>> Hey folks,
>>
>> As promised, here is my early draft to try and capture what device
>> tree overlays need to do and how to get there. Comments and
>> suggestions greatly a
2012/11/9 Thierry Reding :
> +/* all fields little endian */
> +struct hdmi_audio_infoframe {
> + /* PB0 */
> + u8 csum;
> +
> + /* PB1 */
> + unsigned cc:3; /* channel count */
> + unsigned res1:1;
> + unsigned ct:4; /* coding type */
> +
> + /* PB2 */
> +
On Fri, Nov 9, 2012 at 3:11 PM, Bjorn Helgaas wrote:
> [+cc Greg, Peter, Tony since they acked the original patch [1]]
>
> On Thu, Nov 8, 2012 at 1:04 PM, Mika Westerberg
> wrote:
>> On Thu, Nov 08, 2012 at 12:32:25PM -0700, Bjorn Helgaas wrote:
>>> Struct device_driver is a generic structure, so
101 - 200 of 500 matches
Mail list logo