1. 15 4月, 2015 1 次提交
    • G
      i2c: jz4780: Fix build for m68k and sparc64 · c7f94520
      Guenter Roeck 提交于
      Fix:
      
      drivers/i2c/busses/i2c-jz4780.c: In function 'jz4780_i2c_readw':
      drivers/i2c/busses/i2c-jz4780.c:181:2: error:
      		implicit declaration of function 'readw'
      drivers/i2c/busses/i2c-jz4780.c: In function 'jz4780_i2c_writew':
      drivers/i2c/busses/i2c-jz4780.c:187:2: error:
      		implicit declaration of function 'writew'
      
      seen with sparc64:allmodconfig and m68k:allmodconfig.
      
      The driver has to include linux/io.h.
      
      Fixes: ba92222e ("i2c: jz4780: Add i2c bus controller driver
      	for Ingenic JZ4780")
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      c7f94520
  2. 11 4月, 2015 1 次提交
  3. 10 4月, 2015 2 次提交
  4. 04 4月, 2015 1 次提交
  5. 27 3月, 2015 4 次提交
  6. 22 3月, 2015 1 次提交
  7. 17 3月, 2015 1 次提交
    • R
      ACPI: Introduce has_acpi_companion() · ca5b74d2
      Rafael J. Wysocki 提交于
      Now that the ACPI companions of devices are represented by pointers
      to struct fwnode_handle, it is not quite efficient to check whether
      or not an ACPI companion of a device is present by evaluating the
      ACPI_COMPANION() macro.
      
      For this reason, introduce a special static inline routine for that,
      has_acpi_companion(), and update the code to use it where applicable.
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      ca5b74d2
  8. 15 3月, 2015 16 次提交
  9. 14 3月, 2015 1 次提交
  10. 13 3月, 2015 10 次提交
  11. 09 3月, 2015 2 次提交