aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/samsung
Commit message (Expand)AuthorAgeFilesLines
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-181-0/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Remove more unneeded users of the fdt_pic_decode_t table.Andrew Turner2016-11-111-21/+0
* Fix device delete child function.Hans Petter Selasky2016-10-171-6/+0
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-042-2/+2
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Correct syntax errors that only show up when compiled with INVARIANTS.Ian Lepore2016-07-091-2/+2
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-5/+5
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-105-18/+18
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-7/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.Svatopluk Kraus2016-02-222-4/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-2/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Add support for exynos5_ehci in loaderZbigniew Bodek2015-11-273-2/+12
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'tWarner Losh2015-11-202-4/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.Andrew Turner2015-11-202-10/+0
* Fix buffer overflow in exynos5_ehciZbigniew Bodek2015-11-171-1/+1
* Remove the s3c2xx0 code, it's no longer used. As far as I know I as theAndrew Turner2015-10-2820-3645/+0
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore2015-10-181-1/+1
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.Ian Lepore2015-10-091-2/+2
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-2/+2
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+1
* Use the new gic option on all configs that need it.Andrew Turner2015-05-101-1/+0
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-112-0/+2
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+3
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-292-2/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.Andrew Turner2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-291-1/+1
* Stop building unused cpuvunc_* files, we don't need anything from these.Andrew Turner2015-03-291-2/+0
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-073-3/+12
* Add quirk to disable 64-bit XHCI DMA after r276717.Hans Petter Selasky2015-03-021-1/+1
* Update Exynos5 XHCI attach code after r276717.Hans Petter Selasky2015-03-021-72/+52
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-311-4/+18
* Clean up and fix the device detach routine and the failure path on GPIOLuiz Otavio O Souza2015-01-311-4/+15
* Remove a couple files that are no longer used (functionality take over byIan Lepore2015-01-212-165/+0
* Use the base arm bus_space instead of an identical local copy.Ian Lepore2015-01-214-30/+34
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-1/+1
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-211-9/+8
* Rename Exynos UART driver. No functional change.Ruslan Bukin2015-01-131-62/+62
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeAndrew Turner2015-01-111-1/+1