(2014/08/06 15:24), Wang Nan wrote:
>>> +
>>> +static void
>>> +optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs)
>>> +{
>>> + unsigned long flags;
>>> +
>>> + regs->ARM_pc = (unsigned long)op->kp.addr;
>>> + regs->ARM_ORIG_r0 = ~0UL;
>>> +
>>> +
>>> + local_irq_save(fla
> On 7 aug. 2014, at 03:28, Dave Young wrote:
>
>> On 08/06/14 at 02:40pm, Ard Biesheuvel wrote:
>>> On 6 August 2014 10:38, Dave Young wrote:
>>>
>>> Adding a noefi boot param like in X86 to disable efi runtime services
>>> support.
>>>
>>> This will be useful for debugging uefi problems.
Ping, Thierry?
On Fri, Jul 25, 2014 at 11:47 PM, Alexandre Courbot wrote:
> Use the new devm_gpiod_get_optional() to simplify the probe code.
>
> Signed-off-by: Alexandre Courbot
> ---
> drivers/gpu/drm/panel/panel-simple.c | 12 +---
> 1 file changed, 5 insertions(+), 7 deletions(-)
>
On Wed, Aug 06, 2014 at 11:34:41PM +0100, Russell King - ARM Linux wrote:
> What's happening on this? Did this get fixed for v3.16?
Trond has Andrey's patch queued up for 3.17 with a Cc to stable, so it
will go into a 3.16 stable kernel as soon as it hits Linus' tree.
--
To unsubscribe from this
On Thu, Aug 07, 2014 at 08:53:47AM +0200, Andrzej Hajda wrote:
> Hi Thierry,
>
> Nice case.
>
> On 08/05/2014 05:39 PM, Thierry Reding wrote:
> > Hi everyone,
> >
> > I've been working on adding support for a panel that uses what's
> > commonly known as dual-channel DSI. Sometimes this is referre
[PATCH] powerpc/perf: Explicitly include util/debug.h
Looks like util/debug.h was indirectly included before and
is no longer included now. pr_debug is left undefined and
the build of perf tool fails on Powerpc.
Explicitly include util/debug.h.
Signed-off-by: Sukadev Bhattiprolu
---
tools/perf
On 08/06/2014 11:25 PM, Alexandre Courbot wrote:
Sorry for the delayed reply...
On Thu, Jul 24, 2014 at 3:33 PM, Guenter Roeck wrote:
As I explained on the other thread, I still encourage you to have
these GPIOs under device nodes that give a hint of who is provided the
GPIO (effectively expor
Am 07.08.2014 02:28, schrieb Stephen Rothwell:
> Hi Richard,
>
> On Wed, 06 Aug 2014 13:29:10 +0200 Richard Weinberger wrote:
>>
>> Am 06.08.2014 13:27, schrieb Stephen Rothwell:
>>>
>>> On Wed, 06 Aug 2014 13:18:54 +0200 Richard Weinberger
>>> wrote:
the following changes since commi
On 08/06/2014 11:52 PM, Jean Delvare wrote:
Hi Guenter,
On Wed, 06 Aug 2014 23:20:32 -0700, Guenter Roeck wrote:
Patch 4/5 is "Return the fan speed via sysfs:
/sys/devices/temperature/fan_level".
So you are saying that returning the fan speed with a non-hwmon attribute works,
but returning it
Hi all,
Please do not add code intended for v3.18 until after v3.17-rc1 is
released.
Changes since 20140806:
The modules tree lost one build failure but gained another so I used
the version from next-20140725.
The mmc-uh tree still had its build failure so I used the version from
next-20140725.
The Atmel maXTouch driver assumed that the IRQ type flags will
always be passed using platform data but this is not true when
booting using Device Trees. In these setups the interrupt type
was ignored by the driver when requesting an IRQ.
This means that it will fail if a machine specified other t
On Fri, Jul 25, 2014 at 11:47:25PM +0900, Alexandre Courbot wrote:
> Use the new devm_gpiod_get_optional() to simplify the probe code.
>
> Signed-off-by: Alexandre Courbot
> ---
> drivers/gpu/drm/panel/panel-simple.c | 12 +---
> 1 file changed, 5 insertions(+), 7 deletions(-)
For some
Hello Dmitry,
On 08/07/2014 08:09 AM, Dmitry Torokhov wrote:
>>
>> > irq_of_parse_and_map() already sets up IRQ trigger type based on DT
>> > data, by calling irq_create_of_mapping() which in turn calls
>> > irq_set_irq_type().
>> >
>>
>> Right but somehow when the IRQ is actually requested the
Am Mittwoch, den 06.08.2014, 10:15 -0700 schrieb Randy Dunlap:
> On 08/06/14 09:42, Randy Dunlap wrote:
> > On 08/06/14 00:28, Stephen Rothwell wrote:
> >> Hi all,
> >>
> >> Please do not add code intended for v3.18 until after v3.17-rc1 is
> >> released.
> >>
> >> Changes since 20140805:
> >>
> >
Hi!
> > When the machine doesn't well handle the e820 persistent when hibernate
> > resuming, then it may causes page fault when writing image to snapshot
> > buffer:
> >
> > [ 17.929495] BUG: unable to handle kernel paging request at
> > 880069d4f000
> > [ 17.933469] IP: [] load_image_l
At Wed, 6 Aug 2014 13:00:24 -0600,
Shuah Khan wrote:
>
> On Wed, Aug 6, 2014 at 3:44 AM, Jean-Michel Hautbois
> wrote:
> > 2014-08-06 11:24 GMT+02:00 Takashi Iwai :
> >> At Wed, 6 Aug 2014 11:10:27 +0200,
> >> Jean-Michel Hautbois wrote:
> >>>
> >>> 2014-08-05 21:22 GMT+02:00 Shuah Khan :
> >>> >
Hi Fugang,
> >> >+ /* Waiting for Transfer complete. */
> >> >+ while (timeout--) {
> >> >+ temp = imx_i2c_read_reg(i2c_imx, IMX_I2C_I2SR);
> >> >+ if (temp & I2SR_ICF)
> >> >+ break;
> >> >+ udelay(10);
> >> >+ }
> >> Whether there have better method like i
Signed-off-by: Gyungoh Yoo
---
Documentation/backlight/sky81452.txt | 25 ++
Documentation/devicetree/bindings/mfd/sky81452.txt | 24 ++
.../bindings/regulator/sky81452-regulator.txt | 16 +
.../devicetree/bindings/vendor-prefixes.txt| 1 +
.../video/backlight/sky8
On Wed, Aug 06, 2014 at 02:16:03PM -0700, David Miller wrote:
> From: Peter Zijlstra
> Date: Wed, 6 Aug 2014 10:31:34 +0200
>
> > On Wed, Aug 06, 2014 at 11:51:29AM +0400, Ilya Dryomov wrote:
> >
> >> OK, this one is a bit different.
> >>
> >> WARNING: CPU: 1 PID: 1744 at kernel/sched/core.c:71
Signed-off-by: Pavel Machek
diff --git a/drivers/staging/nokia_h4p/Makefile
b/drivers/staging/nokia_h4p/Makefile
index 9625db4..daffe3c 100644
--- a/drivers/staging/nokia_h4p/Makefile
+++ b/drivers/staging/nokia_h4p/Makefile
@@ -1,6 +1,6 @@
-obj-$(CONFIG_BT_NOKIA_H4P) += btnokia_h
On Thu, Aug 07, 2014 at 01:44:58AM +0200, Frederic Weisbecker wrote:
> In fact the problem has arised since the recent irq work patches I did.
No, those just added the WARN, previously we send the resched IPI, and
that's equally wrong from NMI context.
> There I've changed tick_nohz_full_kick() t
this patch removes best_rate variable from can_calc_bittiming()
function which was set but was never used.
Signed-off-by: Lad, Prabhakar
---
drivers/net/can/dev.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/net/can/dev.c b/drivers/net/can/dev.c
index e318e87..56
On Wed, Aug 06, 2014 at 05:12:20PM +0200, Vlastimil Babka wrote:
> On 08/06/2014 09:18 AM, Joonsoo Kim wrote:
> >Overall design of changed pageblock isolation logic is as following.
>
> I'll reply here since the overall design part is described in this
> patch (would be worth to have it in cover l
On Thu, Aug 07, 2014 at 08:49:00AM +0800, Zhang Yanfei wrote:
> Hi Joonsoo,
>
> The first 3 patches in this patchset are in a bit of mess.
Sorry about that.
I will do better in next spin. ):
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a messa
Hi Sakari,
On 08/06/2014 08:53 AM, Sakari Ailus wrote:
Hi Jacek,
On Fri, Jul 11, 2014 at 04:04:03PM +0200, Jacek Anaszewski wrote:
...
1) Who should register V4L2 Flash sub-device?
LED Flash Class devices, after introduction of the Flash Manager,
are not tightly coupled with any media control
On Thu, Aug 07, 2014 at 10:11:14AM +0800, Zhang Yanfei wrote:
> Hi Joonsoo,
>
> On 08/06/2014 03:18 PM, Joonsoo Kim wrote:
> > per cpu pages structure, aka pcp, has high and batch values to control
> > how many pages we perform caching. This values could be updated
> > asynchronously and updater s
Hi, Doug.
Acked-by: Jaehoon Chung
On 08/07/2014 02:09 AM, Doug Anderson wrote:
> This series adds basic eMMC and SD card support for the rk3288-evb
> board based on Addy's posted dw_mmc patch from:
> https://patchwork.kernel.org/patch/4653631/
>
> The series is a little tricky because:
> * Ja
Hi guys, could you please explain me the sequence
static void release_one_tty(struct work_struct *work)
{
struct tty_struct *tty =
container_of(work, struct tty_struct, hangup_work);
struct tty_driver *driver = tty->driver;
if (tty->ops->cleanup)
On 08/07/2014 12:25 PM, Cyrill Gorcunov wrote:
> Hi guys, could you please explain me the sequence
>
> static void release_one_tty(struct work_struct *work)
> {
> struct tty_struct *tty =
> container_of(work, struct tty_struct, hangup_work);
> struct tty_driver *driver =
On 08/07/2014 10:21 AM, Jacek Anaszewski wrote:
Hi Sakari,
On 08/06/2014 08:53 AM, Sakari Ailus wrote:
Hi Jacek,
On Fri, Jul 11, 2014 at 04:04:03PM +0200, Jacek Anaszewski wrote:
...
1) Who should register V4L2 Flash sub-device?
LED Flash Class devices, after introduction of the Flash Manage
On Thu, Aug 07, 2014 at 12:28:58PM +0400, Pavel Emelyanov wrote:
> On 08/07/2014 12:25 PM, Cyrill Gorcunov wrote:
> > Hi guys, could you please explain me the sequence
> >
> > static void release_one_tty(struct work_struct *work)
> > {
> > struct tty_struct *tty =
> > container_of(
This patch is a DRM Driver for Rockchip Socs, driver provides an abstraction
for the graphics hardware, such as lcd controller and connector interface.
Signed-off-by: mark yao
---
changes since v1:
Adviced by Daniel Vetter:
- Switch to universal plane API's
---
drivers/gpu/drm/Kconfig
Le Thursday 07 August 2014 à 00:36 -0700, Guenter Roeck a écrit :
> On 08/06/2014 11:52 PM, Jean Delvare wrote:
> > Hi Guenter,
> >
> > On Wed, 06 Aug 2014 23:20:32 -0700, Guenter Roeck wrote:
> >> Patch 4/5 is "Return the fan speed via sysfs:
> >> /sys/devices/temperature/fan_level".
> >>
> >> So
Le Wednesday 06 August 2014 à 21:05 +, Goffredo Baroncelli a écrit :
> Remove attach_method because i2c-powermac is
> in charge to instantiate the driver directly.
>
> Signed-off-by: Goffredo Baroncelli
> ---
> drivers/macintosh/therm_windtunnel.c | 35 ---
>
On 08/07/2014 09:25 AM, Thierry Reding wrote:
> On Thu, Aug 07, 2014 at 08:53:47AM +0200, Andrzej Hajda wrote:
>> Hi Thierry,
>>
>> Nice case.
>>
>> On 08/05/2014 05:39 PM, Thierry Reding wrote:
>>> Hi everyone,
>>>
>>> I've been working on adding support for a panel that uses what's
>>> commonly k
Mel Gorman writes:
> On Wed, Aug 06, 2014 at 12:44:45PM +0530, Aneesh Kumar K.V wrote:
>> > -#define pmd_mknonnuma pmd_mknonnuma
>> > -static inline pmd_t pmd_mknonnuma(pmd_t pmd)
>> > +/*
>> > + * Generic NUMA pte helpers expect pteval_t and pmdval_t types to exist
>> > + * which was inherited f
Hi,
I remembered that this patch was pushed at Ulf's tree.
Since dw_mci_idmac_reset() is located into #if CONFIG_MMC_DW_IDMAC,
it occurred the compiler error.
And it seems that didn't need to use "IS_ENABLED()" at there.
Acked-by: Jaehoon Chung
Best Regards,
Jaehoon Chung
On 08/05/2014 10:19
On Thu, 26 Jun 2014, Steven Rostedt wrote:
> This is version 2:
>
> This is my proposal to print the NMI stack traces from an RCU stall safely.
> Here's the gist of it.
Steven, what's your plan with this patchset please?
It has been tested by Petr here on the systems under the loads that are
On Mon, Aug 04, 2014 at 08:55:50AM -0700, Darren Hart wrote:
> On 7/29/14, 15:06, "Andrea Adami" wrote:
>
> >On Tue, Jul 29, 2014 at 8:55 PM, Mark Brown wrote:
> >> On Tue, Jul 29, 2014 at 06:13:06PM +0200, Andrea Adami wrote:
> >>
> >>> note that a previous version of the patch breaks spi on px
On 2014-08-06 at 02:17:55 +0200, Sukadev Bhattiprolu
wrote:
> powerpc/perf: Implement get_cpu_str()
>
> With a file like ~/.cache/pmu-events/004d0100-core.json describing
> Power8 PMU events, we would need to run:
>
> perf stat \
> --events-file ~/.cache/pmu-events/004d0100-
On 08/07/2014 01:55 AM, Grazvydas Ignotas wrote:
> On Wed, Aug 6, 2014 at 11:02 AM, Roger Quadros wrote:
>> Hi Gražvydas,
>>
>> On 08/05/2014 07:15 PM, Grazvydas Ignotas wrote:
>>> On Tue, Aug 5, 2014 at 1:11 PM, Roger Quadros wrote:
For v3.12 and prior, 1-bit Hamming code ECC via software w
On Wed, Aug 06, 2014 at 03:45:18PM -0700, Paul E. McKenney wrote:
> > > > But I still very much hate the polling stuff...
>
> The nice thing about the polling approach is minimal overhead in the
> common case where RCU-tasks is not in use.
No, quite the reverse, there is overhead when its not in
Fix the following sparse warning :
In file included from drivers/staging/wlan-ng/prism2usb.c:5:0:
drivers/staging/wlan-ng/prism2fw.c: In function
‘read_cardpda.constprop.43’:
drivers/staging/wlan-ng/prism2fw.c:792:1: warning: the frame size of
1068 bytes is larger than 1024 bytes [-Wframe-larger-t
Acked-by: Jaehoon Chung
Best Regards,
Jaehoon Chung
On 07/31/2014 03:01 PM, Addy Ke wrote:
> This patch focuses on clock setting for RK3288 mmc controller.
>
> In RK3288 mmc controller, CLKDIV register can only be set 0 or 1,
> and if DDR 8bit mode, CLKDIV register must be set 1.
>
> Reported-
Expansion of Linux Kernel API for getting from userlevel TCP ISN by
socket descriptor. Would such improvement deserve merge? The use case
is to differ hosts behind NAT. The general plan of changes:
1. copy ISN into the tcp_sock structure when the TCP session is created;
2. add ioctl for getting IS
On Tue, Aug 05, 2014 at 02:55:10PM -0700, Paul E. McKenney wrote:
> +/* Check for nohz_full CPUs executing in userspace. */
> +static void check_no_hz_full_tasks(void)
> +{
> +#ifdef CONFIG_NO_HZ_FULL
> + int cpu;
> + struct task_struct *t;
> +
> + for_each_online_cpu(cpu) {
> +
On Wed, Aug 06, 2014 at 03:12:09PM +0800, Anson Huang wrote:
> i.MX6SX has some new features of thermal interrupt function,
> there are LOW, HIGH and PANIC irq for thermal sensor, so add
> platform data to separate different thermal version;
>
> The reset value of LOW ALARM is 0 which means the hi
On Thu, Aug 07, 2014 at 10:00:25AM +0200, Pavel Machek wrote:
> Hi!
>
> > > When the machine doesn't well handle the e820 persistent when hibernate
> > > resuming, then it may causes page fault when writing image to snapshot
> > > buffer:
> > >
> > > [ 17.929495] BUG: unable to handle kernel pa
Le Wednesday 06 August 2014 à 21:05 +, Goffredo Baroncelli a écrit :
> Add a "verbose" option to control the message in the kernel log
> verbose = 0 no message
> verbose = 1 log only the fan speed changes
> verbose = 2 log the fan speed changes and the temperature changes
>
> Signed-off-
On 08/07/2014 10:19 AM, Joonsoo Kim wrote:
Is it needed to disable the pcp list? Shouldn't drain be enough?
After the drain you already are sure that future freeing will see
MIGRATE_ISOLATE and skip pcp list anyway, so why disable it
completely?
Yes, it is needed. Until we move freepages from n
On Thu, Aug 07, 2014 at 10:39:36AM +0200, Andrzej Hajda wrote:
> On 08/07/2014 09:25 AM, Thierry Reding wrote:
> > On Thu, Aug 07, 2014 at 08:53:47AM +0200, Andrzej Hajda wrote:
> >> Hi Thierry,
> >>
> >> Nice case.
> >>
> >> On 08/05/2014 05:39 PM, Thierry Reding wrote:
> >>> Hi everyone,
> >>>
>
Sorry for the really long delay this time around. I am used to replying within a
day normally, and this time it just took so much time.
For next time please rebase on latest updates in pm/linux-next as there are
few updates there.
On 25 July 2014 06:37, Saravana Kannan wrote:
> There's no need t
On 2014年08月07日 00:06, Borislav Petkov wrote:
> Hi,
>
> On Wed, Aug 06, 2014 at 01:13:21PM +, Lan, Tianyu wrote:
>> Have you tried my attached kernel config file? When someone reported
>> the issue to me, I also was very hard to reproduce the issue by my
>> own config file. Maybe once 100 tries
On 25 July 2014 06:37, Saravana Kannan wrote:
> The ownership of the kobj doesn't need to match policy->cpu or change as
> frequently. So, keep track of it separately.
>
> Signed-off-by: Saravana Kannan
> ---
> drivers/cpufreq/cpufreq.c | 4 +++-
> include/linux/cpufreq.h | 1 +
> 2 files chan
On Wed, 2014-08-06 at 18:26 -0700, Sergey Oboguev wrote:
> On Tue, Aug 5, 2014 at 10:41 PM, Mike Galbraith
> wrote:
(ok, seems you're not addressing the reasonable, rather me;)
> The only reason why anyone would want to use DPRIO instead of regular nice in
> this case is because it might be unk
On Wed, Aug 06, 2014 at 03:46:56PM -0400, Dave Jones wrote:
> This one happened during runtime, but I got a whole stack..
>
>
> Kernel panic - not syncing: Watchdog detected hard LOCKUP on cpu 2
> CPU: 2 PID: 7538 Comm: kworker/u8:8 Not tainted 3.16.0+ #34
> Workqueue: btrfs-endio-write normal
On 06/08/14 20:39, Konrad Rzeszutek Wilk wrote:
>
> From 00a5b6e3c9ee2c2d605879bdaebc627fa640b024 Mon Sep 17 00:00:00 2001
> From: Konrad Rzeszutek Wilk
> Date: Wed, 6 Aug 2014 16:21:32 -0400
> Subject: [PATCH] xen/pciback: Restore configuration space when detaching from
> a guest.
>
> The comm
On 08/07/2014 12:34 PM, Cyrill Gorcunov wrote:
> On Thu, Aug 07, 2014 at 12:28:58PM +0400, Pavel Emelyanov wrote:
>> On 08/07/2014 12:25 PM, Cyrill Gorcunov wrote:
>>> Hi guys, could you please explain me the sequence
>>>
>>> static void release_one_tty(struct work_struct *work)
>>> {
>>> struc
Merge firmware files to nokia_core, so that we can reduce ammount of
exported functions. Also replace hand-coded check for invalid
bluetooth address with bacmp.
Signed-off-by: Pavel Machek
diff --git a/drivers/staging/nokia_h4p/Makefile
b/drivers/staging/nokia_h4p/Makefile
index 310b0f2..3398a
On 08/07/2014 02:06 AM, Ross Zwisler wrote:
> On Wed, 2014-08-06 at 14:33 +0300, Boaz Harrosh wrote:
>
> With this patch we end up in what feels like a weird place where we're half
> using the old scheme of major/minor allocation, and half in the world of
> dynamic major/minors. Devices have a ma
On 07/08/14 01:22, Murilo Opsfelder Araujo wrote:
> This patch adds missing blank lines between declarations and code and
> fixes lines starting by spaces, satisfying checkpatch.pl.
>
> Signed-off-by: Murilo Opsfelder Araujo
Applied to the togreg branch of iio.git. Initially pushed out
as testin
On 07/08/14 01:22, Murilo Opsfelder Araujo wrote:
> Signed-off-by: Murilo Opsfelder Araujo
Applied to the togreg branch of iio.git.
Thanks,
Jonathan
> ---
> drivers/staging/iio/accel/sca3000_core.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/iio/a
Hi list,
I observed one weird NET_RX softirq behavior:
1. CONFIG_RPS=y in kernel config file.
2. only one netdev in the system: eth0. eth0 only has one interrupt which is
all handled by CPU0. eth0 doesn't support RFS_ACCEL
"cat /proc/interrupts" shows
~ # cat /proc/interrupts
CPU
On 06/08/14 21:12, Julia Lawall wrote:
> From: Julia Lawall
>
> Convert a zero return value on error to a negative one, as returned
> elsewhere in the function.
>
> A simplified version of the semantic match that finds this problem is as
> follows: (http://coccinelle.lip6.fr/)
>
> //
> (
> if@
On Wed, Aug 06, 2014 at 08:52:37PM +0100, Steven Rostedt wrote:
> Will and Russell,
>
> Can you give me your Acked-by for this, and I can pull it through my
> tree?
Looks fine to me:
Acked-by: Will Deacon
I'm assuming there's a dependency on other patches going via the tracing
tree, hence wh
On Thu, Aug 07, 2014 at 01:05:28PM +0400, Pavel Emelyanov wrote:
> >
> > So how this code supposed to work then? I mean tty_driver_kref_put must
> > never call
> > for destruct_tty_driver, otherwise we're accessing freed memory.
>
> mod = driver->owner;
> tty_driver_kref_put(driver);
> module_pu
On 08/06/2014 08:52 PM, Ross Zwisler wrote:
> On Wed, 6 Aug 2014, Boaz Harrosh wrote:
>> From: Ross Zwisler
>>
>> Some programs require HDIO_GETGEO work, which requires we implement
>> getgeo. Based off of the work done to the NVMe driver in this commit:
>>
<>
>> +static int brd_getgeo(struct blo
Sorry, I sent wrong patch just now. Please ignore the mail "[PATCH 1/3]
imanager2: rename io functions and remove no used functions".
This mail include 2 patches:
The first patch is shown I rename some functions.
The second patch is shown I moditfy code according to your comment.
Signed-off-by:
On Thursday, July 31, 2014 8:55 PM, Thierry Reding wrote:
> On Thu, Jul 31, 2014 at 01:42:50PM +0200, Thierry Reding wrote:
> [...]
> > @@ -317,6 +319,12 @@ static int pwm_backlight_probe(struct platform_device
> > *pdev)
> > }
> >
> > bl->props.brightness = data->dft_brightness;
> > +
> >
These patchs is to refine esai for tdm support.
Changes for V2
- update the comments according the reviewer's suggestion
- add init value for slots and change pin to pins.
Shengjiu Wang (2):
ASoC: fsl_esai: refine esai for TDM support
Revert "ASoC: fsl-esai: Add .xlate_tdm_slot_mask() support
This reverts commit a603c8ee526f5ea9ad9b40710308766299ad8a69.
fsl_asoc_xlate_tdm_slot_mask() will invert the mask, which isn't fit for
esai. The default function snd_soc_xlate_tdm_slot_mask() is ok for esai.
Signed-off-by: Shengjiu Wang
---
sound/soc/fsl/Kconfig|1 -
sound/soc/fsl/fsl_e
On 2014年08月07日 03:09, Rafael J. Wysocki wrote:
> On Wednesday, August 06, 2014 10:22:45 AM Lan Tianyu wrote:
>> On 2014年08月06日 09:24, Rafael J. Wysocki wrote:
>>> On Monday, August 04, 2014 04:40:08 PM Lan Tianyu wrote:
>
> [cut]
>
@@ -298,29 +298,29 @@ void __iomem
*acpi_os_get_iomem(
Original driver didn't store the number of slots, just fix the slot number
to 2, use this default number to calculate bclk and pins for TX/RX.
In this patch, add one parameter for slots, and update the calculation of
bclk and pins of TX/RX. Then driver will be compatible with slots > 2 in
TDM mode.
At Wed, 06 Aug 2014 01:15 +0200,
Rafael J. Wysocki wrote:
>
> On Tuesday, August 05, 2014 07:07:09 PM Janek Kozicki wrote:
> > Rafael J. Wysocki said: (by the date of Tue, 05 Aug 2014 03:30:58 +0200)
> >
> > > On Monday, August 04, 2014 09:06:52 AM Markus Gutschke wrote:
> > > > Thanks for ch
On Thu, Aug 07, 2014 at 01:18:12PM +0400, Cyrill Gorcunov wrote:
> > mod = driver->owner;
> > tty_driver_kref_put(driver);
> > module_put(mod);
> >
> > Check the upstream whether the same issue exists there.
>
> Same in tty.git
>
> static void release_one_tty(struct work_struct *work)
> {
---
Fr
These patches to add support for dwc2 controller found in
Rockchip processors rk3066, rk3188 and rk3288,
and enable dts for rk3288 evb.
Changes in v4:
- max_transfer_size change to 65536, this should be enough
for most transfer, the hardware auto-detect will set this
to 0x7 which may make
This patch add compatible data for dwc2 controller found on
rk3066, rk3188 and rk3288 processors from rockchip.
Signed-off-by: Kever Yang
Acked-by: Paul Zimmerman
---
Changes in v4:
- max_transfer_size change to 65536, this should be enough
for most transfer, the hardware auto-detect will set
rk3288 has two kind of usb controller, this add the dwc2 controller
for otg and host1.
Controller can works with usb PHY default setting and Vbus on.
Signed-off-by: Kever Yang
---
Changes in v4: None
Changes in v3:
- EHCI and HSIC move new for version 3.
Changes in v2: None
arch/arm/boot/dt
USB otg port is the usb3.0 b-port on the board.
USB host1 port is the host A port nearby the otg port.
Signed-off-by: Kever Yang
---
Changes in v4: None
Changes in v3:
- Rebase
Changes in v2:
- evb patch added in version 2
arch/arm/boot/dts/rk3288-evb.dtsi | 6 ++
1 file changed, 6 inser
This add necessary dwc2 binding documentation for Rockchip socs:
rk3066, rk3188 and rk3288
Signed-off-by: Kever Yang
Acked-by: Stephen Warren
---
Changes in v4: None
Changes in v3: None
Changes in v2:
- Split out dr_mode and rk3288 bindings.
- add compatible "snps,dwc2" bingding info
Document
On Thu 2014-08-07 11:07:34, Pavel Machek wrote:
>
> Merge firmware files to nokia_core, so that we can reduce ammount of
> exported functions. Also replace hand-coded check for invalid
> bluetooth address with bacmp.
>
> Signed-off-by: Pavel Machek
Actually, it might be better if you forgot abo
Signed-off-by: Wei-Chun Pan
---
drivers/hwmon/imanager2_hwm.c| 27 +--
drivers/mfd/imanager2_core.c | 64 +++---
drivers/mfd/imanager2_ec.c | 99
include/linux/mfd/imanager2_ec.h | 24 --
4 files changed, 6
On Tue, Aug 05, 2014 at 05:20:21PM +0800, Nicolin Chen wrote:
> This patch adds software reset code in dai_probe() so as to make a true init
> by clearing SAI's internal logic, including the bit clock generation, status
> flags, and FIFO pointers.
Applied, thanks.
signature.asc
Description: Digi
> > Actually, if you are doing such a check... it makes sense to check for
> > _all_ the regions, nosave or not. If e820 map changed at all, it is
> > not safe to resume.
> > Pavel
>
> Currently nosave region only called register
On Tue, Aug 05, 2014 at 03:32:05PM +0800, Nicolin Chen wrote:
> From: Nicolin Chen
>
> SAI supports these operation modes:
> 1) asynchronous mode
>Both Tx and Rx are set to be asynchronous.
> 2) synchronous mode (Rx sync with Tx)
>Tx is set to be asynchronous, Rx is set to be synchronous.
I have a question for your comment. As your mail,
> > +
> > +static void __exit imanager2_mfd_device_exit(void) {
> > + mfd_remove_devices(&ec_pdev->dev);
> > + platform_device_unregister(ec_pdev);
> > +}
> > +
> > +module_init(imanager2_mfd_device_init);
> > +module_exit(imanager2_mfd_device_
Hi Linus,
The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:
Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
tags/mfd-for-linus-3.17
for you to fetch changes up to 7caa79
On Tue, Aug 5, 2014 at 4:53 PM, Andy Lutomirski wrote:
> On Aug 5, 2014 7:36 PM, "Denys Vlasenko" wrote:
>> Then old_rsp can be nuked everywhere else,
>> RESTORE_TOP_OF_STACK can be nuked, and
>> FIXUP_TOP_OF_STACK can be reduced to merely:
>>
>> movq $__USER_DS,SS(%rsp)
>> movq $
Hi Thierry,
Thanks for adding me.
On Thu, Jul 31, 2014 at 5:26 PM, Thierry Reding
wrote:
> Cc'ing Ajay (who raised this on a different thread recently), therefore
> quoting all of the original email.
>
> Thierry
>
> On Thu, Jul 31, 2014 at 01:42:50PM +0200, Thierry Reding wrote:
>> From: Thierry
On Wed, Aug 06, 2014 at 10:22:19PM -0700, Guenter Roeck wrote:
> So if we ever hit that uninitialized case, where bits_per_word is
> neither 8 nor 16, we'll have ops set to NULL and end up wondering
> why the kernel crashes a bit further down in the code. Not really
> sure if that is an improvemen
On Mon, Aug 4, 2014 at 6:05 AM, Alexandre Courbot wrote:
> linux/types.h and linux/list.h should be included so the typed used in
> the header file are always properly declared.
>
> Reported-by: Stephen Rothwell
> Reported-by: Thierry Reding
> Signed-off-by: Alexandre Courbot
Patch applied, p
On Thu, Aug 07, 2014 at 10:45:27AM +0100, Mark Brown wrote:
> On Tue, Aug 05, 2014 at 03:32:05PM +0800, Nicolin Chen wrote:
> > From: Nicolin Chen
> >
> > SAI supports these operation modes:
> > 1) asynchronous mode
> >Both Tx and Rx are set to be asynchronous.
> > 2) synchronous mode (Rx syn
On 2014/08/06 06:55 PM, Niklas Svensson wrote:
> This patch fixes warnings of checkpatch.pl script:
>
> CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around devpriv->timer
> +init_timer(&(devpriv->timer));
>
> CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
>
On Mon, Aug 4, 2014 at 6:06 AM, Alexandre Courbot wrote:
> Files under include/linux/gpio/ were not reported as part of the GPIO
> subsystem. Fix this.
>
> Signed-off-by: Alexandre Courbot
Patch applied.
Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-ke
On Wed, Aug 06, 2014 at 01:22:02PM -0400, Waiman Long wrote:
> The queued rwlock does not support the use of recursive read-lock in
> the process context. With changes in the lockdep code to check and
> disallow recursive read-lock, it is also necessary for the locking
> selftest to be updated to c
You've replied to this email as an independent message, so now there
is little context. When you reply, please ensure your mailer replies
to the thread.
On Thu, 07 Aug 2014, Wei-Chun Pan wrote:
> I have a question for your comment. As your mail,
>
> > > +
> > > +static void __exit imanager2_mfd_
From: Yuan Yao-B46683 Data: Thursday, August 07, 2014 4:05 PM
>To: Duan Fugang-B38611; w...@the-dreams.de; ma...@denx.de
>Cc: l...@karo-electronics.de; mark.rutl...@arm.com; shawn@linaro.org;
>linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux-
>i...@vger.kernel.org; Li F
Hi,
> -Original Message-
> From: Serge Hallyn [mailto:serge.hal...@ubuntu.com]
> Sent: Tuesday, August 05, 2014 6:21 AM
>
> Quoting chenhanx...@cn.fujitsu.com (chenhanx...@cn.fujitsu.com):
> > Hi,
> >
> > We discussed two ways of pid conversion:
> > syscall and procfs.
> >
> > Both of the
On Tue, Aug 05, 2014 at 09:56:45AM +0900, James Ban wrote:
This is mostly good, just one fairly small thing:
> +static const int da9211_current_limits[2][16] = {
> + /* DA9211 current limits */
> + {200, 220, 240, 260, 280, 300, 320, 340,
> + 360, 3
On Thu, Aug 07, 2014 at 05:44:05PM +0800, Nicolin Chen wrote:
> On Thu, Aug 07, 2014 at 10:45:27AM +0100, Mark Brown wrote:
> > Might be worth printing an error here.
> Hmm...Do I need to send a v2?
Send an incremental patch.
signature.asc
Description: Digital signature
1 - 100 of 620 matches
Mail list logo