Home
last modified time | relevance | path

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

12345678910>>...21

/openbmc/linux/Documentation/gpu/amdgpu/
H A Dapu-asic-info-table.csv3 Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN/PICASSO, DCN 1.0, 9.1.0,…
4 Ryzen 4000 series, RENOIR, DCN 2.1, 9.3, VCN 2.2, 4.1.2, 11.0.3
5 Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN2, DCN 1.0, 9.2.2, VCN 1.…
7 Ryzen 5000 series / Ryzen 7x30 series, GREEN SARDINE / Cezanne / Barcelo / Barcelo-R, DCN 2.1, 9.3,…
8 Ryzen 6000 series / Ryzen 7x35 series / Ryzen 7x36 series, YELLOW CARP / Rembrandt / Rembrandt-R, 3…
9 Ryzen 7000 series (AM5), Raphael, 3.1.5, 10.3.6, 3.1.2, 5.2.6, 13.0.5
10 Ryzen 7x45 series (FL1), / Dragon Range, 3.1.5, 10.3.6, 3.1.2, 5.2.6, 13.0.5
11 Ryzen 7x20 series, Mendocino, 3.1.6, 10.3.7, 3.1.1, 5.2.7, 13.0.8
12 Ryzen 7x40 series, Phoenix, 3.1.4, 11.0.1 / 11.0.4, 4.0.2, 6.0.1, 13.0.4 / 13.0.11
/openbmc/u-boot/tools/patman/
H A Dpatchstream.py14 from series import Series
61 def __init__(self, series, name=None, is_log=False): argument
70 self.series = series # Info about the patch series
93 self.series.AddTag(self.commit, line, name, value)
112 self.series.AddCommit(self.commit)
118 self.series.cover = self.section
188 self.series.cover = self.section
191 self.series.notes += self.section
210 self.series.cover = self.section
213 self.series.notes += self.section
[all …]
H A Dfunc_test.py56 def CreatePatchesForTest(self, series): argument
59 for i, commit in enumerate(series.commits):
65 if series.get('cover'):
144 series = patchstream.GetMetaDataForTest(text)
145 cover_fname, args = self.CreatePatchesForTest(series)
147 patchstream.FixPatches(series, args)
148 if cover_fname and series.get('cover'):
149 patchstream.InsertCoverLetter(cover_fname, series, count)
150 series.DoChecks()
151 cc_file = series.MakeCcFile(process_tags, cover_fname,
[all …]
H A Dpatman144 series = patchstream.GetMetaData(options.start, options.count) variable
146 series)
149 patchstream.FixPatches(series, args)
150 if cover_fname and series.get('cover'):
151 patchstream.InsertCoverLetter(cover_fname, series, options.count)
154 series.DoChecks()
162 cc_file = series.MakeCcFile(options.process_tags, cover_fname,
170 cmd = gitutil.EmailPatches(series, cover_fname, args,
179 series.ShowActions(args, cmd, options.process_tags)
H A Dpatman.py144 series = patchstream.GetMetaData(options.start, options.count) variable
146 series)
149 patchstream.FixPatches(series, args)
150 if cover_fname and series.get('cover'):
151 patchstream.InsertCoverLetter(cover_fname, series, options.count)
154 series.DoChecks()
162 cc_file = series.MakeCcFile(options.process_tags, cover_fname,
170 cmd = gitutil.EmailPatches(series, cover_fname, args,
179 series.ShowActions(args, cmd, options.process_tags)
H A Dgitutil.py8 import series
256 def CreatePatches(start, count, series): argument
269 if series.get('version'):
270 version = '%s ' % series['version']
272 if series.get('cover'):
274 prefix = series.GetPatchPrefix()
283 if series.get('cover'):
334 def EmailPatches(series, cover_fname, args, dry_run, raise_on_error, cc_fname, argument
393 to = BuildEmailList(series.get('to'), '--to', alias, raise_on_error)
404 cc = BuildEmailList(list(set(series.get('cc')) - set(series.get('to'))),
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py44 def ShowActions(series, why_selected, boards_selected, builder, options, argument
64 if series:
65 commits = series.commits
72 for upto in range(0, len(series.commits), options.step):
73 commit = series.commits[upto]
249 series = patchstream.GetMetaDataForList(upstream_commit,
250 options.git_dir, 1, series=None, allow_overwrite=True)
252 series = patchstream.GetMetaDataForList(range_expr,
253 options.git_dir, None, series, allow_overwrite=True)
256 series = patchstream.GetMetaDataForList(options.branch,
[all …]
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp73 std::vector<std::tuple<tstamp, int64_t, int64_t>>& series, in driveGoal() argument
94 series.push_back(std::make_tuple(t1, n0, n1)); in driveGoal()
105 std::tuple<tstamp, int64_t, int64_t> nm2 = series.at(seriesCnt - 3); in driveGoal()
107 std::tuple<tstamp, int64_t, int64_t> nm1 = series.at(seriesCnt - 2); in driveGoal()
135 std::vector<std::tuple<tstamp, int64_t, int64_t>>& series, in driveTime() argument
145 auto& s0 = series.at(0); in driveTime()
159 series.push_back(std::make_tuple(t1, n0, n1)); in driveTime()
177 std::vector<std::tuple<tstamp, int64_t, int64_t>> series; in driveMain() local
225 series.push_back(std::make_tuple(t1, fan0_start, fan1_start)); in driveMain()
241 driveTime(seriesCnt, 128, goal, series, fanSensors); in driveMain()
[all …]
/openbmc/openbmc/poky/documentation/
H A Dset_versions.py169 series = [k for k in release_series] variable
170 previousseries = series[series.index(ourseries)+1:] or [""]
303 for series in release_series:
304 if series == devbranch or series in activereleases:
307 if series == "jethro-pre":
310 title = "Release Series %s (%s)" % (release_series[series], series)
315 if series == "jethro":
318 if tag == release_series[series] or tag.startswith('%s.' % release_series[series]):
/openbmc/linux/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 memory mapped access based thermal sensors"
16 tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
20 Support for thermal framework on STMicroelectronics STM32 series of
/openbmc/linux/drivers/net/dsa/microchip/
H A DKconfig3 tristate "Microchip KSZ8795/KSZ9477/LAN937x series switch support"
8 This driver adds support for Microchip KSZ9477 series switch and
12 tristate "KSZ series I2C connected switch driver"
19 tristate "KSZ series SPI connected switch driver"
31 KSZ8563/KSZ9563/LAN937x series of switches. KSZ9563/KSZ8563 supports
36 tristate "KSZ series SMI connected switch driver"
/openbmc/qemu/docs/system/arm/
H A Dstm32.rst9 The STM32F1 series is based on ARM Cortex-M3 core. The following machines are
14 The STM32F2 series is based on ARM Cortex-M3 core. The following machines are
19 The STM32F4 series is based on ARM Cortex-M4F core, as well as the STM32L4
20 ultra-low-power series. The STM32F4 series is pin-to-pin compatible with STM32F2 series.
27 There are many other STM32 series that are currently not supported by QEMU.
H A Dnrf.rst9 The nRF51 series is the first series for short range wireless applications.
10 It is superseded by the nRF52 series.
15 There are other series such as nRF52, nRF53 and nRF91 which are currently not
/openbmc/linux/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).
40 This describes the sg version 3 driver found in the lk 2.4 series.
43 lk 2.2 series can be found at
66 Both packages will work in the lk 2.4 series. However, sg3_utils offers more
76 Here is a list of Linux kernels in the 2.4 series that had the new version
87 For reference here is a list of Linux kernels in the 2.2 series that had
99 The lk 2.5 development series currently contains sg version 3.5.23
/openbmc/linux/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 "Exynos SoC series UFS PHY driver"
42 tristate "S5P/Exynos SoC series USB 2.0 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.
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_compliance.bbclass18 """Populate a tree of the recipe sources and emit patch series files"""
60 series = os.path.join(dest, 'series.subdir.%s' % patchdir.replace('/', '_'))
62 series = os.path.join(dest, 'series')
64 with open(series, 'a') as s:
/openbmc/linux/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.
/openbmc/u-boot/doc/
H A DREADME.generic-board33 The full text of the original generic board series is reproduced below.
37 This series creates a generic board.c implementation which contains
70 This series removes the dependency on generic relocation. So relocation
72 relocation series for a proposed solution to this for ARM:
76 or Graeme's recent x86 series v2:
80 Instead of moving over a whole architecture, this series takes the approach
88 I think it is a good target for this series. On the other hand, x86 is
90 few issues to be solved. So I have chosen both ARM and x86 for this series.
109 be done as a separate change, and this series does not require it.
111 While this series needs to stand on its own (as with the link script
[all …]
/openbmc/linux/Documentation/arch/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.
/openbmc/linux/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)
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
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.
/openbmc/linux/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
/openbmc/openbmc/poky/scripts/
H A Dpatchtest-get-series63 -t|--tested-series)
98 SERIES_LIST=$(git-pw --project "${PROJECT}" --server "${SERVER}" series list --since "${SERIES_CHEC…
110 git-pw series download --separate "${SERIES}" "${DOWNLOAD_PATH}"
/openbmc/linux/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>>...21