1. 29 8月, 2017 1 次提交
  2. 11 7月, 2017 1 次提交
  3. 28 5月, 2016 2 次提交
  4. 03 9月, 2015 1 次提交
    • A
      MIPS: Remove all the uses of custom gpio.h · 832f5dac
      Alban Bedel 提交于
      Currently CONFIG_ARCH_HAVE_CUSTOM_GPIO_H is defined for all MIPS
      machines, and each machine type provides its own gpio.h. However
      only a handful really implement the GPIO API, most just forward
      everythings to gpiolib.
      
      The Alchemy machine is notable as it provides a system to allow
      implementing the GPIO API at the board level. But it is not used by
      any board currently supported, so it can also be removed.
      
      For most machine types we can just remove the custom gpio.h, as well
      as the custom wrappers if some exists. Some of the code found in
      the wrappers must be moved to the respective GPIO driver.
      
      A few more fixes are need in some drivers as they rely on linux/gpio.h
      to provides some machine specific definitions, or used asm/gpio.h
      instead of linux/gpio.h for the gpio API.
      Signed-off-by: NAlban Bedel <albeu@free.fr>
      Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
      Cc: linux-mips@linux-mips.org
      Cc: Hauke Mehrtens <hauke@hauke-m.de>
      Cc: Rafał Miłecki <zajec5@gmail.com>
      Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Alexandre Courbot <gnurou@gmail.com>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Florian Fainelli <florian@openwrt.org>
      Cc: Manuel Lauss <manuel.lauss@gmail.com>
      Cc: Joe Perches <joe@perches.com>
      Cc: Daniel Walter <dwalter@google.com>
      Cc: Sergey Ryazanov <ryazanov.s.a@gmail.com>
      Cc: Huacai Chen <chenhc@lemote.com>
      Cc: James Hartley <james.hartley@imgtec.com>
      Cc: Andrew Bresticker <abrestic@chromium.org>
      Cc: Paul Burton <paul.burton@imgtec.com>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Bjorn Helgaas <bhelgaas@google.com>
      Cc: Wolfram Sang <wsa@the-dreams.de>
      Cc: Randy Dunlap <rdunlap@infradead.org>
      Cc: Varka Bhadram <varkabhadram@gmail.com>
      Cc: Masanari Iida <standby24x7@gmail.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Michael Buesch <m@bues.ch>
      Cc: abdoulaye berthe <berthe.ab@gmail.com>
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-ide@vger.kernel.org
      Cc: linux-gpio@vger.kernel.org
      Cc: linux-input@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/10828/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      832f5dac
  5. 31 3月, 2015 1 次提交
  6. 25 11月, 2014 2 次提交
  7. 22 9月, 2014 1 次提交
  8. 30 7月, 2014 9 次提交
  9. 31 3月, 2014 1 次提交
    • M
      MIPS: Alchemy: remove duplicate UART register offset definitions · 61d3edb8
      Manuel Lauss 提交于
      The UART register names are identical to the ones in uapi/linux/serial_reg.h,
      which causes build failures in various drivers when they indirectly pull in
      the au1000.h header, for example via gpio.h:
      
      In file included from arch/mips/include/asm/mach-au1x00/gpio.h:13:0,
                       from arch/mips/include/asm/gpio.h:4,
                       from include/linux/gpio.h:48,
                       from include/linux/ssb/ssb.h:9,
                       from drivers/ssb/driver_mipscore.c:11:
      arch/mips/include/asm/mach-au1x00/au1000.h:1171:0: note: this is the location of the previous definition
       #define UART_LSR 0x1C /* Line Status Register */
      
      Get rid of the altogether, nothing in the core Alchemy code depends
      on them any more.
      Signed-off-by: NManuel Lauss <manuel.lauss@gmail.com>
      Cc: Linux-MIPS <linux-mips@linux-mips.org>
      Patchwork: https://patchwork.linux-mips.org/patch/6664/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      61d3edb8
  10. 19 9月, 2013 1 次提交
  11. 01 2月, 2013 1 次提交
  12. 14 12月, 2012 1 次提交
  13. 11 10月, 2012 1 次提交
  14. 29 3月, 2012 1 次提交
  15. 21 2月, 2012 1 次提交
  16. 08 12月, 2011 5 次提交
  17. 29 10月, 2011 1 次提交
  18. 25 10月, 2011 9 次提交