Extend driver's compatible strings' table and enable I2C compilation in
kernconf.
Obtained from: Semihalf
Sponsored by: Stormshield
Submitted by: Jan Dabros <jsd@semihalf.com>
Differential D4422 Authored by bsz_semihalf.com on Dec 7 2015, 8:03 AM.
Details
Summary Extend driver's compatible strings' table and enable I2C compilation in Obtained from: Semihalf
Diff Detail
Event Timelinebsz_semihalf.com updated this object. Herald added a subscriber: andrew. · View Herald TranscriptDec 7 2015, 8:03 AM2015-12-07 08:03:32 (UTC+0) bsz_semihalf.com added a parent revision: D4421: Add a new RTC driver for Armada38x.Dec 7 2015, 8:03 AM2015-12-07 08:03:40 (UTC+0) bsz_semihalf.com removed rS FreeBSD src repository - subversion as the repository for this revision. • ian edited edge metadata. This revision is now accepted and ready to land.Dec 10 2015, 12:34 AM2015-12-10 00:34:53 (UTC+0) Closed by commit rS294435: Add support for I2C on Armada38x (authored by zbb). · Explain WhyJan 20 2016, 2:21 PM2016-01-20 14:21:27 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 10846 sys/arm/conf/ARMADA38X
sys/arm/mv/twsi.c
|
Define time_after32() like time_after() . int is always 32-bit on our platforms. Else a lot of things will break.