Re: [PHP-DEV] PHP7 and types
On 07/12/2015 11:16 AM, Marcio Almada wrote: > Stas, > > 2015-07-12 5:10 GMT-03:00 Stanislav Malyshev <smalyshev@gmail.com>: >> Hi! >> >>> Not completely bogus. At...
View ArticleRe: [PATCH 22/45] clk: samsung: Properly include clk.h and clkdev.h
On 07/11/2015 12:07 AM, Krzysztof Kozlowski wrote: > W dniu 11.07.2015 o 08:33, Stephen Boyd pisze: > >> diff --git a/drivers/clk/samsung/clk.c b/drivers/clk/samsung/clk.c >> index...
View Article[patch 19/19] gpio/davinci: Avoid redundant lookup of irq_data
It's pretty silly to do void *cd = irq_get_chip_data(irq_data->irq); because that results in cd = irq_data->chip_data, but goes through a redundant lookup of the irq_data. Use irq_data directly....
View Article[patch 17/19] gpio/sa1100: Prepare sa1100_gpio_handler for irq argument removal
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View Article[patch 0/2] ia64: Interrupt cleanups and API change preparation
The following patch series contains the following changes: - Consolidation of chained interrupt handler setup/removal - Switch to functions which avoid a redundant interrupt descriptor lookup -...
View Article[patch 1/2] ia64/irq: Use access helper irq_data_get_affinity_mask()
From: Jiang Liu <jiang.liu@linux.intel.com> This is a preparatory patch for moving irq_data struct members. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Cc: Tony Luck...
View Article[patch 12/19] gpio/davinci: Use accessor function...
From: Jiang Liu <jiang.liu@linux.intel.com> This is a preparatory patch for moving irq_data struct members. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Cc: Linus Walleij...
View Article[patch 2/2] ia64/iosapic: Use irq_set_chip_handler_name_locked()
__irq_set_chip_handler_name_locked() is about to be replaced. Use irq_set_chip_handler_name_locked() instead. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- arch/ia64/kernel/iosapic.c |...
View Article[patch 1/1] metag/irq: Use access helper irq_data_get_affinity_mask()
From: Jiang Liu <jiang.liu@linux.intel.com> This is a preparatory patch for moving irq_data struct members. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Cc: James Hogan...
View Article[patch 16/19] gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument...
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View Article[patch 15/19] gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument...
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View Article[patch 13/19] gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
From: Jiang Liu <jiang.liu@linux.intel.com> Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we already have a pointer to corresponding irq_desc. Preparatory patch for the...
View Article[patch 0/9] mfd: Interrupt cleanups and API change preparation
The following patch series contains the following changes: - Consolidation of chained interrupt handler setup/removal - Switch to functions which avoid a redundant interrupt descriptor lookup -...
View Article[patch 6/9] mfd/tc6393xb: Consolidate chained IRQ handler install/remove
Chained irq handlers usually set up handler data as well. We now have a function to set both under irq_desc->lock. Replace the two calls with one. Search and conversion was done with coccinelle....
View Article[patch 9/9] mfd/max899x: Avoid redundant irq_data lookup
It's pretty silly to do irq_data *d = irq_get_irq_data(irq_data->irq); because that results in d = irq_data, but goes through a lookup of the irq_data. Use irq_data directly. Signed-off-by: Thomas...
View Article[patch 7/9] mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
From: Jiang Liu <jiang.liu@linux.intel.com> Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we already have a pointer to corresponding irq_desc. Do the same change to avoid...
View Article[patch 00/12] MIPS: Interrupt cleanups and API change preparation
The following patch series contains the following changes: - Consolidation of chained interrupt handler setup/removal - Switch to functions which avoid a redundant interrupt descriptor lookup -...
View Article[patch 08/12] MIPS/alchemy: Remove pointless irqdisable/enable
bcsr_csc_handler() is a cascading interrupt handler. It has a disable_irq_nosync()/enable_irq() pair around the generic_handle_irq() call. The value of this disable/enable is zero because its a...
View Article[patch 8/9] mfd/ucb1x00: Prepare ucb1x00_irq for irq argument removal
irq is incremented for no value in the for loop. Remove it. Search and update was done with coccinelle and the invaluable help of Julia Lawall. Signed-off-by: Thomas Gleixner...
View Article[patch 02/12] MIPS/pci-ar71xx: Consolidate chained IRQ handler install/remove
Chained irq handlers usually set up handler data as well. We now have a function to set both under irq_desc->lock. Replace the two calls with one. Search and conversion was done with coccinelle....
View Article