aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-071-6/+7
* Fix LINT: Add backlight to NOTESEmmanuel Vadot2020-10-021-0/+3
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-273-7/+5
* Don't send a signal with uninitialized 'sig' and 'code' fields.Michal Meloun2020-09-271-2/+8
* Regen after r366145.Edward Tomasz Napierala2020-09-252-407/+413
* aw_pwm: add a check and some comments related to long periodsAndriy Gapon2020-09-251-0/+14
* aw_pwm: ensure sane configuration, just in caseAndriy Gapon2020-09-251-0/+7
* aw_pwm: fix programming of the periodAndriy Gapon2020-09-251-1/+1
* aw_pwm: fix selection of the prescalerAndriy Gapon2020-09-251-1/+1
* aw_pwm: remove the busy bit checkAndriy Gapon2020-09-251-4/+0
* aw_pwm: trivially add H3 supportAndriy Gapon2020-09-251-0/+1
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-212-1/+13
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-213-69/+28
* aw_usbphy: add support for device mode operationAndriy Gapon2020-09-211-39/+39
* arm: allwinner: aw_nmi: Fix wrong logic when we disable the nmiEmmanuel Vadot2020-09-201-4/+4
* Add missing assignment forgotten in r365899Michal Meloun2020-09-201-0/+1
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-0/+27
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-2/+0
* Move SV_ABI_ERRNO translation into linux-specific code, to simplifyEdward Tomasz Napierala2020-09-151-1/+1
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-141-32/+1
* bcm2838_pci.c: Respect DMA limits of controller.Mike Karels2020-09-121-31/+72
* Allwinner USB DRD support (musb_otg)Andriy Gapon2020-09-072-0/+24
* aw_clk_nm: fix incorrect use of abs()Andriy Gapon2020-09-071-2/+4
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-1/+1
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-022-1/+8
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-01243-725/+100
* Fix arm64 build after r364927Emmanuel Vadot2020-08-291-2/+2
* Retire devctl_notify_f()Warner Losh2020-08-291-1/+1
* arm: allwinner: clk: Add printfs when we cannot set the correct freqEmmanuel Vadot2020-08-281-0/+4
* arm: ti: Fix Beaglebone black MMC after DTS updateEmmanuel Vadot2020-08-271-0/+1
* Pass pointers to info parsed from notes, to brandinfo->header_supported filter.Konstantin Belousov2020-08-231-2/+4
* None of system, subsystem, or type may have spaces in them. Convert the spacesWarner Losh2020-08-182-4/+4
* aw_cir: in the pulse encoding the actual length is one greater than valueAndriy Gapon2020-08-121-12/+14
* aw_cir: lower activation threshold to support NECx protocolAndriy Gapon2020-08-121-5/+7
* aw_cir: minor cleanupsAndriy Gapon2020-08-121-2/+3
* aw_cir: add support for allwinner,sun6i-a31-ir (found, e.g., on h3)Andriy Gapon2020-08-121-2/+7
* ccu_sun8i_r: minor comment updateAndriy Gapon2020-08-061-1/+1
* allwinner: clk: Fix nm clock calculationEmmanuel Vadot2020-08-051-2/+2
* Add a GPIO driver for the Raspberry Pi firmware GPIOsAndrew Turner2020-08-031-0/+457
* Allow the Raspberry Pi firmware driver to be a busAndrew Turner2020-08-031-11/+13
* Handle Raspberry Pi 4 xhci firmware loading.Andrew Turner2020-08-034-1/+258
* Move Ti AM335x to dev/extres/clk framework.Michal Meloun2020-07-3054-2171/+4991
* Only try managing the regulator when EXT_RESOURCES is definedAndrew Turner2020-07-291-0/+6
* Add a workaround for a bug when setting the Raspberry GIO config and stateAndrew Turner2020-07-281-0/+11
* Aadd Raspberry Pi firmware messages to manage GPIOsAndrew Turner2020-07-281-0/+55
* Switch the bcm2835 cpufreq driver to use the firmware interfaceAndrew Turner2020-07-283-261/+265
* Move the bcm2835 firmware driver earlier in the boot.Andrew Turner2020-07-281-2/+3
* Revert r363639 so I can use a more correct commit messageAndrew Turner2020-07-281-3/+2
* Move the bcm2835 mailbox driver earlier in the bootAndrew Turner2020-07-281-1/+2