<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/openbmc.git/meta-aspeed/recipes-kernel, branch redfish2phosphor-cpp</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=redfish2phosphor-cpp</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=redfish2phosphor-cpp'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/'/>
<updated>2022-05-20T03:53:22+00:00</updated>
<entry>
<title>linux-aspeed: nct6775, Nuvia DC-SCM, Bletchley updates, AST2600 Ethernet fix</title>
<updated>2022-05-20T03:53:22+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-05-19T13:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=17a1879e21310f58dbbe3ed019969473d5319391'/>
<id>urn:sha1:17a1879e21310f58dbbe3ed019969473d5319391</id>
<content type='text'>
Dan Carpenter (1):
      hwmon: (nct6775) delete some extension lines

Denis Pauk (9):
      hwmon: (nct6775) Use superio_*() function pointers in sio_data.
      hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data.
      hwmon: (nct6775) Support access via Asus WMI
      hwmon: (nct6775) Add additional ASUS motherboards.
      hwmon: (nct6775) add ProArt X570-CREATOR WIFI.
      hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMING
      hwmon: (nct6775) Additional check for ChipID before ASUS WMI usage
      hwmon: (nct6775) add ASUS Pro B550M-C/PRIME B550M-A
      hwmon: (nct6775) add ASUS ROG STRIX Z390/Z490/X570-* / PRIME X570-P

Dmitry Baryshkov (1):
      hwmon: (nct6775) add PRIME B550-PLUS motherboard to whitelist

Eddie James (1):
      fsi: occ: Prevent use after free

Graeme Gregory (1):
      ARM: dts: aspeed: Add Nuvia DC-SCM BMC

Guenter Roeck (1):
      hwmon: (nct6775) Fix crash in clear_caseopen

Howard Chiu (1):
      ARM: dts: aspeed: ast2600-evb: Enable video engine

Joel Stanley (1):
      net: ftgmac100: Disable hardware checksum on AST2600

Neal Liu (1):
      ARM: dts: aspeed: Add USB2.0 device controller node

Oleksandr Natalenko (1):
      hwmon: (nct6775) add Pro WS X570-ACE

Potin Lai (6):
      ARM: dts: aspeed: bletchley: enable ehci0 device node
      ARM: dts: aspeed: bletchley: switch spi2 driver to aspeed-smc
      ARM: dts: aspeed: bletchley: Enable mdio0 bus
      ARM: dts: aspeed: bletchley: update gpio0 line names
      ARM: dts: aspeed: bletchley: add pca9536 node on each sled
      ARM: dts: aspeed: bletchley: add eeprom node on each sled

Zev Weiss (9):
      hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()
      hwmon: (nct6775) add support for TSI temperature registers
      hwmon: (nct6775) Convert register access to regmap API
      hwmon: (nct6775) Rearrange attr-group initialization
      hwmon: (nct6775) Add read-only mode
      hwmon: (nct6775) Convert S_I* permissions macros to octal
      hwmon: (nct6775) Split core and platform driver
      dt-bindings: hwmon: Add nuvoton,nct6775
      hwmon: (nct6775) Add i2c driver

Change-Id: I19d22f9eea8b58f228852ec7a06891cf18f0295c
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux-aspeed: Move to v5.15.41 stable release</title>
<updated>2022-05-19T00:24:14+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-05-19T00:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=e524c0d860edd28ebb2e382ab7690a433cc11d9f'/>
<id>urn:sha1:e524c0d860edd28ebb2e382ab7690a433cc11d9f</id>
<content type='text'>
This includes security and bug fixes from the 5.15.37 through to
5.15.41 stable releases.

Change-Id: I71a4d8a46d18658311dc45fba02ffbeaf8069c0c
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux-aspeed: New SPI flash controller driver</title>
<updated>2022-05-03T06:38:45+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-05-03T06:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=4e71f26f2fb697f24c8ad5910fd7b771408c7fea'/>
<id>urn:sha1:4e71f26f2fb697f24c8ad5910fd7b771408c7fea</id>
<content type='text'>
This is v6 of the patchset to move to a spi-mem based driver. It
replaces the half out of tree driver previously used, and contains
support for the AST2400, AST2500 and AST2600.

 https://lore.kernel.org/linux-mtd/20220503060634.122722-1-clg@kaod.org/

Thank you to Cédric for his hard work maintaining the SPI NOR driver and
reworking it to be a SPI mem driver.

Cédric Le Goater (9):
      ARM: dts: aspeed: Adjust "reg" property of FMC/SPI controllers
      dt-bindings: spi: Add Aspeed SMC controllers device tree binding
      spi: spi-mem: Convert Aspeed SMC driver to spi-mem
      spi: aspeed: Add support for direct mapping
      spi: aspeed: Adjust direct mapping to device size
      spi: aspeed: Workaround AST2500 limitations
      spi: aspeed: Add support for the AST2400 SPI controller
      spi: aspeed: Calibrate read timings
      ARM: dts: aspeed: Enable Dual SPI RX transfers

