<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/leds/simple, branch linus/master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/leds/simple?h=linus%2Fmaster</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/leds/simple?h=linus%2Fmaster'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2022-02-17T11:25:30Z</updated>
<entry>
<title>leds: simatic-ipc-leds: Don't directly deref ioremap_resource() returned ptr</title>
<updated>2022-02-17T11:25:30Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2022-01-17T11:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8b43ef06ff893f733a0b66e9875518c0230f2715'/>
<id>urn:sha1:8b43ef06ff893f733a0b66e9875518c0230f2715</id>
<content type='text'>
Sparse (rightly) currently gives the following warning:

drivers/leds/simple/simatic-ipc-leds.c:155:40:
 sparse: sparse: incorrect type in assignment (different address spaces)
 expected void *static [toplevel] simatic_ipc_led_memory
 got void [noderef] __iomem *

Fix this by changing the type of simatic_ipc_led_memory to void __iomem *
and use readl()/writel() to access it.

Cc: Henning Schild &lt;henning.schild@siemens.com&gt;
Reported-by: kernel test robot &lt;lkp@intel.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Tested-by: Gerd Haeussler &lt;gerd.haeussler.ext@siemens.com&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
<entry>
<title>leds: simatic-ipc-leds: Make simatic_ipc_led_mem_res static</title>
<updated>2022-02-17T11:25:09Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2022-01-17T11:21:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a8f59497a430e8a93aa9a5b0fb0feefe061195ee'/>
<id>urn:sha1:a8f59497a430e8a93aa9a5b0fb0feefe061195ee</id>
<content type='text'>
simatic_ipc_led_mem_res is not used outside of the driver, make it static.

Cc: Henning Schild &lt;henning.schild@siemens.com&gt;
Reported-by: kernel test robot &lt;lkp@intel.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
<entry>
<title>leds: simatic-ipc-leds: add new driver for Siemens Industial PCs</title>
<updated>2021-12-23T17:09:13Z</updated>
<author>
<name>Henning Schild</name>
<email>henning.schild@siemens.com</email>
</author>
<published>2021-12-13T12:05:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8c78e0614edc628b13313afd28856720b85d86a3'/>
<id>urn:sha1:8c78e0614edc628b13313afd28856720b85d86a3</id>
<content type='text'>
This driver adds initial support for several devices from Siemens. It is
based on a platform driver introduced in an earlier commit.

One of the supported machines has GPIO connected LEDs, here we poke GPIO
memory directly because pinctrl does not come up.

Signed-off-by: Henning Schild &lt;henning.schild@siemens.com&gt;
Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;
Link: https://lore.kernel.org/r/20211213120502.20661-3-henning.schild@siemens.com
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
</entry>
</feed>
