[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2018-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

Eitan Adler  changed:

   What|Removed |Added

 Status|In Progress |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2018-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

--- Comment #9 from Eitan Adler  ---
For bugs matching the following conditions:
- Status == In Progress
- Assignee == "b...@freebsd.org"
- Last Modified Year <= 2017

Do
- Set Status to "Open"

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

--- Comment #7 from Emmanuel Vadot  ---
If rt == it == gpio, yes the gpios are working.
The only thing not working on the board now are the wifi chipset and the
ethernet switch. I need to find some time to work on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

--- Comment #8 from Kevin Lo  ---
Sorry, I mean the ethernet adapter (sys/dev/rt).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

--- Comment #6 from Kevin Lo  ---
Mine is Hame MPR-A1.  I haven't had time to test your gpio driver yet.
BTW, does rt work?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

--- Comment #5 from Emmanuel Vadot  ---
I'll try that next week.
Do you have any RT305x hardware to test if my patch have any regression ?

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

Kevin Lo  changed:

   What|Removed |Added

 CC||ke...@freebsd.org

--- Comment #4 from Kevin Lo  ---
(In reply to Emmanuel Vadot from comment #0)

Thanks for working on it.  I have a diff that returns the clock frequency 
from rt305x_clock_freq() instead of a hard coded PLATFORM_COUNTER_FREQ and
supports RAM size detection.

http://people.freebsd.org/~kevlo/rt5350.diff

Could you test it?  Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

--- Comment #2 from Emmanuel Vadot  ---
The macros were removed cause they didn't work and I was too lazy at the time
to check what was the problem. And, of course, after I forgot to correct and
use them.

I don't have any RT305x hardware to test so I don't know if I broke something
or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

Adrian Chadd  changed:

   What|Removed |Added

 CC||adr...@freebsd.org

--- Comment #1 from Adrian Chadd  ---
hi!

Cool. I'll look at committing this soon.

Question: why'd you remove GPIO_BIT_SET/GPIO_BIT_CLR? You're directly calling
the bus_read/bus_write code now. Is this intentional?

Does this also work with RT305x?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

Adrian Chadd  changed:

   What|Removed |Added

 Status|New |In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

--- Comment #3 from Adrian Chadd  ---
ok, let's go see if I can find some RT305x and RT5350 hardware to test with.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-10-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

Kubilay Kocak  changed:

   What|Removed |Added

 CC||freebsd-embed...@freebsd.or
   ||g
   Hardware|Any |mips
   Keywords||feature

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 201958] [patch] MIPS: Add RT5350F SoC support

2015-07-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201958

Bug ID: 201958
   Summary: [patch] MIPS: Add RT5350F SoC support
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: Any
OS: Any
Status: New
  Keywords: patch
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: m...@bidouilliste.com
  Keywords: patch

Created attachment 159354
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159354action=edit
rt5350 support

The RT5350 is a MIPS SoC by RaLink.
The SoC is pretty similar to the already in-tree RT305X.

This patch adds :

 - Support for the RT5350F
 - Selection of SoC in kernel config
 - Add kernel config RT5350_BASE and corresponding hint files with sane
defaults.
 - Add kernel config for the Olimex RT5350 EVB and hints files
 - Configuration of GPIO via pinmask/pinon and function_set/fonction_clear hint
value.
 - Add a pinin hint value to configure a GPIO as input at boot.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org