#ifndef IRQ_H #define IRQ_H extern int device_irq_number(const char *ifname); extern void device_restore_irq_affinity_list(void); extern int device_set_irq_affinity_list(int irq, unsigned long from, unsigned long to); extern int device_set_irq_affinity(int irq, unsigned long cpu); #endif /* IRQ_H */ .distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation/devicetree/bindings/mfd?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd
diff options
context:
space:
mode:
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>2016-04-06 14:55:35 +0530
committerMark Brown <broonie@kernel.org>2016-04-06 10:16:46 -0700
commit57bb1369de36a72e2e13fde9c88663342f729ace (patch)
tree3cd8ac7412b1f5b73e33fcad55f99d9daf9d4345 /Documentation/devicetree/bindings/mfd
parent6fe9b67dbe5e0a0abeeabd428cb596b913995b36 (diff)
spi: cadence: Fix some checkpatch warnings
No functional change. Fixing some style related issues CHECK: multiple assignments should be avoided + new_ctrl_reg = ctrl_reg = cdns_spi_read(xspi, CDNS_SPI_CR); CHECK: Alignment should match open parenthesis +static void cdns_spi_config_clock_freq(struct spi_device *spi, + struct spi_transfer *transfer) CHECK: Please use a blank line after function/struct/union/enum declarations +} +static int cdns_prepare_message(struct spi_master *master, Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')