summaryrefslogtreecommitdiffstats
path: root/plugins/nokia-gpio.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-31n900: add n950 supportSebastian Reichel1-5/+20
The Nokia N950 can use the same driver as the Nokia N900, but the CBS interface is broken and must not be enabled.
2011-05-11nokia-gpio: Fix memory leakBertrand Aygon1-1/+5
All dir opened with opendir must be closed with closedir
2011-05-11nokia-gpio: Fix minor style issueBertrand Aygon1-1/+0
2011-02-07plugins: Adapt isiusb and gpio plugins to new APIAki Niemi1-1/+1
2010-12-22n900: Adapt and refactor n900 pluginAki Niemi1-7/+7
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-3/+3
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-10-01n900: Fix link target statusAki Niemi1-1/+1
2010-10-01isi: Remove not needed includes for oFono headersMarcel Holtmann1-3/+0
2010-10-01isi: Fix up the copyright headers of modem pluginsMarcel Holtmann1-13/+13
It is important that the copyright headers are consistent throughout the source code. While the copyright might be owned by different people of companies, the header itself with its license information should be identical.
2010-09-30gisi: Remove route adding APIAki Niemi1-9/+0
2010-09-30n900: modem driver plugin for Nokia N900Pekka Pessi1-0/+829
This patch adds a modem driver plugin for the Nokia N900 internal modem. It controls the modem using the appropriate GPIO lines and thus works without the Maemo userspace. This plugin can run natively on the N900 with either Maemo or Meego kernels. However, it conflicts with the Maemo userspace, for which isigen should be used instead.