Bob Liu wrote:
> Merged into my git tree:
> git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin.git for-linus
>
> And what time i need to ask linus to pull? Next merge window?
That's up to you now. There aren't any dependencies on the blackfin branch in
my tree. Feel free to defer
To make the names proper and more appropriate:
Rename the driver name from tps65090-regulator to tps65090-pmic.
Rename the regulators from TPS65090_ID_* to TPS65090_REGULATOR_*
Signed-off-by: Laxman Dewangan
---
Changes from V1:
Make this as patch2 from older patch1.
drivers/regulator/tps65090
The TPS65090's DCDC output can also be enable/disable through the
external digital input signal. Add support for enable/disable
either through register access via I2C or through external
control inputs. The external control inputs can be driven through
GPIOs also and hence adding support for passin
This patch series fixes the regulator registration issue and add support
for external control.
Patch 1: It renames the driver name and regulators to more appropriate.
Patch 2: Fix the issue with regulator registration.
Patch 3: Add LDO support.
Patch 4: Add voltage output level information.
Patch 5
TPS65090 supports the two LDOs, LDO1 and LDO2. These are
always ON regulators. The output on these LDOs are available
once the input voltage available for these LDOs.
Add support for these LDOs regulators.
Signed-off-by: Laxman Dewangan
---
Changes from V1:
No change from older patch.
drivers/r
MFD driver registers the regulator driver once per device and
hence it is require to register all regulators in single probe
call.
Following are details of changes done to achieve this:
- Move the regulator enums to mfd header and remove the
tps65090-regulator.h as it does not contain more info.
On Wed, Sep 05, 2012 at 05:54:04PM +0200, David Sterba wrote:
> > Many users who use btrfs met the deadlock problem caused by
> > writeback_inodes_sb(_nr)_if_idle(),
> > so I send this patch again and hope it will be received as soon as possible
> > if nobody objects.
>
> Yes please, this makes
Hi Ohad,
> On Tue, Oct 2, 2012 at 10:24 AM, Ohad Ben-Cohen
> wrote:
> > On Mon, Oct 1, 2012 at 4:45 AM, Fengguang Wu
> wrote:
> >> Hi Ohad,
> >>
> >> FYI, kernel build failed on
> >>
> >> tree: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
> for-next
> >> head: bec109a430
> -Original Message-
> From: Laxman Dewangan
> Sent: Tuesday, October 09, 2012 3:19 PM
> To: broo...@opensource.wolfsonmicro.com; l...@ti.com
> Cc: sa...@linux.intel.com; Venu Byravarasu; linux-kernel@vger.kernel.org;
> Laxman Dewangan
> Subject: [PATCH V2 4/4] regulator: tps65090: add exte
On Tue, Oct 09, 2012 at 04:03:19PM +0530, Venu Byravarasu wrote:
> > -Original Message-
> > From: Laxman Dewangan
> > Sent: Tuesday, October 09, 2012 3:19 PM
Please, when replying to mails delete irrelevant text - only quote the
bits of text you're replying to. This is very helpful to peo
On Tuesday 09 October 2012 04:03 PM, Venu Byravarasu wrote:
+static struct regulator_ops tps65090_ext_control_ops = {
+};
What is the purpose of adding empty structure?
We will not able to register regulator if there is no ops.
In regulator register:
if (regulator_desc->name == NULL ||
> -Original Message-
> From: linux-fsdevel-ow...@vger.kernel.org
> [mailto:linux-fsdevel-ow...@vger.kernel.org] On Behalf Of
> Luka? Czerner
> Sent: Tuesday, October 09, 2012 5:32 PM
> To: Jaegeuk Kim
> Cc: 'Namjae Jeon'; 'Vyacheslav Dubeyko'; 'Marco Stornelli'; 'Jaegeuk Kim';
> 'Al Viro'
On Tue, 2012-10-09 at 15:37 +0530, Mark Brown wrote:
> On Mon, Oct 08, 2012 at 07:00:39PM +0530, Ashish Jangam wrote:
>
> Mostly OK, but there's a few issues including yet more reimplementation
> of framework features.
>
> > +static int da9055_list_voltage(struct regulator_dev *rdev,
> > +
On Thu, Oct 4, 2012 at 2:22 AM, Rusty Russell wrote:
> David Howells writes:
>
>> Rusty Russell wrote:
>>
>>> Right. I think we need to use different names for generated vs supplied
>>> files
>>
>> The problem with supplied files is people who do allyesconfig, allmodconfig
>> and randconfig jus
On Mon, 2012-10-08 at 10:59 +0800, Tang Chen wrote:
> If a cpu is offline, its nid will be set to -1, and cpu_to_node(cpu) will
> return -1. As a result, cpumask_of_node(nid) will return NULL. In this case,
> find_next_bit() in for_each_cpu will get a NULL pointer and cause panic.
Hurm,. this is n
On Tue, 9 Oct 2012, Jaegeuk Kim wrote:
> Date: Tue, 09 Oct 2012 19:45:57 +0900
> From: Jaegeuk Kim
> To: 'Lukáš Czerner'
> Cc: 'Namjae Jeon' ,
> 'Vyacheslav Dubeyko' ,
> 'Marco Stornelli' ,
> 'Jaegeuk Kim' ,
> 'Al Viro' , ty...@mit.edu,
> gre...@linuxfoundation.org, linux-ker
oot? CMA should not care about the
> PG_migrate_skip hint being set because it should always ignore it in
> alloc_contig_range() due to cc->ignore_skip_hint. It's not obvious to
> me why this fixes a boot failure and I wonder if it's papering over some
> underlying problem. Can you pr
On Mon, 2012-10-08 at 14:38 +0200, Oleg Nesterov wrote:
> But the code looks more complex, and the only advantage is that
> non-exiting task does xchg() instead of cmpxchg(). Not sure this
> worth the trouble, in this case task_work_run() will likey run
> the callbacks (the caller checks ->task_wor
On 10/08/2012 09:47 PM, John Stultz wrote:
> On 10/04/2012 06:48 AM, Prarit Bhargava wrote:
>> Add debugfs entries for ntp time_status and time_state. These are useful
>> for debugging ntp issues.
> Aren't these easily fetched from adjtimex()? How does having them in debugfs
> help?
>
They a
On Mon, 8 Oct 2012 21:24:40 -0700 (PDT)
Hugh Dickins wrote:
> On Mon, 1 Oct 2012, Jan Kara wrote:
>
> > On s390 any write to a page (even from kernel itself) sets architecture
> > specific page dirty bit. Thus when a page is written to via standard write,
> > HW
> > dirty bit gets set and when
On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote:
> On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote:
> > I also need following patch to make CONFIG_CMA=y && CONFIG_COMPACTION=y case
> > work:
> >
> > From: Bartlomiej Zolnierkiewicz
> > Subject: [PATCH] mm: compaction
On Tuesday 09 October 2012 03:32 PM, Laxman Dewangan wrote:
On Tuesday 09 October 2012 04:03 PM, Venu Byravarasu wrote:
+static struct regulator_ops tps65090_ext_control_ops = {
+};
What is the purpose of adding empty structure?
We will not able to register regulator if there is no ops.
In re
On 9 October 2012 18:07, Takashi Iwai wrote:
> At Tue, 09 Oct 2012 12:04:08 +0200,
> Takashi Iwai wrote:
>>
>> At Tue, 9 Oct 2012 00:34:09 +0800,
>> Daniel J Blueman wrote:
>> >
>> > On 8 October 2012 20:58, Takashi Iwai wrote:
>> > > At Tue, 25 Sep 2012 13:20:05 +0800,
>> > > Daniel J Blueman wr
Check the waitqueue task list to be non empty before entering the critical
section. This prevents locking the spin lock needlessly in case the queue
was empty, and therefor also prevent scheduling overhead on a PREEMPT_RT
system.
Signed-off-by: Ivo Sieben
---
REPOST:
Request for comments:
- D
On Tue, Oct 09, 2012 at 01:08:30PM +0200, Bartlomiej Zolnierkiewicz wrote:
> On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote:
> > On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote:
> > > I also need following patch to make CONFIG_CMA=y && CONFIG_COMPACTION=y
> > > case
On 9/17/2012 10:12 PM, Murali Karicheri wrote:
> As a first step towards migrating davinci platforms to use common clock
> framework, replace all instances of clk_enable() with clk_prepare_enable()
> and clk_disable() with clk_disable_unprepare(). Until the platform is
> switched to use the CONFIG_
On Tue, Oct 09, 2012 at 01:08:30PM +0200, Bartlomiej Zolnierkiewicz wrote:
> On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote:
> > On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote:
> > > I also need following patch to make CONFIG_CMA=y && CONFIG_COMPACTION=y
> > > case
On Mon, 2012-10-08 at 15:51 +, KY Srinivasan wrote:
>
> > -Original Message-
> > From: K. Y. Srinivasan [mailto:k...@microsoft.com]
> > Sent: Tuesday, October 02, 2012 2:04 PM
> > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org;
> > de...@linuxdriverproject.org; oher...@su
On Wed, 2012-10-03 at 20:39 +0800, NickCheng wrote:
> From: Nick Cheng
>
> Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively
> Signed-off-by: Nick Cheng
> ---
> diff -uprN -X linux-vanilla/Documentation/dontdiff
> linux-vanilla//drivers/scsi/arcmsr/arcmsr.h
> linux-dev
On Tuesday 09 October 2012 04:41 PM, Venu Byravarasu wrote:
On Tuesday 09 October 2012 03:32 PM, Laxman Dewangan wrote:
On Tuesday 09 October 2012 04:03 PM, Venu Byravarasu wrote:
+static struct regulator_ops tps65090_ext_control_ops = {
+};
What is the purpose of adding empty structure?
We
On Mon, Oct 8, 2012 at 12:07 AM, Rafael J. Wysocki wrote:
> On Wednesday 03 of October 2012 21:26:17 Miles Lane wrote:
>> ACPI: Preparing to enter system sleep state S3
>> PM: Saving platform NVS memory
>> Disabling non-boot CPUs ...
>> numa_remove_cpu cpu 1 node 0: mask now 0
>> Broke affinity fo
Hi Sjur,
On Tue, Oct 9, 2012 at 12:30 PM, Sjur BRENDELAND
wrote:
> Sorry for not responding sooner, but I thought this issue was solved with
> your patch "remoteproc: fix (again) the virtio-related build breakage"
> (https://lkml.org/lkml/2012/10/6/85).
>
> I'm not sure I understand why you woul
On Fri, Oct 5, 2012 at 3:16 PM, Drasko DRASKOVIC
wrote:
> [Me]
>> If I understand correctly the below more or less exports
>> struct irq_chip to userspace,
>> trying to hide it by instead exposing a property of the
>> containing struct gpio_chip and it worries me.
>
> No, it should not.
You are e
> -Original Message-
> From: Lukáš Czerner [mailto:lczer...@redhat.com]
> Sent: Tuesday, October 09, 2012 8:01 PM
> To: Jaegeuk Kim
> Cc: 'Lukáš Czerner'; 'Namjae Jeon'; 'Vyacheslav Dubeyko'; 'Marco Stornelli';
> 'Jaegeuk Kim'; 'Al Viro';
> ty...@mit.edu; gre...@linuxfoundation.org; linux-
Hi Thomas,
Thomas Abraham wrote:
> Add device tree based discovery support for max8997.
>
> Cc: Karol Lewandowski
> Cc: Rajendra Nayak
> Cc: Rob Herring
> Cc: Grant Likely
> Signed-off-by: Thomas Abraham
> Acked-by: MyungJoo Ham
Are there any plans for merging this patch? It is a dependen
On Tue, Oct 9, 2012 at 3:52 PM, Mark Brown
wrote:
> The point is that there's some firmware which the driver wants to load
> but where it's happy to continue if the user didn't provide one and
> doesn't want to introduce needless delays.
OK, I got it, thank you for sharing the use case.
If load
On Tue, Oct 09, 2012 at 02:13:29PM +0900, Chul Lee wrote:
> > > + block_t data_blkaddr;
> > > +};
> > > +
> > > +struct f2fs_sb_info {
> > > + struct super_block *sb; /* Pointer to VFS super
> > block */
> > > + int s_dirty;
> >
> > Is s_dirty actually used? I can see it only set a
This patch series has following change:
- Use regmap irq framework for interrupt registration. Corrected the
register bit definition for interrupts.
- Move the irq table to tps65910.c and get rid of tps65910-irq.c.
- Raarrange the init sequence of different sub moduled of tps65910 like
irq, clo
Implement irq support of tps65910 with regmap irq framework
in place of implementing locally.
This reduces the code size significantly and easy to maintain.
Signed-off-by: Laxman Dewangan
---
drivers/mfd/tps65910-irq.c | 375 --
include/linux/mfd/tps659
In place of implementing the irq support in separate file,
moving implementation to main mfd file.
The irq files only contains the table and init steps only
and does not need extra file to have this only for this
purpose.
Signed-off-by: Laxman Dewangan
---
drivers/mfd/Makefile |2 +-
When adding the sub device "tps65910-rtc", is it passed the
IO resource IRQ for the interrupt number.
This interrupt needs to map in the device irq domain. Pass
the irq domain of device in mfd_add_devices() so that proper
irq mapping can be done when adding the sub device RTC.
Signed-off-by: Laxma
Add API regmap_irq_get_irq_domain() for getting the
irq domain from regmap irq.
The irq domain created on result of regmap_add_irq_chip()
from driver.
This API is useful in mfd driver when driver add mfd sub devices.
The sub devices IRQs can be passed through IORESOURCE_IRQ and it
need to be mapped
Add sub devices of tps65910 after all initialization like interrupt,
clock etc. is done. This will make sure that require data gets
initialized properly before sub devices probe's get called.
Signed-off-by: Laxman Dewangan
---
drivers/mfd/tps65910.c | 18 +-
1 files changed, 9
On Mon, Oct 8, 2012 at 12:40 PM, Fabio Estevam wrote:
> Hi Linus,
> On Mon, Oct 8, 2012 at 3:20 AM, Linus Walleij
> wrote:
>> On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam wrote:
>>
>>> From: Fabio Estevam
>>>
>>> Convert to the new da9052 interrupt functions, so that we can get rid of
>>> ir
On Sun, 7 Oct 2012 18:50:31 +0200 (CEST), Julia Lawall wrote:
> On Sun, 7 Oct 2012, walter harms wrote:
> > Am 07.10.2012 17:38, schrieb Julia Lawall:
> >> @@ -97,10 +96,8 @@ static int fc0011_readreg(struct fc0011_priv *priv, u8
> >> reg, u8 *val)
> >> {
> >>u8 dummy;
> >>struct i2c_msg
On Monday 08 October 2012, Greg Ungerer wrote:
> On 06/10/12 00:55, Arnd Bergmann wrote:
> > On NOMMU ARM, the __addr_ok() and __range_ok() macros do not evaluate
> > their arguments, which may lead to harmless build warnings in some
> > code where the variables are not used otherwise. Adding a cas
Hi Julia,
On Mon, 8 Oct 2012 07:24:11 +0200 (CEST), Julia Lawall wrote:
> > Sorry, I mean either:
> >
> > I2C_MSG_WRITE(priv->cfg->i2c_address, ®, sizeof(reg)),
> > I2C_MSG_READ(priv->cfg->i2c_address, val, sizeof(*val)),
>
> Of course. Sorry for not having seen that. I can do that.
Ee
On Tue, Oct 9, 2012 at 7:02 PM, Eric Dumazet wrote:
>
> It seems drivers/vfio/pci/vfio_pci.c uses VM_RESERVED
Yeah, I just pushed out what I think is the right (trivial) fix.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message
On Tue, Oct 9, 2012 at 9:04 AM, Linus Walleij wrote:
> Ah OK I'll take it out again. Push this through whatever tree you
> want (maybe the i.MX or MFD tree then?)
>
> Reviewed-by: Linus Walleij
Sascha/Samuel/Arnd,
Which tree could take this patch series, please?
Thanks,
Fabio Estevam
--
To u
On Tue, 9 Oct 2012, Yinghai Lu wrote:
> on top of tip/x86/mm2
>
> 1. use brk to mapping final page table
> 2. remove early_ioremap in page table accessing.
>
> v1-v2: changes, update xen interface about pagetable_reserve, so not
>use pgt_buf_* in xen code directly.
>
> could be found at:
>
On Tue, 9 Oct 2012, H. Peter Anvin wrote:
> On 10/09/2012 02:33 PM, Yinghai Lu wrote:
> >>
> >> make_range_readwrite is particularly toxic, though, because it makes it
> >> sound like it something along the lines of set_memory_rw(), which it
> >> most distinctly is not.
> >
> > it just change some
Hi Andrew,
On Monday 27 August 2012 01:05 PM, Mohammed, Afzal wrote:
On Sat, Aug 11, 2012 at 01:27:11, Nori, Sekhar wrote:
On 7/27/2012 5:53 PM, Afzal Mohammed wrote:
This series makes rtc-omap driver DT capable, adds AM33xx
RTC DT support along with a few enchancments to the driver.
rtc-o
On Monday 08 October 2012, Jan Kara wrote:
> On Fri 05-10-12 16:55:19, Arnd Bergmann wrote:
> > The follow_link() function always initializes its *p argument,
> > or returns an error, but not all versions of gcc figure this
> > out, so we have to work around this using the uninitialized_var()
> > m
On Tue, Oct 09, 2012 at 02:00:34PM +0200, Linus Walleij wrote:
> On Fri, Oct 5, 2012 at 3:16 PM, Drasko DRASKOVIC
> wrote:
> > [Me]
> >> If I understand correctly the below more or less exports
> >> struct irq_chip to userspace,
> >> trying to hide it by instead exposing a property of the
> >> con
Hi Julia,
On Sun, 7 Oct 2012 17:38:33 +0200, Julia Lawall wrote:
> From: Julia Lawall
>
> Introduce use of I2c_MSG_READ/WRITE/OP, for readability.
Next time you send this patch set, please Cc me on every post so that I
don't have to hunt for them on lkml.org.
> In each case, a length expresse
Fixed in:
commit fdd514e16bb2531c0c61ae8a1f87740ce217f630
Author: Tejun Heo
Date: Thu Jun 9 20:43:59 2011 +0200
block: make disk_block_events() properly wait for work cancellation
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the bod
Add netdev to the CC list.
regards,
dan carpenter
On Fri, Sep 21, 2012 at 10:27:04PM +0400, Alexey Vlasov wrote:
> Hi.
>
> Here it writes LOG module (netfilter) in syslog:
>
> Sep 21 22:24:04 l24 kernel: ipsec:SYN-OUTPUT-HTTP IN= OUT=eth0
> SRC= DST= LEN=60 T
On Tue, Oct 09, 2012 at 08:02:18PM +0800, Ming Lei wrote:
> If loading via user space, timeout or not depends on userspace,
> at least udev won't timeout on non-existent firmware image.
This may be a mdev or old udev thing... it's definitely prevelant.
> Also looks request_firmware_nowait() is
On Mon, Oct 08, 2012 at 19:09:51, Thierry Reding wrote:
> On Mon, Oct 08, 2012 at 01:31:19PM +, Philip, Avinash wrote:
> > On Tue, Oct 02, 2012 at 11:30:14, Thierry Reding wrote:
> > > On Wed, Sep 26, 2012 at 04:57:42PM +0530, Philip, Avinash wrote:
> [...]
> > > > @@ -231,13 +290,56 @@ static
On Fri, Oct 05, 2012 at 19:53:38, Ivan Djelic wrote:
> On Fri, Oct 05, 2012 at 09:51:50AM +0100, Philip, Avinash wrote:
> > On Thu, Oct 04, 2012 at 15:51:03, Philip, Avinash wrote:
> > > On Thu, Oct 04, 2012 at 00:50:45, Ivan Djelic wrote:
> > > > On Wed, Oct 03, 2012 at 03:29:49PM +0100, Philip, A
On Tue, 9 Oct 2012, Jaegeuk Kim wrote:
> > > > > > >
> > > > > > > As you can see the f2fs kernel document patch, I think one of the
> > > > > > > most
> > > > > > > important features is to align operating units between f2fs and
> > > > > > > ftl.
> > > > > > > Specifically, f2fs has section an
On Tue, Oct 09, 2012 at 12:36:53PM +, Philip, Avinash wrote:
> On Mon, Oct 08, 2012 at 19:09:51, Thierry Reding wrote:
> > On Mon, Oct 08, 2012 at 01:31:19PM +, Philip, Avinash wrote:
> > > On Tue, Oct 02, 2012 at 11:30:14, Thierry Reding wrote:
> > > > On Wed, Sep 26, 2012 at 04:57:42PM +0
On Tue, 9 Oct 2012, Jean Delvare wrote:
> Hi Julia,
>
> On Sun, 7 Oct 2012 17:38:33 +0200, Julia Lawall wrote:
> > From: Julia Lawall
> >
> > Introduce use of I2c_MSG_READ/WRITE/OP, for readability.
>
> Next time you send this patch set, please Cc me on every post so that I
> don't have to hunt
On Tue, 2012-10-09 at 15:36 +0300, Dan Carpenter wrote:
> Add netdev to the CC list.
netdev already in the CC list by Borislav Petkov
Reporter was (kindly) requested to try 3.6-rc7 +, and we got no answer.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body o
On Tue, 9 Oct 2012, Jean Delvare wrote:
> Hi Julia,
>
> On Mon, 8 Oct 2012 07:24:11 +0200 (CEST), Julia Lawall wrote:
> > > Sorry, I mean either:
> > >
> > > I2C_MSG_WRITE(priv->cfg->i2c_address, ®, sizeof(reg)),
> > > I2C_MSG_READ(priv->cfg->i2c_address, val, sizeof(*val)),
> >
> > Of course.
t; request.
>
> The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:
>
> Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)
>
> are available in the git repository at:
>
>
> git://git.infradead.org/users/dho
On 9/17/2012 10:07 PM, Murali Karicheri wrote:
> As a first step towards migrating davinci platforms to use common clock
> framework, replace all instances of clk_enable() with clk_prepare_enable()
> and clk_disable() with clk_disable_unprepare(). Until the platform is
> switched to use the CONFIG_
Hi guys,
just a small fix for an oops on Numascale's confederate systems. It can
go in ASAP.
Thanks.
The following changes since commit 547b1e81afe3119f7daf702cc03b158495535a25:
Fix staging driver use of VM_RESERVED (2012-10-09 21:06:41 +0900)
are available in the git repository at:
git
On Tue, Oct 09, 2012 at 02:50:10PM +0200, Eric Dumazet wrote:
> On Tue, 2012-10-09 at 15:36 +0300, Dan Carpenter wrote:
> > Add netdev to the CC list.
>
> netdev already in the CC list by Borislav Petkov
>
Sorry. He sent the email twice in two threads and I was still
looking at the first report
At Tue, 9 Oct 2012 19:23:56 +0800,
Daniel J Blueman wrote:
>
> On 9 October 2012 18:07, Takashi Iwai wrote:
> > At Tue, 09 Oct 2012 12:04:08 +0200,
> > Takashi Iwai wrote:
> >>
> >> At Tue, 9 Oct 2012 00:34:09 +0800,
> >> Daniel J Blueman wrote:
> >> >
> >> > On 8 October 2012 20:58, Takashi Iwai
fixed below checkpatch warnings.
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...
to printk(KERN_ERR ...
- WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then
pr_info(... to printk(KERN_INFO ...
and added pr_fmt.
Signed-off-by: YAMANE Toshiaki
--
On Tuesday 09 October 2012, Arnd Bergmann wrote:
> On Monday 08 October 2012, Jan Kara wrote:
> > On Fri 05-10-12 16:55:19, Arnd Bergmann wrote:
> > > The follow_link() function always initializes its *p argument,
> > > or returns an error, but not all versions of gcc figure this
> > > out, so we h
fixed below checkpatch warnings.
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...
to printk(KERN_ERR ...
- WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then
pr_info(... to printk(KERN_INFO ...
and added pr_fmt.
Signed-off-by: YAMANE Toshiaki
--
On 10/9/2012 6:33 PM, Sekhar Nori wrote:
> On 9/17/2012 10:07 PM, Murali Karicheri wrote:
>> As a first step towards migrating davinci platforms to use common clock
>> framework, replace all instances of clk_enable() with clk_prepare_enable()
>> and clk_disable() with clk_disable_unprepare(). Until
2012-10-09 (화), 14:39 +0200, Lukáš Czerner:
> On Tue, 9 Oct 2012, Jaegeuk Kim wrote:
>
> > > > > > > >
> > > > > > > > As you can see the f2fs kernel document patch, I think one of
> > > > > > > > the most
> > > > > > > > important features is to align operating units between f2fs and
> > > > >
On Mon, Oct 08, 2012 at 04:53:46PM -0700, Tony Luck wrote:
> On Mon, Oct 8, 2012 at 10:11 AM, Borislav Petkov wrote:
> > +config X86_RAS
> > + def_bool y
> > + prompt "X86 RAS features"
> > + ---help---
> > + A collection of Reliability, Availability and Serviceability
> >
On 10/08/2012 05:45 PM, Jiri Kosina wrote:
> On Mon, 8 Oct 2012, Jan Kara wrote:
>
>>> > > I'm still seeing this on linux-next.
>> > I think this is floppy related (see redo_fd_request() in the stack
>> > trace). And there were quite some changes to the area recently. Adding
>> > maintainer to C
From: Nick Cheng
Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively
Signed-off-by: Nick Cheng
---
diff -uprN -X linux-vanilla/Documentation/dontdiff
linux-vanilla//drivers/scsi/arcmsr/arcmsr.h
linux-development//drivers/scsi/arcmsr/arcmsr.h
--- linux-vanilla//drivers/sc
On 10/09/2012 09:21 AM, Sasha Levin wrote:
> On 10/08/2012 05:45 PM, Jiri Kosina wrote:
>> On Mon, 8 Oct 2012, Jan Kara wrote:
>>
>> I'm still seeing this on linux-next.
I think this is floppy related (see redo_fd_request() in the stack
trace). And there were quite some changes to t
On Tue, Oct 09, 2012 at 01:52:49PM +0200, Ohad Ben-Cohen wrote:
> Hi Sjur,
>
> On Tue, Oct 9, 2012 at 12:30 PM, Sjur BRENDELAND
> wrote:
> > Sorry for not responding sooner, but I thought this issue was solved with
> > your patch "remoteproc: fix (again) the virtio-related build breakage"
> > (h
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-can-20121009
for you to fetch changes up to c523b9b41d6bfdd035b5c25063ad13967f3306cd:
UAPI: (Scripted) Disintegrate include/linux/can (2012-10-09
git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-isdn-20121009
for you to fetch changes up to 1855f1b1074ea8a76ced0f3ef25bbecd6b2a7222:
UAPI: (Scripted) Disintegrate include/linux/isdn (2012-10-09
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-tty-20121009
for you to fetch changes up to 5217c129443600b414e5b64aafe358952b78a65d:
UAPI: (Scripted) Disintegrate include/linux/hsi (2012-10-09
git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-sound-20121009
for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6:
UAPI: (Scripted) Disintegrate include/sound (2012-10-09
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-usb-20121009
for you to fetch changes up to 5e1ddb481776a487b15b40579a000b279ce527c9:
UAPI: (Scripted) Disintegrate include/linux/usb (2012-10-09
git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-wimax-20121009
for you to fetch changes up to 1e256b340d9574fd1bf31b73f16c4c474502692c:
UAPI: (Scripted) Disintegrate include/linux/wimax (2012-10-09
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-xen-20121009
for you to fetch changes up to 72503791edffe516848d0f01d377fa9cd0711970:
UAPI: (Scripted) Disintegrate include/xen (2012-10-09
Hi Nitin,
On Mon, Oct 08, 2012 at 06:32:44PM -0700, Nitin Gupta wrote:
> Change 130f315a introduced a bug in the handling of incompressible
> pages which resulted in memory allocation failure for such pages.
> The fix is to store the page as-is i.e. without compression if the
> compressed size exc
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-spi-20121009
for you to fetch changes up to 7939d3c2a677b06cf111a1304710dd97892f3695:
UAPI: (Scripted) Disintegrate include/linux/spi (2012-10-09
git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-fbdev-20121009
for you to fetch changes up to c86cba891a10fdc9c2218973435d0b7d0f9f5cf0:
UAPI: (Scripted) Disintegrate include/video (2012-10-09
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-mmc-20121009
for you to fetch changes up to ad1cfdcef1378adc7215a74772f7d06c4cc6ef50:
UAPI: (Scripted) Disintegrate include/linux/mmc (2012-10-09
git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-media-20121009
for you to fetch changes up to 1c436decd49665be131887b08d172a7989cdceee:
UAPI: (Scripted) Disintegrate include/linux/dvb (2012-10-09
git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-hdlc-20121009
for you to fetch changes up to 76fbc143cdcb5cd13f333a71e7f9190a2e639c66:
UAPI: (Scripted) Disintegrate include/linux/hdlc (2012-10-09
git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-raid-20121009
for you to fetch changes up to fc5a40a2301aa241eedb16caf9169ca5763707c1:
UAPI: (Scripted) Disintegrate include/linux/raid (2012-10-09
git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-rdma-20121009
for you to fetch changes up to e70078e9af5a4012a20448ce0af9b3b0813cc4bb:
UAPI: (Scripted) Disintegrate include/rdma (2012-10-09
Issuing a "reboot" command after the LCD times out causes the following
warnings:
Requesting system reboot
[ cut here ]
WARNING: at drivers/clk/clk.c:471 clk_disable+0x24/0x50()
Modules linked in:
[] (unwind_backtrace+0x0/0xf4) from []
(warn_slowpath_common+0x48/0x60)
[] (
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-mtd-20121009
for you to fetch changes up to 4a8e43feeac7996b8de2d5b2823e316917493df4:
UAPI: (Scripted) Disintegrate include/mtd (2012-10-09
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-nfs-20121009
for you to fetch changes up to e3dd9a52cb5552c46c2a4ca7ccdfb4dab5c72457:
UAPI: (Scripted) Disintegrate include/linux/sunrpc (2012-10-09
t repository at:
git://git.infradead.org/users/dhowells/linux-headers.git
tags/disintegrate-net-20121009
for you to fetch changes up to b6bf56c6be2be7ccebebfd91b1f11889296cbd9e:
UAPI: (Scripted) Disintegrate include/linux/tc_ematch (2012-10-09
On Tue, 2012-10-09 at 21:23 +0800, NickCheng wrote:
> From: Nick Cheng
>
> Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively
> Signed-off-by: Nick Cheng
This is still malformed in exactly the same way
> diff -uprN -X linux-vanilla/Documentation/dontdiff
> linux-vanil
101 - 200 of 653 matches
Mail list logo