All of lore.kernel.org
 help / color / mirror / Atom feed
* (unknown), 
@ 2016-01-20 10:23 Marc Kleine-Budde
  2016-01-20 10:23 ` [PATCH v5 1/3] can: sja1000: of: add per-compatible init hook Marc Kleine-Budde
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marc Kleine-Budde @ 2016-01-20 10:23 UTC (permalink / raw)
  To: linux-can; +Cc: netdev

This is Damien Riegel's series with minor changes.

regards,
Marc

---

This patchset introduces support for the technologic version of the
SJA1000. Access to IP's registers are proxied through a window,
requiring two bus accesses to read or write a register. These accesses
must be protected by a spinlock to prevent race conditions. Currently,
there is no easy way to allocate and initialize this spinlock.

SJA1000 already provides a way to allocate private data, but
sja1000_platform.c makes no use of it.

Patch 1 adds the capability to allocate and initialize private data on a
per-compatible basis in sja1000_platform.c.

Patch 2 updates device tree documentation to add the technologic
version.

Patch 3 updates the driver to implement the technologic version

Changes in v5:
 - remove empty "static struct sja1000_of_data nxp_data", again
 - add additional check for of_id->data

Changes in v4:
 - add sp_ prefix to technologic functions
 - add empty "static struct sja1000_of_data nxp_data"
 - make "struct sja1000_of_data technologic_data" static
 - get rid of "?" operator in sp_probe()

Changes in v3:
 - moved sp_of_table above sp_probe as it is used in this function
 - removed functions added in v2 and do everyting in sp_probe

Changes in v2:
 - added a patch to allocate and initialize private data
 - changed device tree documentation
 - added a spinlock to protect bus accesses
 - changed sp_{read,write}_reg16 to io{read,write}16



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-20 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-20 10:23 (unknown), Marc Kleine-Budde
2016-01-20 10:23 ` [PATCH v5 1/3] can: sja1000: of: add per-compatible init hook Marc Kleine-Budde
2016-01-20 15:30   ` Damien Riegel
2016-01-20 15:34     ` Marc Kleine-Budde
2016-01-20 10:23 ` [PATCH v5 2/3] can: sja1000: add documentation for Technologic Systems version Marc Kleine-Budde
2016-01-20 10:23 ` [PATCH v5 3/3] can: sja1000: of: add compatibility with " Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.