All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] net: can: Use syscon regmap for TI specific RAMINIT register
@ 2014-09-09 14:31 ` Roger Quadros
  0 siblings, 0 replies; 70+ messages in thread
From: Roger Quadros @ 2014-09-09 14:31 UTC (permalink / raw)
  To: wg, mkl; +Cc: tony, tglx, mugunthanvnm, george.cherian, balbi, nsekhar

Hi,

Some hardware (TI am43xx) has a buggy RAMINIT DONE mechanism and it might
not always set the DONE bit. This will result in a lockup in c_can_hw_raminit_wait_ti(),
so patch 1 adds a timeout mechanism there.

There is a non compliancy within TI platforms with respect to the
layout of the RAMINIT register. The patches 2 and 3 address this issue
and make a flexible but standard way of defining the RAMINIT hardware register
layout in the device tree. The RAMINIT register is accessed using the syscon
regmap framework.

Patches available at
git@github.com:rogerq/linux.git	[for-v3.18/can]

Changelog:

v2:
- added "ti" vendor prefix to TI specific raminit properties.
- split DTS changes into a separate series

cheers,
-roger
---

Roger Quadros (3):
  can: c_can_platform: Fix c_can_hw_raminit_ti() and add timeout
  net: can: c_can: Add syscon/regmap RAMINIT mechanism
  net: can: c_can: Add support for START pulse in RAMINIT sequence

 .../devicetree/bindings/net/can/c_can.txt          |  10 ++
 drivers/net/can/c_can/c_can.h                      |  12 +-
 drivers/net/can/c_can/c_can_platform.c             | 123 ++++++++++++++++-----
 3 files changed, 114 insertions(+), 31 deletions(-)

-- 
1.8.3.2


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

end of thread, other threads:[~2014-10-01 11:12 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-09 14:31 [PATCH v2 0/3] net: can: Use syscon regmap for TI specific RAMINIT register Roger Quadros
2014-09-09 14:31 ` Roger Quadros
2014-09-09 14:31 ` [PATCH v2 1/3] can: c_can_platform: Fix c_can_hw_raminit_ti() and add timeout Roger Quadros
2014-09-09 14:31   ` Roger Quadros
2014-09-09 14:34   ` Marc Kleine-Budde
2014-09-09 14:34     ` Marc Kleine-Budde
2014-09-09 14:39     ` Roger Quadros
2014-09-09 14:39       ` Roger Quadros
2014-09-16 14:13       ` Marc Kleine-Budde
2014-09-16 14:13         ` Marc Kleine-Budde
2014-09-09 14:34   ` Nishanth Menon
2014-09-09 14:34     ` Nishanth Menon
2014-09-09 14:45     ` Roger Quadros
2014-09-09 14:45       ` Roger Quadros
2014-09-09 14:51       ` Nishanth Menon
2014-09-09 14:51         ` Nishanth Menon
2014-09-09 14:54         ` Roger Quadros
2014-09-09 14:54           ` Roger Quadros
2014-09-09 14:31 ` [PATCH v2 2/3] net: can: c_can: Add syscon/regmap RAMINIT mechanism Roger Quadros
2014-09-09 14:31   ` Roger Quadros
2014-09-30 13:26   ` Wolfram Sang
2014-09-30 13:26     ` Wolfram Sang
2014-09-30 13:33     ` Roger Quadros
2014-09-30 13:33       ` Roger Quadros
2014-09-30 13:52       ` Wolfram Sang
2014-09-30 13:52         ` Wolfram Sang
2014-09-30 13:58         ` Roger Quadros
2014-09-30 13:58           ` Roger Quadros
2014-09-30 14:19           ` Wolfram Sang
2014-09-30 14:19             ` Wolfram Sang
2014-09-30 14:22             ` Marc Kleine-Budde
2014-09-30 14:22               ` Marc Kleine-Budde
2014-09-30 14:49               ` Wolfram Sang
2014-09-30 14:49                 ` Wolfram Sang
2014-09-30 15:01                 ` Marc Kleine-Budde
2014-09-30 15:01                   ` Marc Kleine-Budde
2014-09-30 15:25                   ` Wolfram Sang
2014-09-30 15:25                     ` Wolfram Sang
2014-09-30 16:04                     ` Marc Kleine-Budde
2014-09-30 16:04                       ` Marc Kleine-Budde
2014-10-01  8:45                       ` Roger Quadros
2014-10-01  8:45                         ` Roger Quadros
2014-10-01  8:47                         ` Marc Kleine-Budde
2014-10-01  8:47                           ` Marc Kleine-Budde
2014-10-01  9:06                           ` Roger Quadros
2014-10-01  9:06                             ` Roger Quadros
2014-10-01 10:01                             ` Marc Kleine-Budde
2014-10-01 10:01                               ` Marc Kleine-Budde
2014-10-01 10:12                               ` Roger Quadros
2014-10-01 10:12                                 ` Roger Quadros
2014-10-01 10:26                                 ` Marc Kleine-Budde
2014-10-01 10:26                                   ` Marc Kleine-Budde
2014-10-01 10:43                                   ` Wolfram Sang
2014-10-01 10:43                                     ` Wolfram Sang
2014-10-01 10:57                                     ` Roger Quadros
2014-10-01 10:57                                       ` Roger Quadros
2014-10-01 11:06                                       ` Marc Kleine-Budde
2014-10-01 11:06                                         ` Marc Kleine-Budde
2014-10-01 11:10                                       ` Wolfram Sang
2014-10-01 11:10                                         ` Wolfram Sang
2014-10-01 11:11                                     ` Marc Kleine-Budde
2014-10-01 11:11                                       ` Marc Kleine-Budde
2014-09-30 13:45     ` Marc Kleine-Budde
2014-09-30 13:45       ` Marc Kleine-Budde
2014-09-30 14:02       ` Roger Quadros
2014-09-30 14:02         ` Roger Quadros
2014-09-30 14:11         ` Marc Kleine-Budde
2014-09-30 14:11           ` Marc Kleine-Budde
2014-09-09 14:31 ` [PATCH v2 3/3] net: can: c_can: Add support for START pulse in RAMINIT sequence Roger Quadros
2014-09-09 14:31   ` Roger Quadros

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.