mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* do we need regmap-i2c in barebox?
@ 2021-11-03 17:35 Antony Pavlov
  2021-11-03 17:39 ` Ahmad Fatoum
  0 siblings, 1 reply; 3+ messages in thread
From: Antony Pavlov @ 2021-11-03 17:35 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Hi!

I have made draft version of pcf85363 i2c rtc driver for barebox.
I used drivers/rtc/rtc-pcf85363.c from linux kernel as a prototype.
The linux driver uses REGMAP_I2C linux feature. Barebox has regmap
framework, but no special i2c regmap features.

In barebox source tree I have found drivers/mfd/stpmic1.c which
uses regmap for i2c device without REGMAP_I2C linux feature.
So I have just stolen i2c regmap code from stpmic1.c for pcf85363
driver. I'll send pcf85363 i2c rtc driver for barebox in a separate
message.

Is there any sense in porting drivers/base/regmap/regmap-i2c.c from
linux into barebox?

-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2021-11-03 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 17:35 do we need regmap-i2c in barebox? Antony Pavlov
2021-11-03 17:39 ` Ahmad Fatoum
2021-11-03 17:54   ` Antony Pavlov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox