summaryrefslogtreecommitdiffstats
path: root/sys/arm/altera
Commit message (Expand)AuthorAgeFilesLines
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-3/+20
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-0/+1
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Add driver for general-purpose I/O (GPIO).br2015-01-022-0/+438
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-011-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
* o Add BERI Virtio Networking Frontend (if_vtbe)br2014-12-091-1/+2
* Add new devices to the config.br2014-11-251-0/+2
* o Add PIO and vtblk mmio device info to the treebr2014-11-251-0/+3
* Provide a character device allowing us to access BERI memory regions.br2014-10-221-0/+3
* Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).br2014-10-211-0/+1
* Add driver for BERI soft processor 'ring buffer' device.br2014-10-191-0/+1
* o Add machine-dependent SMP partbr2014-10-103-0/+184
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-072-0/+4
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000br2014-09-251-0/+2
* Add Reset Manager driver. This driver provides generic way to resetbr2014-09-115-6/+377
* o Remove __unused attribute on variables which actually usedbr2014-09-062-33/+24
* Add FPGA Manager driver. This driver allows to program FPGA corebr2014-09-063-0/+481
* Add initial support for Altera SOCFPGA (heterogeneous ARM/FPGA) SoC family.br2014-09-044-0/+228
OpenPOWER on IntegriCloud