On Fri, Jul 13, 2012 at 4:34 AM, Andrew Morton
wrote:
> On Thu, 12 Jul 2012 19:11:04 +0530
> Amit Daniel Kachhap wrote:
>
>> [a...@linux-foundation.org: fix comment layout]
>> Signed-off-by: Amit Daniel Kachhap
>> Cc: Donggeun Kim
>> Cc: Guenter Roeck
>> Cc: SangWook Ju
>> Cc: Durgadoss
>> C
On Fri, Jul 13, 2012 at 3:39 PM, Hongbo Zhang wrote:
>
>
> On 12 May 2012 17:40, Amit Daniel Kachhap wrote:
>>
>> This patch adds support for generic cpu thermal cooling low level
>> implementations using frequency scaling up/down based on the registration
>> parameters. Different cpu related coo
Hello everyone,
I am new to linux and i also want to contribute in linux community.
I am running Ubuntu 11.04 and i have downloaded linux-2.6.35.13 for
learning. so kindly tell me how to set up and starting kernel
development.
I did tried some books and websites but i am still unable to do some
pr
They look like they mostly export register settings which is usually
questionable since we might want to abstract bindings so they can be
useful for a number of drivers.
I'm not exactly sure what you mean by this. These bindings are specific
to the ST-Ericsson driver and are localised, hence th
On Fri, 13 Jul 2012 14:13:45 +1000
Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/char/mwave/mwavedd.c: In function 'register_serial_portandirq':
> drivers/char/mwave/mwavedd.c:472:2: error: impli
Hi Len/Andrew,
This series is a repost of the thermal support for exynos platform.
This current patchset is based on 3.5-rc6 with hwmon-next branch merged.
(git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
hwmon-next)
Version v4 was accepted for 3.5 merge by Len.
(https://
This patchset introduces a new generic cooling device based on cpufreq
that can be used on non-ACPI platforms. As a proof of concept, we have
drivers for the following platforms using this mechanism now:
* Samsung Exynos (Exynos4 and Exynos5) in the current patchset.
* TI OMAP (git://git.linaro
This movement is needed because the hwmon entries and corresponding sysfs
interface is a duplicate of utilities already provided by
driver/thermal/thermal_sys.c. The goal is to place it in thermal folder
and add necessary functions to use the in-kernel thermal interfaces.
Signed-off-by: Amit Dani
Add necessary default platform data support needed for TMU driver. This
dt/non-dt values are tested for origen exynos4210 and smdk exynos5250
platforms.
Signed-off-by: Amit Daniel Kachhap
Cc: Donggeun Kim
Acked-by: Guenter Roeck
Cc: SangWook Ju
Cc: Durgadoss
Cc: Len Brown
Cc: Jean Delvare
This code added creates a link between temperature sensors, linux thermal
framework and cooling devices for samsung exynos platform. This layer
monitors the temperature from the sensor and informs the generic thermal
layer to take the necessary cooling action.
[a...@linux-foundation.org: fix comm
Insert exynos5 TMU sensor changes into the thermal driver. Some exynos4
changes are made generic for exynos series.
[a...@linux-foundation.org: fix comment layout]
Signed-off-by: SangWook Ju
Signed-off-by: Amit Daniel Kachhap
Cc: Donggeun Kim
Acked-by: Guenter Roeck
Cc: Durgadoss
Cc: Len Bro
> Date: Tue, 10 Jul 2012 18:20:13 +0200
> From: Lee Jones
> To: "Rajanikanth H.V"
> Cc: STEricsson_nomadik_linux ,
> linaro-...@lists.linaro.org, linux-kernel@vger.kernel.org,
> linux-arm-ker...@lists.infradead.org, patc...@linaro.org
> Subject: Re: [PATCH] mfd: Implement devicetr
Initialize the device when registering it. Sometimes the user access to it
and the device is in an unknown state, so it could fail.
Signed-off-by: Samuel Iglesias Gonsálvez
---
drivers/staging/ipack/devices/ipoctal.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/drivers/s
After opening and closing the file /dev/ipoctal.X.Y.Z for the second time, it
gives a kernel oops due to a dereference of a NULL pointer.
The problem was that tty->driver_data was not properly initialized when
accessing the file for the second time.
Reported-by: Alberto Garcia Gonzalez
Signed-of
> Date: Tue, 10 Jul 2012 14:12:01 +
> From: Arnd Bergmann
> To: linux-arm-ker...@lists.infradead.org
> Cc: linaro-...@lists.linaro.org, linux-kernel@vger.kernel.org,
> "Rajanikanth H.V" ,
patc...@linaro.org
> Subject: Re: [PATCH] mfd: Implement devicetree support for AB8500
> B
On Wed, Jul 11, 2012 at 5:31 AM, wrote:
> The mm-of-the-moment snapshot 2012-07-10-16-59 has been uploaded to
>
>http://www.ozlabs.org/~akpm/mmotm/
>
>
> * drivers-scsi-ufs-use-module_pci_driver.patch
> * drivers-scsi-ufs-reverse-the-ufshcd_is_device_present-logic.patch
> * ufs-fix-incorrect-
From: "Kirill A. Shutemov"
free_nsproxy() is too heavy to be on exit path. Let's free namespaces
asynchronously to not block exit_group() syscall.
Microbenchmark:
: #define _GNU_SOURCE
: #include
: #include
: #include
: #include
:
: int
: main(void)
: {
: int i;
: for (i = 0; i
This updates the documentation on how to create patches and send
these to the kernel mailing list.
The documentation before was written in times before git was there,
so the crafting of the patch needed to be done manually by diff -up
in the right directory.
This patch aims at simplifying the pat
@@ -964,11 +966,13 @@ static int __devinit ab8500_btemp_probe(struct
platform_device *pdev)
{
int irq, i, ret = 0;
u8 val;
- struct abx500_bm_plat_data *plat_data = pdev->dev.platform_data;
I already told you about this.
your previous comment was: "No, it's meant to work w
"Fangxiaozhi (Franko)" writes:
> From: fangxiaozhi
> 1. This patch is based on the kernel of 3.5-rc6
> 2. In this patch, we add new micro for matching the series USB devices with
> vendor ID and interface information.
> 3. In this patch, we add new declarations into option.c to support the new
Signed-off-by: Paul Bolle
---
0) Opening drivers/staging/wlags49_h2/dhf.2 with vim triggered this
warning:
"drivers/staging/wlags49_h2/dhf.h" 226L, 8428C
Error detected while processing modelines:
line2:
E518: Unknown option: */
Press ENTER or type command to continue
1) Since the Linux kerne
On Thu 12-07-12 08:46:53, Mathias Krause wrote:
> Al, Jan,
>
> this patch set fixes info leaks in isofs and udf. Both file systems fail to
> initialize all bytes of the f_handle byte array when creating a handle for a
> path pointing to a directory. This memory gets copied to userland and that for
On Jul 3, 2012, at 5:21 AM, Zhao Chenhui wrote:
> From: Li Yang
>
> Add support to disable and re-enable individual cores at runtime
> on MPC85xx/QorIQ SMP machines. Currently support e500v1/e500v2 core.
>
> MPC85xx machines use ePAPR spin-table in boot page for CPU kick-off.
> This patch uses
On Jun 26, 2012, at 5:25 AM, Zhao Chenhui wrote:
> From: Li Yang
>
> In sleep PM mode, the clocks of e500 core and unused IP blocks is
> turned off. IP blocks which are allowed to wake up the processor
> are still running.
>
> Some Freescale chips like MPC8536 and P1022 has deep sleep PM mode
On Friday 13 July 2012, Lee Jones wrote:
> Although for the most part, the AB8500 uses common bindings, some
> of the ways in which they are used differ slightly to the common
> uses of those bindings. To clear up some of these varying concepts
> we provide some documentation describing each of the
On Fri, Jul 13, 2012 at 03:51:21PM +1000, Stephen Rothwell wrote:
>
> The ext4 tree still has its build failure so I used the version from
> next-20120709.
I fixed this last night, but I probably just missed when you pulled in
the ext4 tree. So hopefully you should have no problems with your
nex
On Fri, Jul 13, 2012 at 01:51:50PM +0200, Stefan Beller wrote:
> This updates the documentation on how to create patches and send
> these to the kernel mailing list.
>
> The documentation before was written in times before git was there,
> so the crafting of the patch needed to be done manually by
On Thu 12-07-12 16:15:29, Thomas Gleixner wrote:
> On Wed, 11 Jul 2012, Jan Kara wrote:
> > On Wed 11-07-12 12:05:51, Jeff Moyer wrote:
> > > Jan Kara writes:
> > >
> > > > Hello,
> > > >
> > > > we've recently hit a deadlock in our QA runs which is caused by the
> > > > per-process plugging
On Thu 12-07-12 00:12:44, Thomas Gleixner wrote:
> On Wed, 11 Jul 2012, Jan Kara wrote:
> > On Wed 11-07-12 12:05:51, Jeff Moyer wrote:
> > > This eventually ends in a call to blk_run_queue_async(q) after
> > > submitting the I/O from the plug list. Right? So is the question
> > > really why does
On Thursday 12 July 2012, John Stultz wrote:
>
> On 07/12/2012 10:31 AM, Marc Zyngier wrote:
> > On Thu, 12 Jul 2012 09:57:33 -0700, John Stultz
> > wrote:
> >
> >> So following ia64's method is probably better then copying the 8253's
> >> rate if you're not concerned about tick-granularity error
On Wed, 11 Jul 2012, Joe Perches wrote:
> On Wed, 2012-07-11 at 13:32 -0400, Robert P. J. Day wrote:
> []
> > diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
> []
> > +A newer technique is to use the GCC extension of being able to place
> > +statements and declarations in an exp
On Fri, 2012-07-13 at 06:47 -0400, Chris Mason wrote:
> On Fri, Jul 13, 2012 at 04:26:26AM -0600, Thomas Gleixner wrote:
> > On Fri, 13 Jul 2012, Mike Galbraith wrote:
> > > On Fri, 2012-07-13 at 11:52 +0200, Thomas Gleixner wrote:
> > > > On Fri, 13 Jul 2012, Mike Galbraith wrote:
> > > > > On T
On Thu, Jul 12, 2012 at 9:22 AM, Roland Stigge wrote:
> This patch adjusts the LPC32xx MLC NAND driver to the new pl08x DMA interface,
> fixing the compile error resulting from changed pl08x structures.
>
> Signed-off-by: Roland Stigge
Acked-By: Alexandre Pereira da Silva
> ---
>
> Applies to
On Thu, Jul 12, 2012 at 9:22 AM, Roland Stigge wrote:
> This patch adjusts the LPC32xx platform support to the new pl08x DMA
> interface,
> fixing the compile error resulting from changed pl08x structures.
>
> Signed-off-by: Roland Stigge
Acked-By: Alexandre Pereira da Silva
> ---
>
> Applies
On Thu, Jul 12, 2012 at 9:22 AM, Roland Stigge wrote:
> This patch adjusts the LPC32xx SLC NAND driver to the new pl08x DMA interface,
> fixing the compile error resulting from changed pl08x structures.
>
> Signed-off-by: Roland Stigge
Acked-By: Alexandre Pereira da Silva
> ---
>
> Applies to
On Wed, Jul 11, 2012 at 11:47:40PM -0600, Mike Galbraith wrote:
> Greetings,
[ deadlocks with btrfs and the recent RT kernels ]
I talked with Thomas about this and I think the problem is the
single-reader nature of the RW rwlocks. The lockdep report below
mentions that btrfs is calling:
> [ 69
On Thu, Jul 12, 2012 at 01:46:34PM -0400, Jörn Engel wrote:
> Console driver similar to netconsole, except it writes to a block
> device. Can be useful in a setup where netconsole, for whatever
> reasons, is impractical.
>
> Changes since version 1.0:
> - Header format overhaul, addressing severa
On 11.7.2012 01:47, c...@linux.vnet.ibm.com wrote:
> From: Cody Schafer
>
> For some config options (CONFIG_EXTRA_FIRMWARE, for example), the length
> of a config file line can exceed the 1024 byte buffer.
>
> Switch from fgets to getline to fix.
getline() is not a portable function and kconfig
On Sun, Jul 01, 2012 at 03:44:54PM +0200, Paul Bolle wrote:
> Commit 5a6f8d2bd9e3392569ed6f29ea4d7210652f929b ("kconfig: nuke
> LKC_DIRECT_LINK cruft") removed all traces of lkc_defs.h from the tree.
> Remove its entries in dontdiff and kconfig's .gitignore file too.
Applied to kbuild.git#kconfig.
> -Original Message-
> From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo
> Bonzini
> Sent: Friday, July 13, 2012 6:23 AM
> To: KY Srinivasan
> Cc: Greg KH; de...@linuxdriverproject.org; linux-kernel@vger.kernel.org;
> virtualizat...@lists.osdl.org
> Subject: 0xB16B00
Il 13/07/2012 15:13, KY Srinivasan ha scritto:
>> >
>> > Somone was trying to be funny, I guess.
>> >
>> > KY, I suppose you have access to Hyper-V code or can ask someone who does.
>> > Is this signature actually used in the Hyper-V host code?
> It is still early in the morning here and pardon m
> -Original Message-
> From: Paolo Bonzini [mailto:pbonz...@redhat.com]
> Sent: Friday, July 13, 2012 9:15 AM
> To: KY Srinivasan
> Cc: Greg KH; de...@linuxdriverproject.org; linux-kernel@vger.kernel.org;
> virtualizat...@lists.osdl.org
> Subject: Re: 0xB16B00B5? Really? (was Re: Move hyp
On Fri, Jul 13, 2012 at 10:09:15AM +0200, Dominic Eschweiler wrote:
> Am Freitag, den 13.07.2012, 02:16 +0300 schrieb Michael S. Tsirkin:
> > My concern was people will ask for more and more stuff that pci
> > sysfs already has.
> > If we do add these is there a way to not duplicate code from pci?
On Fri, Jul 13, 2012 at 03:15:29PM +0200, Paolo Bonzini wrote:
> Il 13/07/2012 15:13, KY Srinivasan ha scritto:
> >> >
> >> > Somone was trying to be funny, I guess.
> >> >
> >> > KY, I suppose you have access to Hyper-V code or can ask someone who
> >> > does.
> >> > Is this signature actually
On 07/13, Srikar Dronamraju wrote:
>
> * Oleg Nesterov [2012-07-08 22:30:11]:
>
> > Kill insert_vm_struct()->uprobe_mmap(). It is not needed, nobody
> > except arch/ia64/kernel/perfmon.c uses insert_vm_struct(vma) with
> > vma->vm_file != NULL.
> >
>
> Right, but somebody else might start using th
On Mon, Jul 09, 2012 at 02:35:13PM -0600, Alex Williamson wrote:
> > Well internal qemu APIs are qemu's problem and can be addressed there.
> > For example, can we make it mimic our interface: make qemu EOI notifier
> > accept an object that includes qemu_irq without irqchip and irqfd with?
>
> So
I was bisecting a problem on 64bit where any attempt to cause a crash kernel to
boot would hang. The bisect ended up on commit 722bc6b (x86/mm: Fix the size
calculation of mapping tables) and somehow, looking at the calling function and
the ranges printed on boot, I think the calculations should on
On Fri, 2012-07-13 at 14:04 +0100, Chris Webb wrote:
> Commit c2c20ef43d00 "bnx2: Update driver to use new mips firmware"
> updated the bnx2 driver to use bnx2-mips-09-6.2.1b in place of
> bnx2-mips-09-6.2.1a, but didn't replace the copy of bnx2-mips-09-6.2.1a
> in firmware/bnx2/ with the new versi
On 10/07/12 22:08, Linus Walleij wrote:
On Mon, Jul 9, 2012 at 11:21 PM, Lee Jones wrote:
On 09/07/12 23:03, Linus Walleij wrote:
Now since I was fooled by the last patch, thinking you had tested it
before
submitting (obviously not) - please send a test log of some
cat /dev/input/event* for
> On 12/07/12 21:18, Raghavendra K T wrote:
> > +#ifdef CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT
> [...]
> > + struct {
> > + bool cpu_relax_intercepted;
> > + bool dy_eligible;
> > + } ple;
> > +#endif
> [...]
> > }
> > vcpu->run = page_address(page);
> > + vcpu->ple.c
Name the regulator as per board schematics and adds its
supply name info in regulator data.
Add the always on fixed regulator to refer the battery supply.
Use this fixed regulator for input supply of some of PMIC
regulator
Signed-off-by: Laxman Dewangan
---
arch/arm/mach-tegra/board-harmony-pow
This patch series add the support for the input supply of tps6586x
regulator.
The changes are based on on discussion on patch
[PATCH 1/3] ARM: dt: tegra: seaboard: add regulators
on which the input supply name should be require in DT case and
unconditionally set on the desc.supply_name.
To add thi
There is multiple voltage input pins on device which
takes the voltage input for different voltage regulator.
Support to configure the voltage input supplied by
different regulator for each regulators.
Signed-off-by: Laxman Dewangan
---
.../devicetree/bindings/regulator/tps6586x.txt | 17 +
El 09/07/12 20:39, Greg KH escribió:
On Fri, Jul 06, 2012 at 12:40:38PM +0200, Miguel Gómez wrote:
The piece of code that checks for LCDA in xgifb_probe() just checks for some
register values but doesn't really do anything in response to them (the actions
that should be executed are commented).
* Oleg Nesterov [2012-07-08 22:30:11]:
> Kill insert_vm_struct()->uprobe_mmap(). It is not needed, nobody
> except arch/ia64/kernel/perfmon.c uses insert_vm_struct(vma) with
> vma->vm_file != NULL.
>
> And it is wrong. Again, get_user_pages() can not succeed before
> vma_link(vma) makes is visib
* Oleg Nesterov [2012-07-13 15:29:16]:
> On 07/13, Srikar Dronamraju wrote:
> >
> > * Oleg Nesterov [2012-07-08 22:30:11]:
> >
> > > Kill insert_vm_struct()->uprobe_mmap(). It is not needed, nobody
> > > except arch/ia64/kernel/perfmon.c uses insert_vm_struct(vma) with
> > > vma->vm_file != NULL
On Fri, Jul 13, 2012 at 06:42:52AM +0200, Sven Joachim wrote:
> On 2012-07-12 21:24 +0200, Greg KH wrote:
>
> > This is the start of the stable review cycle for the 3.4.5 release.
> > There are 187 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues
This patch set adds following features
- Seprates PCI specific code from ufshcd.c to make it as core
- Adds PCI glue driver ufshcd-pci.c
- Adds Platform glue driver ufshcd-pltfrm.c
- Update correct transfer size in Command UPIU
Vinayak Holikatti (4):
[SCSI] drivers/scsi/ufs: Remove PCI speci
This patch removes the PCI specific code to make it into
core ufs driver. This separation allows room for other
bus specific glue drivers to be added in future
Signed-off-by: Vinayak Holikatti
Signed-off-by: Santosh Yaraganavi
---
drivers/scsi/ufs/Kconfig | 15 ++-
drivers/scsi/ufs/ufshcd.c
On Thu, Jul 12, 2012 at 11:27:49PM -0300, Marcos Paulo de Souza wrote:
> This patch removes all references of "if 0" blocks in the sbe-2t3e3 driver.
>
> Signed-off-by: Marcos Paulo de Souza
> ---
> drivers/staging/sbe-2t3e3/2t3e3.h|3 --
> drivers/staging/sbe-2t3e3/cpld.c | 15
On Fri, Jul 13, 2012 at 7:51 AM, Stefan Beller
wrote:
> This updates the documentation on how to create patches and send
> these to the kernel mailing list.
>
> The documentation before was written in times before git was there,
> so the crafting of the patch needed to be done manually by diff -up
Eric Dumazet writes:
> Have you read firmware/README.AddingFirmware ?
I hadn't, but now I have, and if firmware upgrades are considered 'adding
new firmware', I agree this patch is wrong, and should have just removed the
obsolete bnx2-mips-09-6.2.1a file that is no longer used by the bnx2 driver
On Thu, Jul 12, 2012 at 04:01:42PM -0700, Greg Kroah-Hartman wrote:
> From: Greg KH
>
> 3.0-stable review patch. If anyone has any objections, please let me know.
>
> --
>
>
> From: Eric Dumazet
>
> [ Upstream commit 16b0dc29c1af9df341428f4c49ada4f626258082 ]
>
> Trying to
On Fri, 13 Jul 2012, Tomoya MORINAGA wrote:
> Intel EG20T USB host controller does not send SOF in resuming time after
> suspending, if the FLR bit was not cleared. When pen drive is attached,
> the controller has a long resuming time to try re-connect it.
> This patch clear the FLR bit in suspend
On Fri, Jul 13, 2012 at 04:22:23PM +0300, Michael S. Tsirkin wrote:
> On Fri, Jul 13, 2012 at 10:09:15AM +0200, Dominic Eschweiler wrote:
> > Am Freitag, den 13.07.2012, 02:16 +0300 schrieb Michael S. Tsirkin:
> > > My concern was people will ask for more and more stuff that pci
> > > sysfs already
On Fri, Jul 13, 2012 at 06:42:52AM +0200, Sven Joachim wrote:
> On 2012-07-12 21:24 +0200, Greg KH wrote:
>
> > This is the start of the stable review cycle for the 3.4.5 release.
> > There are 187 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues
On Thu, 12 Jul 2012, Johannes Weiner wrote:
> On Thu, Jul 12, 2012 at 08:08:28PM +0200, Andrea Arcangeli wrote:
> > On Sat, Jun 30, 2012 at 01:12:18AM -0400, Konrad Rzeszutek Wilk wrote:
> > > On Thu, Jun 28, 2012 at 02:56:00PM +0200, Andrea Arcangeli wrote:
> > > > This is where the mm_autonuma s
On Fri, Jul 13, 2012 at 07:20:32PM +0530, Laxman Dewangan wrote:
> There is multiple voltage input pins on device which
> takes the voltage input for different voltage regulator.
> Support to configure the voltage input supplied by
> different regulator for each regulators.
Applied, thanks.
sign
On Fri, 13 Jul 2012, Jan Kara wrote:
> On Thu 12-07-12 16:15:29, Thomas Gleixner wrote:
> > > Ah, I didn't know this. Thanks for the hint. So in the kdump I have I
> > > can
> > > see requests queued in tsk->plug despite the process is sleeping in
> > > TASK_UNINTERRUPTIBLE state. So the only w
On Fri, Jul 13, 2012 at 11:18:29AM -0300, Herton Ronaldo Krzesinski wrote:
> On Fri, Jul 13, 2012 at 06:42:52AM +0200, Sven Joachim wrote:
> > On 2012-07-12 21:24 +0200, Greg KH wrote:
> >
> > > This is the start of the stable review cycle for the 3.4.5 release.
> > > There are 187 patches in this
This patch adds PCI glue driver support
Signed-off-by: Vinayak Holikatti
Signed-off-by: Santosh Yaraganavi
---
drivers/scsi/ufs/Kconfig | 11 ++
drivers/scsi/ufs/Makefile|1 +
drivers/scsi/ufs/ufshcd-pci.c| 227 ++
drivers/scsi/ufs/
This patch adds Platform glue driver for ufshcd.
Signed-off-by: Vinayak Holikatti
Signed-off-by: Santosh Yaraganavi
---
drivers/scsi/ufs/Kconfig | 11 ++
drivers/scsi/ufs/Makefile|1 +
drivers/scsi/ufs/ufshcd-pltfrm.c | 215 ++
3 files
On Thu, Jul 12, 2012 at 10:17 PM, Will Drewry wrote:
> If a seccomp filter program is installed, older static binaries and
> distributions with older libc implementations (glibc 2.13 and earlier)
> that rely on vsyscall use will be terminated regardless of the filter
> program policy when executin
This patch corrects the expected data transfer size of the
command UPIU. The current implementation of cmd->transfersize
is wrong as it probably equal to sector size. With this
implementation the transfer size is updated correctly
Signed-off-by: Vinayak Holikatti
Signed-off-by: Santosh Yaraganavi
Add support for the 2012 15'' MacBook Pro Retina, also known as
MacBookPro10,1. The bluetooth device presents itself as
T: Bus=02 Lev=04 Prnt=04 Port=02 Cnt=01 Dev#= 8 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=05ac ProdID=8286 Rev=00.74
S: Manufactu
Am Freitag, den 13.07.2012, 16:22 +0300 schrieb Michael S. Tsirkin:
> Could you give an example of the problem? How do you bind
> both UIO and another driver to the same device?
Sorry, I'm looking on it from the user-space perspective. Maybe I'm
wrong, but I can give you an example :
lspci -v
..
Am Freitag, den 13.07.2012, 16:18 +0200 schrieb Hans J. Koch:
> If somebody maps the card's memory through the UIO driver and somebody
> else also maps it using sysfs, that is possible. What happens if both
> write to the same hardware registers is a different topic. Writing a
> driver implies some
This updates the documentation on how to create patches and send
these to the kernel mailing list.
The documentation before was written in times before git was there,
so the crafting of the patch needed to be done manually by diff -up
in the right directory.
This patch aims at simplifying the pat
On 07/12/2012 03:02 PM, Rik van Riel wrote:
> On 03/16/2012 10:40 AM, Peter Zijlstra wrote:
>
> At LSF/MM, there was a presentation comparing Peter's
> NUMA code with Andrea's NUMA code. I believe this is
> the main reason why Andrea's code performed better in
> that particular test...
>
>> +
On Thu, Jul 12, 2012 at 11:00:16PM +0200, Marek Belisko wrote:
> Fix following:
> sound/soc/soc-dapm.c: In function ‘dapm_clock_event’:
> sound/soc/soc-dapm.c:1021:1: warning: control reaches end of non-void
> function [-Wreturn-type]
Applied,:but:please:do:make:an:effort:to:use:subject:lines:app
On Fri 13-07-12 16:25:05, Thomas Gleixner wrote:
> On Fri, 13 Jul 2012, Jan Kara wrote:
> > On Thu 12-07-12 16:15:29, Thomas Gleixner wrote:
> > > > Ah, I didn't know this. Thanks for the hint. So in the kdump I have I
> > > > can
> > > > see requests queued in tsk->plug despite the process is s
Chris,
On Fri, 13 Jul 2012, Chris Mason wrote:
> On Wed, Jul 11, 2012 at 11:47:40PM -0600, Mike Galbraith wrote:
> > Greetings,
>
> [ deadlocks with btrfs and the recent RT kernels ]
>
> I talked with Thomas about this and I think the problem is the
> single-reader nature of the RW rwlocks. The
Thomas,
Any comment?
Steve,
> Thomas Gleixner is the unofficial (or is it now official?) maintainer of
> interrupts. You need his Ack for this change.
Thank you for letting me know about this.
Seiji
> -Original Message-
> From: Steven Rostedt [mailto:rost...@goodmis.org]
> Sent: Thu
On 07/12, Denys Vlasenko wrote:
>
> This note has the following format:
>
> long count -- how many files are mapped
> long page_size -- units for file_ofs
> array of [COUNT] elements of
>long start
>long end
>long file_ofs
> followed by COUNT filenames in ASCII: "FILE1" NUL "FILE2"
This was missing until now and the underlying
_regulator_do_set_voltage is using this value when calling list_voltage.
Signed-off-by: Axel Lin
---
Not very sure if we should implement set_voltage callback for fixed voltage.
( Other drivers do not implement set_voltage callback for fixed voltage.
On 07/13/2012 12:14 AM, Stephen Rothwell wrote:
> Hi Mike,
>
> Today's linux-next merge of the clk tree got a conflict in
> drivers/clk/Makefile between commit 4a31bd28e86a ("ARM: nomadik: convert
> to generic clock") from the arm-soc tree and commit 8d4d9f52081c ("clk:
> add highbank clock supp
The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc:
Linux 3.5-rc4 (2012-06-24 12:53:04 -0700)
are available in the git repository at:
git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.5-4
for you to fetch changes up to f1daf666dd7d097653bd3832024
2012/7/13 Greg KH :
> On Thu, Jul 12, 2012 at 11:27:49PM -0300, Marcos Paulo de Souza wrote:
>> This patch removes all references of "if 0" blocks in the sbe-2t3e3 driver.
>>
>> Signed-off-by: Marcos Paulo de Souza
>> ---
>> drivers/staging/sbe-2t3e3/2t3e3.h|3 --
>> drivers/staging/sbe-2
On Thu, Jun 28, 2012 at 10:40 AM, David Sterba wrote:
> On Tue, Jun 26, 2012 at 08:48:37AM +0200, Arnd Hannemann wrote:
>> How show should we proceed to get above mentioned patch
>> (or the similar patch from Andrei Popa) merged?
>
> Josef picked the patch into btrfs-next, I see not problem to inc
On Thu, Jul 12, 2012 at 11:57:52AM +0200, Uwe Kleine-König wrote:
> This removes auto-detection of which variant of mc13xxx is used because
> mc34708 uses a different layout in the revision register that doesn't
> allow differentiation any more.
>
> Signed-off-by: Uwe Kleine-König
> ---
> driver
On Fri, 2012-07-13 at 17:48 +0900, Yasuaki Ishimatsu wrote:
> Even if cpu_down() fails, acpi_processor_remove() continues to remove the cpu.
> But in this case, it should return error number since some process may run on
> the cpu. If the cpu has a running process and the cpu is turned the power of
If I have to explain this I'm going to be very sad.
Signed-off-by: Matthew Garrett
---
drivers/hv/hyperv_vmbus.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
index b9426a6..77e48b0 100644
--- a/drivers/hv/hyperv_vmbu
On Fri, 2012-07-13 at 17:51 +0900, Yasuaki Ishimatsu wrote:
> Even if acpi_processor_handle_eject() offlines cpu, there is a chance
> to online the cpu after that. So the patch closes the window by using
> get/put_online_cpus().
>
> Why does the patch change _cpu_up() logic?
>
> The patch cares t
On Fri, Jul 13, 2012 at 2:38 AM, Octavian Purdila
wrote:
> On Thu, Jul 12, 2012 at 10:02 PM, Bjorn Helgaas wrote:
>
>> Why don't you fix this right where the problem occurs, in
>> __reserve_region_with_split(), with something like this:
>>
>> if (end > conflict->start && conflict->start >
On Fri, Jul 13, 2012 at 3:40 AM, Amaury Decrême
wrote:
> This patch is a driver for SiS964 I2C bus.
>
> It was forked from i2c-sis630 and modified with SiS datasheets.
>
> Tested with kmemleak.
>
> Signed-off-by: Amaury Decrême
> ---
> Documentation/i2c/busses/i2c-sis964 | 34 ++
> MAINTAINERS
Some of the EFI variable attributes are missing from print out from
/sys/firmware/efi/vars/*/attributes. This patch adds those in.
Signed-off-by: Khalid Aziz
Cc: sta...@vger.kernel.org
---
drivers/firmware/efivars.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/drivers/firmwa
From: Rob Clark
A dma-fence can be attached to a buffer which is being filled or consumed
by hw, to allow userspace to pass the buffer without waiting to another
device. For example, userspace can call page_flip ioctl to display the
next frame of graphics after kicking the GPU but while the GPU
On Fri 13-07-12 04:21:44, OGAWA Hirofumi wrote:
> "Steven J. Magnani" writes:
>
> > On Thu, 2012-07-12 at 16:28 +0200, Stevie Trujillo wrote:
> >> Hello,
> >>
> >> I was trying to create a bootdisk to update my BIOS, and accidentially
> >> made a 512byte image with only the FreeDOS header in it
On Fri, Jul 13, 2012 at 10:38 AM, Khalid Aziz wrote:
> Some of the EFI variable attributes are missing from print out from
> /sys/firmware/efi/vars/*/attributes. This patch adds those in.
>
> Signed-off-by: Khalid Aziz
> Cc: sta...@vger.kernel.org
Seems good to me.
Reviewed-by: Kees Cook
--
Missing diffstat. Please please *please* always make sure you have
diffstats, because I really want to know that what I'm pulling matches
what you *think* that I'm pulling. And the diffstat isn't just for me
- it hopefully really makes you look at the whole "this is what I'm
asking Linus to pull" t
101 - 200 of 408 matches
Mail list logo