/* * Copyright (C) 2014 Renesas Solutions Corp. * Copyright (C) 2014 Wolfram Sang, Sang Engineering * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. */ #ifndef __DT_BINDINGS_CLOCK_R7S72100_H__ #define __DT_BINDINGS_CLOCK_R7S72100_H__ #define R7S72100_CLK_PLL 0 /* MSTP3 */ #define R7S72100_CLK_MTU2 3 /* MSTP4 */ #define R7S72100_CLK_SCIF0 7 #define R7S72100_CLK_SCIF1 6 #define R7S72100_CLK_SCIF2 5 #define R7S72100_CLK_SCIF3 4 #define R7S72100_CLK_SCIF4 3 #define R7S72100_CLK_SCIF5 2 #define R7S72100_CLK_SCIF6 1 #define R7S72100_CLK_SCIF7 0 /* MSTP7 */ #define R7S72100_CLK_ETHER 4 /* MSTP8 */ #define R7S72100_CLK_MMCIF 4 /* MSTP9 */ #define R7S72100_CLK_I2C0 7 #define R7S72100_CLK_I2C1 6 #define R7S72100_CLK_I2C2 5 #define R7S72100_CLK_I2C3 4 /* MSTP10 */ #define R7S72100_CLK_SPI0 7 #define R7S72100_CLK_SPI1 6 #define R7S72100_CLK_SPI2 5 #define R7S72100_CLK_SPI3 4 #define R7S72100_CLK_SPI4 3 /* MSTP12 */ #define R7S72100_CLK_SDHI0 3 #define R7S72100_CLK_SDHI1 2 #endif /* __DT_BINDINGS_CLOCK_R7S72100_H__ */ ion value='packet-rx-pump-back'>packet-rx-pump-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/trace/events/afs.h
='30'>30
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-02-11 22:10:19 +0800
committerMark Brown <broonie@linaro.org>2014-02-16 09:51:02 +0800
commit78e39523b8c9721250b54b7fd930aeced56cf511 (patch)
tree86e8493a6c8518b14f31153263c8902d82d94c5a /Documentation
parent38dbfb59d1175ef458d006556061adeaa8751b72 (diff)
spi: Remove explictly set bus_num and num_chipselect to default setting
The purpose of commit 1e8a52e18cfb "spi: By default setup spi_masters with 1 chipselect and dynamics bus number" is to avoid setting default value for bus_num and num_chipselect in spi master drivers. So let's remove the duplicate code. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-By: David Daney <david.daney@cavium.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')