Age | Commit message (Expand) | Author | Files | Lines |
2018-07-13 | gpiolib: Join one line back for better readability | Andy Shevchenko | 1 | -3/+1 |
2018-07-13 | gpio: pxa: Fix potential NULL dereference | Wei Yongjun | 1 | -0/+2 |
2018-07-13 | gpio: mt7621: add OF_GPIO dependency | Arnd Bergmann | 1 | -0/+1 |
2018-07-13 | gpio: aspeed: fix compile testing warning | Arnd Bergmann | 1 | -1/+1 |
2018-07-13 | gpiolib: Consistent use of ->get_direction() inside gpiolib | Andy Shevchenko | 1 | -6/+1 |
2018-07-13 | gpiolib: Mark gpio_suffixes array with __maybe_unused | Andy Shevchenko | 1 | -1/+1 |
2018-07-09 | gpiolib: Defer on non-DT find_chip_by_name() failure | Janusz Krzysztofik | 1 | -3/+10 |
2018-07-09 | gpiolib: Respect error code of ->get_direction() | Andy Shevchenko | 1 | -0/+6 |
2018-07-09 | gpio: mt7621: Edit to preferred syntax | Linus Walleij | 1 | -44/+41 |
2018-07-09 | gpio: mt7621: Add a driver for MT7621 | Sergio Paracuellos | 3 | -0/+344 |
2018-07-09 | gpiolib: Join string literals back | Andy Shevchenko | 1 | -7/+5 |
2018-07-02 | Merge branch 'ib-aspeed' into devel | Linus Walleij | 1 | -58/+368 |
2018-07-02 | gpio: aspeed: Add interfaces for co-processor to grab GPIOs | Benjamin Herrenschmidt | 1 | -20/+231 |
2018-07-02 | gpio: aspeed: Add command source registers | Benjamin Herrenschmidt | 1 | -0/+54 |
2018-07-02 | gpio: aspeed: Add "Read Data" register to read the write latch | Benjamin Herrenschmidt | 1 | -2/+27 |
2018-07-02 | gpio: aspeed: Rework register type accessors | Benjamin Herrenschmidt | 1 | -49/+69 |
2018-07-02 | gpio: pca953x: suppress interrupts warning when not applicable | Baruch Siach | 1 | -1/+1 |
2018-07-02 | gpio: syscon: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: stp-xway: Include the right header | Linus Walleij | 1 | -2/+1 |
2018-07-02 | gpio: stmpe: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: sta2x11: Inline regs macro | Linus Walleij | 1 | -12/+7 |
2018-07-02 | gpio: sta2x11: Use BIT() macro | Linus Walleij | 1 | -12/+8 |
2018-07-02 | gpio: sta2x11: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: spear-spics: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: sch311x: Replace unsigned char with u8 | Linus Walleij | 1 | -7/+7 |
2018-07-02 | gpio: sch311x: Implement open drain support | Linus Walleij | 1 | -0/+29 |
2018-07-02 | gpio: sch311x: Use RMW to change direction | Linus Walleij | 1 | -10/+12 |
2018-07-02 | gpio: sch311x: Implement .get_direction() | Linus Walleij | 1 | -0/+13 |
2018-07-02 | gpio: sch311x: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: sch: Implement .get_direction() | Linus Walleij | 1 | -0/+8 |
2018-07-02 | gpio: sch: Include the right header | Linus Walleij | 1 | -2/+1 |
2018-07-02 | gpio: sa1100: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: rdc321x: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: rcar: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: rc5t583: Include the right header | Linus Walleij | 1 | -1/+1 |
2018-07-02 | gpio: stp-xway: Implement get callback | Mathias Kresin | 1 | -0/+15 |
2018-07-02 | gpio: tegra186: Add support for Tegra194 | Mikko Perttunen | 1 | -0/+74 |
2018-06-18 | gpio: Add API to explicitly name a consumer | Linus Walleij | 1 | -0/+13 |
2018-06-18 | gpio: max732x: add error handling for i2c_new_dummy | Zhouyang Jia | 1 | -0/+12 |
2018-06-18 | gpio: davinci: Do not assume continuous IRQ numbering | Keerthy | 1 | -21/+42 |
2018-06-18 | gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probe | Keerthy | 1 | -18/+11 |
2018-06-18 | gpio: Fix wrong rounding in gpio-menz127 | Nadav Amit | 1 | -2/+2 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 6 | -14/+16 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-08 | Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 45 | -285/+542 |
2018-06-07 | Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+10 |
2018-06-07 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -4/+2 |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 1 | -2/+1 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -2/+1 |
2018-06-05 | gpio: madera: Support Cirrus Logic Madera class codecs | Richard Fitzgerald | 3 | -0/+213 |