summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: davinci: make irqs.h a local headerBartosz Golaszewski2019-02-1916-26/+30
* ARM: davinci: select SPARSE_IRQBartosz Golaszewski2019-02-198-2/+9
* ARM: davinci: wrap HW interrupt numbers with a macroBartosz Golaszewski2019-02-1913-239/+246
* ARM: davinci: pull davinci_intc_base into the respective intc driversBartosz Golaszewski2019-02-194-3/+3
* ARM: davinci: remove davinci_intc_typeBartosz Golaszewski2019-02-1911-14/+0
* ARM: davinci: select GENERIC_IRQ_MULTI_HANDLERBartosz Golaszewski2019-02-194-39/+52
* ARM: davinci: aintc: use irq domainBartosz Golaszewski2019-02-191-8/+27
* ARM: davinci: remove intc_host_map from davinci_soc_info structBartosz Golaszewski2019-02-192-6/+0
* input: davinci_keyscan: remove unnecessary includesBartosz Golaszewski2019-02-191-4/+0
* usb: ohci-da8xx: remove unused callbacks from platform dataBartosz Golaszewski2019-02-121-14/+0
* ARM: davinci: da830-evm: remove legacy usb helpersBartosz Golaszewski2019-02-121-67/+0
* ARM: davinci: omapl138-hawk: remove legacy usb helpersBartosz Golaszewski2019-02-121-74/+1
* usb: ohci-da8xx: add vbus and overcurrent gpiosBartosz Golaszewski2019-02-121-49/+50
* ARM: davinci: da830-evm: use gpio lookup entries for usb gpiosBartosz Golaszewski2019-02-121-0/+10
* ARM: davinci: omapl138-hawk: use gpio lookup entries for usb gpiosBartosz Golaszewski2019-02-121-0/+10
* usb: ohci-da8xx: add a helper pointer to &pdev->devBartosz Golaszewski2019-02-121-9/+9
* usb: ohci-da8xx: add a new line after local variablesBartosz Golaszewski2019-02-121-0/+1
* ARM: davinci: da850-evm: use GPIO hogs instead of the legacy APIBartosz Golaszewski2019-02-081-8/+14
* ARM: davinci: mityomapl138: use device properties for at24 eepromBartosz Golaszewski2019-01-101-6/+6
* ARM: davinci: mityomapl138: use nvmem notifiersBartosz Golaszewski2019-01-101-3/+15
* ARM: davinci: remove dead code related to MAC address readingBartosz Golaszewski2019-01-102-16/+0
* ARM: davinci: sffsdr: use device properties for at24 eepromBartosz Golaszewski2019-01-101-6/+5
* ARM: davinci: sffsdr: fix the at24 eeprom device nameBartosz Golaszewski2019-01-101-1/+1
* ARM: davinci: dm646x-evm: use device properties for at24 eepromBartosz Golaszewski2019-01-101-8/+5
* ARM: davinci: dm644x-evm: use device properties for at24 eepromBartosz Golaszewski2019-01-101-8/+5
* ARM: davinci: da830-evm: use device properties for at24 eepromBartosz Golaszewski2019-01-101-8/+5
* ARM: davinci: dm365-evm: use device properties for at24 eepromBartosz Golaszewski2019-01-101-8/+5
* ARM: davinci: mityomapl138: don't read the MAC address from machine codeBartosz Golaszewski2019-01-101-8/+0
* ARM: davinci: da850-evm: remove dead MTD codeBartosz Golaszewski2019-01-101-28/+0
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-071-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0794-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14
| * kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-069-25/+16
| * kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-061-2/+2
| * kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-061-4/+2
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-0642-119/+65
| * kallsyms: lower alignment on ARMMathias Krause2019-01-061-2/+2
| * scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall2019-01-061-0/+5
| * scripts: coccinelle: check for redeclarationJulia Lawall2019-01-061-0/+3
| * kconfig: remove unused "file" field of yylval unionMasahiro Yamada2019-01-061-1/+0
| * nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0
| * nios2: remove unneeded HAS_DMA defineMasahiro Yamada2019-01-061-3/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-01-0727-166/+620
|\ \