Potin Lai (1):
      mtd: spi-nor: aspeed: set the decoding size to at least 2MB for AST2600

Tao Ren (1):
      ARM: dts: aspeed-g4: Set spi-max-frequency for all flashes

Change-Id: Ia1bb25a455c0c6f0d8e92ff3241d60bd234a1fa2
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>treewide: fix GPLv2/LGPLv2.1 obsolete-license warnings</title>
<updated>2022-04-30T12:41:47+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2022-04-30T12:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=d541ec52554ae60b0d5903cccf97905bcaaf209e'/>
<id>urn:sha1:d541ec52554ae60b0d5903cccf97905bcaaf209e</id>
<content type='text'>
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I746b04e1e36abaf2ff3852beb8a04535692442c1
</content>
</entry>
<entry>
<title>linux-aspeed: Move to v5.15.36 stable release</title>
<updated>2022-04-28T01:59:56+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-04-27T09:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=f6faab8d7fc58739cdf3f106977e412941145aeb'/>
<id>urn:sha1:f6faab8d7fc58739cdf3f106977e412941145aeb</id>
<content type='text'>
This includes security and bug fixes from the 5.15.35 and 5.15.36 stable
releases.

Change-Id: Id8b0000cbac05c97d94157e70241f999966ced53
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux-aspeed: OCC, Everest and Rainier power-ffs-sync-history</title>
<updated>2022-04-27T11:01:01+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-04-27T08:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=6bc61b816079134c3aaa9e868b1022fbed8b8f18'/>
<id>urn:sha1:6bc61b816079134c3aaa9e868b1022fbed8b8f18</id>
<content type='text'>
Brandon Wyman (1):
      ARM: dts: aspeed: everest, rainier: Add power-ffs-sync-history GPIO

Eddie James (2):
      fsi: occ: Fix checksum failure mode
      hwmon (occ): Retry for checksum failure

Change-Id: I1cfd517554888c6fa73c4cb589451a169061dabc
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux-aspeed: AST2600 MDIO reset</title>
<updated>2022-04-19T00:21:42+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-04-19T00:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=fd552cb836e48ab3cd1641fbf509ec86e138dc9d'/>
<id>urn:sha1:fd552cb836e48ab3cd1641fbf509ec86e138dc9d</id>
<content type='text'>
Dylan Hung (3):
      dt-bindings: net: add reset property for aspeed, ast2600-mdio binding
      net: mdio: add reset control for Aspeed MDIO
      ARM: dts: aspeed: add reset properties into MDIO nodes

Change-Id: If2505bcc6e0baf5465dfbaae1cff947399a5411d
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux-aspeed: PCA955x blink, adm1275 averaging, XDMA trace events</title>
<updated>2022-04-18T17:50:10+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-04-18T10:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=78477f674063ef2fe393cdba69144af6fe1b31a5'/>
<id>urn:sha1:78477f674063ef2fe393cdba69144af6fe1b31a5</id>
<content type='text'>
Eddie James (5):
      leds: pca955x: Refactor with helper functions and renaming
      leds: pca955x: Use pointers to driver data rather than I2C client
      leds: pca955x: Optimize probe led selection
      leds: pca955x: Add HW blink support
      soc: aspeed: xdma: Add trace events

Potin Lai (3):
      hwmon: (adm1275) Allow setting sample averaging
      dt-bindings: hwmon: Add sample averaging properties for ADM1275
      ARM: dts: aspeed: bletchley: add sample averaging for ADM1278

Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
Change-Id: I6853e3ffe36ed50161c336cd396edfdf7238fa0c
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux-aspeed: Move to v5.15.30 stable release</title>
<updated>2022-04-15T03:16:02+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-04-14T08:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=71955c9eb04763c5000e1ec0a082f1e91e0bcd8c'/>
<id>urn:sha1:71955c9eb04763c5000e1ec0a082f1e91e0bcd8c</id>
<content type='text'>
This includes security and bug fixes from the 5.15.31 through to
5.15.34 stable releases.

Change-Id: Ic4224311d30cd60617734a93746cf8eff49c6bea
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux-aspeed: Rainier SPI NOR, AST2600 MII c45</title>
<updated>2022-04-14T08:39:28+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-04-14T08:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=0f15d078d433cfed829b0b543efe73e03c1bc118'/>
<id>urn:sha1:0f15d078d433cfed829b0b543efe73e03c1bc118</id>
<content type='text'>
Joel Stanley (1):
      ARM: dts: aspeed: rainier: Remove SPI NOR controllers

Potin Lai (3):
      net: mdio: aspeed: move reg accessing part into separate functions
      net: mdio: aspeed: Introduce read write function for c22 and c45
      net: mdio: aspeed: Add c45 support

Change-Id: I599c02fecff4ad639aeb17164a7b0aa8516f8c91
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
</feed>
