Quantcast
Browsing all 24115 articles
Browse latest View live

[PATCH] doc: fix a typo about irq affinity (no replies)

smp_affinity holds bitmask and smp_affinity_list holds list. So we should write a list to smp_affinity_list, instead of smp_affinity. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> ---...

View Article


[PATCH V2] cma: use macro PFN_DOWN when converting size to pages (no replies)

Use "PFN_DOWN(r->size)" instead of "r->size >> PAGE_SHIFT". Signed-off-by: Xishi Qiu <qiuxishi@huawei.com> --- drivers/base/dma-contiguous.c | 3 +-- 1 files changed, 1 insertions(+),...

View Article


[PATCH 1/1] extcon: arizona: Fix a typo in a comment (no replies)

Fixes an incomplete comment introduced by commit 9c2ba270 ("extcon: arizona: Simplify HPDET based identification"). Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> ---...

View Article

[PATCH 1/2] extcon: max8997: Fix checkpatch warning (1 reply)

Fixes the following warning: WARNING: space prohibited before semicolon Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- drivers/extcon/extcon-max8997.c | 2 +- 1 file changed, 1...

View Article

[PATCH] regmap: cache: Make sure to sync the last register in a block (no...

regcache_sync_block_raw_flush() expects the address of the register after last register that needs to be synced as its parameter. But the last call to regcache_sync_block_raw_flush() in...

View Article


[PATCH] tile: various console improvements (no replies)

This change improves and cleans up the tile console. - We enable HVC_IRQ support on tilegx, with the addition of a new Tilera hypervisor API for tilegx to allow a console IPI. If IPI support is not...

View Article

Re: [PATCH v2 1/1 resend] i2c: rcar: modify I2C driver (no replies)

On Mon, Aug 05, 2013 at 04:19:34PM +0900, Nguyen Viet Dung wrote: > This patch modify I2C driver of rcar-H1 to usable on both rcar-H1 and rcar-H2. > > Signed-off-by: Nguyen Viet Dung...

View Article

[PATCH] gpio: adnp: Fix segfault if request_threaded_irq fails (no replies)

From: Lars Poeschel <poeschel@lemonage.de> In case request_threaded_irq inside adnp_irq_setup fails, the driver segfaults. This is because irq_domain_remove is called twice with the same...

View Article


[PATCH v3 2/5] sata highbank: enable 64-bit DMA mask when using LPAE (no...

From: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com> --- Changes from v1, v2...

View Article


[PATCH v3 1/5] sata, highbank: fix ordering of SGPIO signals (4 replies)

The ACTIVITY and ERROR signals were reversed in the original commit. Fix that so that hard drive activity does not show up on the error light, and attempts to indicate that the hard drive is failing...

View Article

[RFC v02 1/5] PowerCap: Documentation (no replies)

Added power cap framework documentation. This explains the use of power capping framework, sysfs and programming interface. There are two documents: Documentation/powercap/PowerCappingFramework.txt:...

View Article

[RFC v02 0/5] Power Capping Framework and RAPL Driver (5 replies)

Overview With the evolution of technologies, which enables power monitoring and limiting, more and more devices are able to constrain their power consumption under certain limits. There are several...

View Article

[PATCH] SPI: Set SPI bits per words in an OF DeviceTree SPI node (no replies)

This patch allows to set up the bits per word together with all other SPI parameters in the SPI Node of the OF device tree In the node, you then have to include the 'spi-bits' property. Exemple:...

View Article


[PATCH] ARM: at91: add missing uart clocks DT entries (1 reply)

Add clocks to clock lookup table for uart DT entries. Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com> --- arch/arm/mach-at91/at91sam9x5.c | 2 ++ 1 file changed, 2 insertions(+) diff...

View Article

[PATCH 4/4] x86/jump-label: Show where and what was wrong on errors (7 replies)

From: Steven Rostedt <srostedt@redhat.com> When modifying text sections for jump labels, a paranoid check is performed. If the check fails, the system "bugs". But why it failed is not shown. The...

View Article


[PATCH 3/4] x86/jump-label: Add safety checks to jump label conversions (no...

From: Steven Rostedt <srostedt@redhat.com> As with all modifying of kernel text, we need to be very paranoid. When converting the jump label locations to and from nops to jumps a check has been...

View Article

[PATCH 2/4] x86/jump-label: Do not bother updating nops if they are correct...

From: Steven Rostedt <srostedt@redhat.com> On boot up, the jump label init function scans all the jump label locations and converts them to the best nop for the machine. If the nop is already...

View Article


[PATCH 1/4] x86/jump-label: Use best default nops for inital jump label calls...

From: Steven Rostedt <srostedt@redhat.com> As specified by H. Peter Anvin, the best nops for x86 without knowing the running computer is: 32bit: 0x3e, 0x8d, 0x74, 0x26, 0x00 also known as...

View Article

[PATCH 0/4] [GIT PULL][3.12] x86/jump-label: Clean ups and safety checks (no...

Peter, These 4 patches were taken from the patchset that did the 2-5 byte jumps, but had nothing to do with the 2-5 byte jumps itself. They were clean ups and safety checks that were needed for the...

View Article

[PATCH] Staging:BCM:DDRInit.c:Replacing __FUNCTION__ (no replies)

View Article
Browsing all 24115 articles
Browse latest View live