Hello Sebastian,
--- Original Message ---
Sender : Sebastian Andrzej Siewior
Date : Jul 22, 2013 13:55 (GMT+05:30)
Title : Re: [PATCH] of: provide of_platform_unpopulate()
On 07/20/2013 07:42 AM, NAVEEN KRISHNA CHATRADHI wrote:
> Hello Sebastian,
Hello Naveen,
>
> I just did one mo
(2013/07/22 17:21), Ingo Molnar wrote:
>
> * Ingo Molnar wrote:
>
>>
>> * Masami Hiramatsu wrote:
>>
>>> Since introducing the text_poke_bp for all text_poke_smp*
>>> callers, text_poke_smp* are now unused. This basically
>>> reverts 3d55cc8a, 7deb18dc and related commits.
>>>
>>> This also fix
For string without format specifiers, using seq_puts()/seq_putc()
instead of seq_printf().
Signed-off-by: Gu Zheng
---
fs/f2fs/debug.c | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c
index fd12b7f..a84b0a8 100644
--- a/f
* Toshi Kani wrote:
> CONFIG_ARCH_MEMORY_PROBE enables /sys/devices/system/memory/probe
> interface, which allows a given memory address to be hot-added as
> follows. (See Documentation/memory-hotplug.txt for more detail.)
>
> # echo start_address_of_new_memory > /sys/devices/system/memory/prob
On Sat, 20 Jul 2013, Zubair Lutfullah wrote:
> From: "Patil, Rachna"
>
> ADC is ideally expected to work at a frequency of 3MHz.
> The present code had a check, which returned error if the frequency
> went below the threshold value. But since AM335x supports various
> working frequencies, this
Now, Checking condition of decrement_hugepage_resv_vma() and
vma_has_reserves() is same, so we can clean-up this function with
vma_has_reserves(). Additionally, decrement_hugepage_resv_vma() has only
one call site, so we can remove function and embed it into
dequeue_huge_page_vma() directly. This p
If we map the region with MAP_NORESERVE and MAP_SHARED,
we can skip to check reserve counting and eventually we cannot be ensured
to allocate a huge page in fault time.
With following example code, you can easily find this situation.
Assume 2MB, nr_hugepages = 100
fd = hugetlbfs_unlinked_
In this time we are holding a hugetlb_lock, so hstate values can't
be changed. If we don't have any usable free huge page in this time,
we don't need to proceede the processing. So move this code up.
Signed-off-by: Joonsoo Kim
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index e2bfbf7..fc4988c 10064
From: Srinivas Kandagatla
This patch adds user count to rc_dev structure, the reason to add this
new member is to allow other code like lirc to open rc device directly.
In the existing code, rc device is only opened by input subsystem which
works ok if we have any input drivers to match. But in c
From: Srinivas Kandagatla
Thankyou for providing comments on v1 patch.
This patchset adds new members to rc_device structure to open rc device from
code other than rc-main. In the current code rc-device is only opened via input
driver. In cases where rc device is using lirc protocol, it will nev
From: Srinivas Kandagatla
The use case is simple, if any rc device has allowed protocols =
RC_TYPE_LIRC and map_name = RC_MAP_LIRC set, the driver open will be never
called. The reason for this is, all of the key maps except lirc have some
KEYS in there map, so during rc_register_device process t
On Friday, July 19, 2013 5:36 PM, Maxime Ripard wrote:
> On Tue, Jul 16, 2013 at 05:29:40AM +0200, Mike Galbraith wrote:
> > On Tue, 2013-07-16 at 09:49 +0900, Jingoo Han wrote:
> > > On Tuesday, July 16, 2013 12:27 AM, Maxime Ripard wrote:
> >
> > > > +
> > > > + ret = devm_g
On 07/20/2013 07:42 AM, NAVEEN KRISHNA CHATRADHI wrote:
> Hello Sebastian,
Hello Naveen,
>
> I just did one more testing.
>
> In case of iio/adc/exynos_adc.c there is a bug in the remove path.
> If I fix the bug in the driver, with below patch
>
> --- a/drivers/iio/adc/exynos_adc.c
> +++ b/dri
On Sat, 20 Jul 2013, Zubair Lutfullah wrote:
> Did a grep for 'coordiante' and replaced them all with 'coordinate'
> ---
> .../bindings/input/touchscreen/ti-tsc-adc.txt |4 ++--
> arch/arm/boot/dts/am335x-evm.dts |2 +-
> drivers/input/touchscreen/ti_am335x_tsc.c
Yon've won a Prize
MICROSOFT IBERICA SL"
YOU 'VE WON.
ATTN:MICROSOFT IBERICA SL
Your email has won (EUR244,000,00)
(TWO HUNDRED AND FOURTY FOUR THOUSAND EURO)
Batch number:XL73276498AM
Ref number:QR352899526KC
This is a millennium scientific computer game in which
email addresses were used.It is a
* Ingo Molnar wrote:
>
> * Masami Hiramatsu wrote:
>
> > Since introducing the text_poke_bp for all text_poke_smp*
> > callers, text_poke_smp* are now unused. This basically
> > reverts 3d55cc8a, 7deb18dc and related commits.
> >
> > This also fixes a Kconfig dependency issue on STOP_MACHINE
On Thu, Jul 18, 2013 at 04:21:23PM -0700, Stephen Boyd wrote:
> The 32 bit sched_clock interface now supports 64 bits. Upgrade to
> the 64 bit function to allow us to remove the 32 bit registration
> interface.
>
> Cc: Shawn Guo
Acked-by: Shawn Guo
BTW, will the series break setup_sched_clock(
Am Sonntag, den 21.07.2013, 22:19 -0300 schrieb Fabio Estevam:
> From: Fabio Estevam
>
> As devm_ioremap_resource() is used on probe, there is no need to explicitly
> check the return value from platform_get_resource(), as this is something that
> devm_ioremap_resource() takes care by itself.
>
On Mon, Jul 15, 2013 at 09:31:49PM +0300, Michael S. Tsirkin wrote:
> The following changes since commit 09a34c8404c1d4c5782de319c02e1d742c57875c:
>
> vhost/test: update test after vhost cleanups (2013-07-07 18:02:25 +0300)
>
> are available in the git repository at:
>
> git://git.kernel.org
(2013/07/22 16:43), Ingo Molnar wrote:
> arch/x86/kernel/kprobes/opt.c: In function 'setup_optimize_kprobe':
> arch/x86/kernel/kprobes/opt.c:394:6: error: dereferencing pointer to
> incomplete type
> arch/x86/kernel/kprobes/opt.c:395:6: error: dereferencing pointer to
> incomplete type
> arch/x86
Hi Jonathan,
On 07/19/2013 10:32 PM, Jonathan Cameron wrote:
@@ -323,6 +326,54 @@ static int mxs_lradc_read_raw(struct iio_dev *iio_dev,
return ret;
}
+static int mxs_lradc_write_raw(struct iio_dev *iio_dev,
+ const struct iio_chan_spec *chan,
+ int
Hi Hector,
> Hi Marek,
>
> On 07/22/2013 09:42 AM, Marek Vasut wrote:
> > Dear Hector Palacios,
> >
> >> Hi Marek,
> >>
> >> On 07/19/2013 06:14 PM, Marek Vasut wrote:
> >>> Dear Hector Palacios,
> >>>
> Dear Marek,
>
> On 07/19/2013 04:30 PM, Marek Vasut wrote:
> >> @@ -22
On Mon, Jul 22, 2013 at 3:23 PM, George Cherian wrote:
>
> Hi Shuduo,
>
>
> On 7/22/2013 12:35 PM, Shuduo Sang wrote:
>>
>> Hi Sarah and George,
>>
>> I met this issue at my side too. Per lspci output and HCIVERSION, I
>> see the host is Lynx
>> Point xhci 1.0 host.
>>
>> I notice George's patch h
(2013/07/20 0:09), Tom Zanussi wrote:
> The original SOFT_DISABLE patches didn't add support for soft disable
> of syscall events; this adds it and paves the way for future patches
> allowing triggers to be added to syscall events, since triggers are
> built on top of SOFT_DISABLE.
>
> Add an arra
Urgent info
Your email I'd picked 1,000,000.00 euros. These are your draw numbers;
85,49,73,64,95,84,99,11.
contact Mrs Elena Beyer:Email micro.s...@aol.com, Call: 0034602480047
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.k
> > > +int lp3943_read_byte(struct lp3943 *l, u8 reg, u8 *read)
> >
> > Not sure I like 'l' as a variable name. The function is small enough
> > to get away with it in this context, but it would probably be better
> > if it were renamed to something more meaningful.
>
> LP3943 consists of two dev
Hi Marek,
On 07/22/2013 09:42 AM, Marek Vasut wrote:
Dear Hector Palacios,
Hi Marek,
On 07/19/2013 06:14 PM, Marek Vasut wrote:
Dear Hector Palacios,
Dear Marek,
On 07/19/2013 04:30 PM, Marek Vasut wrote:
@@ -228,39 +230,12 @@ struct mxs_lradc {
#define LRADC_RESOLUTION
Dear Hector Palacios,
> Hi Marek,
>
> On 07/19/2013 06:14 PM, Marek Vasut wrote:
> > Dear Hector Palacios,
> >
> >> Dear Marek,
> >>
> >> On 07/19/2013 04:30 PM, Marek Vasut wrote:
> @@ -228,39 +230,12 @@ struct mxs_lradc {
>
> #define LRADC_RESOLUTION 12
(2013/07/20 0:09), Tom Zanussi wrote:
> Hi,
>
> This is v3 of the trace event triggers patchset, addressing comments
> from Masami Hiramatsu, zhangwei(Jovi), and Steve Rostedt.
Steven, Oleg, would you think this can go at this time?
Or Tom is better to wait for Oleg's bugfix?
I'd like to clarify
On Mon, 2013-07-22 at 15:56 +0900, Won Kang wrote:
[]
> diff --git a/drivers/staging/gdm724x/TODO b/drivers/staging/gdm724x/TODO
[]
> @@ -1,2 +1,6 @@
> TODO:
> -- Clean up coding style to meet kernel standard.
> \ No newline at end of file
> +- Clean up coding style to meet kernel standard.
> +
>
Hi Alexandre,
On 07/19/2013 07:06 PM, Alexandre Belloni wrote:
Hi Hector,
On 19/07/2013 11:13, Hector Palacios wrote:
Some LRADC channels have fixed pre-dividers and all have an optional
divider by two which allows a maximum input voltage of VDDIO - 50mV.
This patch
- adds the scaling info
Hi,
On Monday 22 July 2013 12:52 AM, Alan Stern wrote:
> On Sun, 21 Jul 2013, Sylwester Nawrocki wrote:
>
>>> What's wrong with the platform_data structure, why can't that be used
>>> for this?
>>
>> At the point the platform data of some driver is initialized, e.g. in
>> board setup code the PHY
Hi Shuduo,
On 7/22/2013 12:35 PM, Shuduo Sang wrote:
Hi Sarah and George,
I met this issue at my side too. Per lspci output and HCIVERSION, I
see the host is Lynx
Point xhci 1.0 host.
I notice George's patch has not been merged in kernel 3.11-rc1.
Just to make sure, without the patch are yo
Hi Marek,
On 07/19/2013 06:14 PM, Marek Vasut wrote:
Dear Hector Palacios,
Dear Marek,
On 07/19/2013 04:30 PM, Marek Vasut wrote:
@@ -228,39 +230,12 @@ struct mxs_lradc {
#define LRADC_RESOLUTION 12
#define LRADC_SINGLE_SAMPLE_MASK ((1 << LRADC_RESOLUTI
Commit-ID: 70039118a1fc5c5dae86f8513ff7c1354f74b7ae
Gitweb: http://git.kernel.org/tip/70039118a1fc5c5dae86f8513ff7c1354f74b7ae
Author: Masami Hiramatsu
AuthorDate: Thu, 18 Jul 2013 20:47:53 +0900
Committer: Ingo Molnar
CommitDate: Mon, 22 Jul 2013 09:05:06 +0200
kprobes/x86: Remove unu
From: Cong Wang
nfs and cifs define some helper functions for sockaddr,
they can use the generic functions for union inet_addr too.
Since some dlm code needs to compare ->sin_port, introduce a
generic function inet_addr_equal_strict() for it.
Cc: Steve French
Cc: Christine Caulfield
Cc: David
From: Cong Wang
selinux has some similar definition like union inet_addr,
it can re-use the generic union inet_addr too.
Cc: James Morris
Cc: Stephen Smalley
Cc: Eric Paris
Cc: Paul Moore
Cc: linux-kernel@vger.kernel.org
Cc: linux-security-mod...@vger.kernel.org
Signed-off-by: Cong Wang
---
From: "Ivan T. Ivanov"
This is a tty driver with console support for Qualcomm's UART
controllers found in the MSM8974 chipsets. Driver is completely
based on implementation found in codeaurora.org msm_serial_hs_lite
with Android dependences removed. Other changes include, moved to
device managed
From: Cong Wang
Introduce a generic IP address type, union inet_addr, so that
subsystems don't have to use their own definitions. Because
netpoll already defines union inet_addr, just move it to global.
Some of the helper functions will be used by VXLAN IPv6 code too.
This patch also reuses the
Hi Sarah and George,
I met this issue at my side too. Per lspci output and HCIVERSION, I
see the host is Lynx
Point xhci 1.0 host.
I notice George's patch has not been merged in kernel 3.11-rc1.
Then I manually applied George's patch against 3.10.0 but the issue
still happen when I use
camera to
701 - 740 of 740 matches
Mail list logo