Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger options | Michael Hennerich | 2010-08-06 | 1 | -0/+105 |
| | | | | | | | | | Newer parts have optional Hysteresis/Schmitt Trigger options to help with dirty signals. So add some kconfig options for tuning this and enable it by default for people. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Blackfin: mass clean up of copyright/licensing info | Robin Getz | 2009-10-07 | 1 | -25/+2 |
| | | | | | | | | | | | | | | | | | | Bill Gatliff & David Brownell pointed out we were missing some copyrights, and licensing terms in some of the files in ./arch/blackfin, so this fixes things, and cleans them up. It also removes: - verbose GPL text(refer to the top level ./COPYING file) - file names (you are looking at the file) - bug url (it's in the ./MAINTAINERS file) - "or later" on GPL-2, when we did not have that right It also allows some Blackfin-specific assembly files to be under a BSD like license (for people to use them outside of Linux). Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Blackfin arch: add support for Blackfin latest processor family BF51x | Bryan Wu | 2008-11-18 | 1 | -0/+132 |
Signed-off-by: Bryan Wu <cooloney@kernel.org> |