Home
last modified time | relevance | path

Searched refs:series (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/
H A Dhalmac.mk21 series := 88xx
26 series := 88xx
31 series := 88xx
36 series := 88xx_v1
41 series := 87xx
44 ifeq ($(series), 88xx_v1)
54 path_hm_d1 := $(path_hm)/halmac_$(series)
55 halmac-y += $(path_hm_d1)/halmac_bb_rf_$(series).o \
56 $(path_hm_d1)/halmac_cfg_wmac_$(series).o \
57 $(path_hm_d1)/halmac_common_$(series).o \
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/
H A Dhalmac.mk20 series := 88xx
25 series := 88xx
30 series := 88xx
35 series := 88xx_v1
39 ifeq ($(series), 88xx_v1)
49 path_hm_d1 := $(path_hm)/halmac_$(series)
50 halmac-y += $(path_hm_d1)/halmac_bb_rf_$(series).o \
51 $(path_hm_d1)/halmac_cfg_wmac_$(series).o \
52 $(path_hm_d1)/halmac_common_$(series).o \
53 $(path_hm_d1)/halmac_efuse_$(series).o \
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/
H A Dhalmac.mk20 series := 88xx
25 series := 88xx
30 series := 88xx
35 series := 88xx_v1
39 ifeq ($(series), 88xx_v1)
49 path_hm_d1 := $(path_hm)/halmac_$(series)
50 halmac-y += $(path_hm_d1)/halmac_bb_rf_$(series).o \
51 $(path_hm_d1)/halmac_cfg_wmac_$(series).o \
52 $(path_hm_d1)/halmac_common_$(series).o \
53 $(path_hm_d1)/halmac_efuse_$(series).o \
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatchstream.py15 from series import Series
62 def __init__(self, series, name=None, is_log=False): argument
71 self.series = series # Info about the patch series
94 self.series.AddTag(self.commit, line, name, value)
113 self.series.AddCommit(self.commit)
119 self.series.cover = self.section
189 self.series.cover = self.section
192 self.series.notes += self.section
211 self.series.cover = self.section
214 self.series.notes += self.section
[all …]
H A Dfunc_test.py57 def CreatePatchesForTest(self, series): argument
60 for i, commit in enumerate(series.commits):
66 if series.get('cover'):
145 series = patchstream.GetMetaDataForTest(text)
146 cover_fname, args = self.CreatePatchesForTest(series)
148 patchstream.FixPatches(series, args)
149 if cover_fname and series.get('cover'):
150 patchstream.InsertCoverLetter(cover_fname, series, count)
151 series.DoChecks()
152 cc_file = series.MakeCcFile(process_tags, cover_fname,
[all …]
H A Dpatman.py141 series = patchstream.GetMetaData(options.start, options.count) variable
143 series)
146 patchstream.FixPatches(series, args)
147 if cover_fname and series.get('cover'):
148 patchstream.InsertCoverLetter(cover_fname, series, options.count)
151 series.DoChecks()
159 cc_file = series.MakeCcFile(options.process_tags, cover_fname,
167 cmd = gitutil.EmailPatches(series, cover_fname, args,
175 series.ShowActions(args, cmd, options.process_tags)
H A Dpatman141 series = patchstream.GetMetaData(options.start, options.count) variable
143 series)
146 patchstream.FixPatches(series, args)
147 if cover_fname and series.get('cover'):
148 patchstream.InsertCoverLetter(cover_fname, series, options.count)
151 series.DoChecks()
159 cc_file = series.MakeCcFile(options.process_tags, cover_fname,
167 cmd = gitutil.EmailPatches(series, cover_fname, args,
175 series.ShowActions(args, cmd, options.process_tags)
H A Dgitutil.py9 import series
257 def CreatePatches(start, count, series): argument
270 if series.get('version'):
271 version = '%s ' % series['version']
273 if series.get('cover'):
275 prefix = series.GetPatchPrefix()
284 if series.get('cover'):
335 def EmailPatches(series, cover_fname, args, dry_run, raise_on_error, cc_fname, argument
392 to = BuildEmailList(series.get('to'), '--to', alias, raise_on_error)
403 cc = BuildEmailList(list(set(series.get('cc')) - set(series.get('to'))),
H A DREADME28 in one of your commits, the series will be sent there.
39 - Maintain a number of branches, one for each patch series you are
42 series should be sent, cover letter, version, etc. Most of these are
137 there are in your series:
165 commit. Most can only appear once in the whole series.
168 Email address / alias to send patch series to (you can add this
172 Email address / alias to Cc patch series to (you can add this
176 Sets the version number of this patch series
187 Sets the name of the series. You don't need to have a name, and
196 Sets the cover letter contents for the series. The first line
[all …]
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dcontrol.py45 def ShowActions(series, why_selected, boards_selected, builder, options): argument
63 if series:
64 commits = series.commits
71 for upto in range(0, len(series.commits), options.step):
72 commit = series.commits[upto]
215 series = patchstream.GetMetaDataForList(upstream_commit,
216 options.git_dir, 1, series=None, allow_overwrite=True)
218 series = patchstream.GetMetaDataForList(range_expr,
219 options.git_dir, None, series, allow_overwrite=True)
222 series = patchstream.GetMetaDataForList(options.branch,
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/st/
H A DKconfig7 tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
9 Support for thermal sensors on STMicroelectronics STi series of SoCs.
13 tristate "STi series syscfg register access based thermal sensors"
17 tristate "STi series memory mapped access based thermal sensors"
20 tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
24 Support for thermal framework on STMicroelectronics STM32 series of
/OK3568_Linux_fs/kernel/drivers/net/dsa/microchip/
H A DKconfig7 tristate "Microchip KSZ9477 series switch support"
14 tristate "KSZ9477 series I2C connected switch driver"
21 tristate "KSZ9477 series SPI connected switch driver"
28 tristate "Microchip KSZ8795 series switch support"
35 tristate "KSZ8795 series SPI connected switch driver"
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.generic-board35 The full text of the original generic board series is reproduced below.
39 This series creates a generic board.c implementation which contains
72 This series removes the dependency on generic relocation. So relocation
74 relocation series for a proposed solution to this for ARM:
78 or Graeme's recent x86 series v2:
82 Instead of moving over a whole architecture, this series takes the approach
90 I think it is a good target for this series. On the other hand, x86 is
92 few issues to be solved. So I have chosen both ARM and x86 for this series.
111 be done as a separate change, and this series does not require it.
113 While this series needs to stand on its own (as with the link script
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcopyleft_compliance.bbclass12 """Populate a tree of the recipe sources and emit patch series files"""
54 series = os.path.join(dest, 'series.subdir.%s' % patchdir.replace('/', '_'))
56 series = os.path.join(dest, 'series')
58 with open(series, 'a') as s:
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dgpio-palmas.txt5 - "ti,palams-gpio" for palma series of the GPIO controller
6 - "ti,tps80036-gpio" for Palma series device TPS80036.
7 - "ti,tps65913-gpio" for palma series device TPS65913.
8 - "ti,tps65914-gpio" for palma series device TPS65914.
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi-generic.rst28 - sg version 2 from lk 2.2.6 in the 2.2 series. It is based on
30 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series).
41 This describes the sg version 3 driver found in the lk 2.4 series.
48 Documentation for the version 2 sg driver found in the lk 2.2 series can
76 Both packages will work in the lk 2.4 series however sg3_utils offers more
86 Here is a list of linux kernels in the 2.4 series that had new version
97 For reference here is a list of linux kernels in the 2.2 series that had
109 The lk 2.5 development series has recently commenced and it currently
/OK3568_Linux_fs/kernel/drivers/phy/samsung/
H A DKconfig6 tristate "Exynos SoC series Display Port PHY driver"
15 tristate "S5P/Exynos SoC series MIPI CSI-2/DSI PHY driver"
29 Enable PCIe PHY support for Exynos SoC series.
33 tristate "SAMSUNG SoC series UFS PHY driver"
80 tristate "Exynos5 SoC series USB DRD PHY driver"
88 Enable USB DRD PHY support for Exynos 5 SoC series.
90 present on Exynos5 SoC series.
/OK3568_Linux_fs/kernel/Documentation/arm/spear/
H A Doverview.rst19 - SPEAr3XX (3XX SOC series, based on ARM9)
26 - SPEAr6XX (6XX SOC series, based on ARM9)
29 - SPEAr13XX (13XX SOC series, based on ARM CORTEXA9)
52 Each machine series have a directory with name arch/arm/mach-spear followed by
53 series name. Like mach-spear3xx, mach-spear6xx and mach-spear13xx.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dintel-ixp43x.dtsi4 * in the IXP 43x series. This series has 64 interrupts and adds a few more
5 * peripherals over the 42x series.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pwm/
H A Dti,twl-pwm.txt1 Texas Instruments TWL series PWM drivers
4 On TWL4030 series: PWM1 and PWM2
5 On TWL6030 series: PWM0 and PWM1
H A Dti,twl-pwmled.txt1 Texas Instruments TWL series PWM drivers connected to LED terminals
4 On TWL4030 series: PWMA and PWMB (connected to LEDA and LEDB terminals)
5 On TWL6030 series: LED PWM (mainly used as charging indicator LED)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A DKconfig3 # QLogic BR-series network device configuration
7 tristate "QLogic BR-series 1010/1020/1860 10Gb Ethernet Driver support"
10 This driver supports QLogic BR-series 1010/1020/1860 10Gb CEE capable
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A DKconfig35 tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
41 Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
45 bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
48 Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
/OK3568_Linux_fs/buildroot/package/gcc/11.3.0/
H A D0005-rs6000-Improve-.machine.patch75 + /* 400 series */
97 + /* 500 series and 800 series */
101 + /* 600 series and 700 series, "classic" */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/
H A DKconfig3 # QLogic BR-series device configuration
7 bool "QLogic BR-series devices"
15 the questions about QLogic BR-series cards. If you say Y, you will be

12345678910>>...30