1. 06 10月, 2009 1 次提交
  2. 22 6月, 2009 2 次提交
  3. 16 6月, 2009 2 次提交
    • M
      [S390] pm: con3270 power management callbacks. · 4b214a0c
      Martin Schwidefsky 提交于
      Introduce the power management callbacks to the 3270 driver. On suspend
      the current 3270 view is deactivated and for non-console 3270 device
      the release callback is done. This disconnects the current tty /
      fullscreen application from the 3270 device. On resume the current
      view is reactivated, on the tty you get a fresh login.
      If the system panics before the 3270 device has been resumed, the ccw
      device for the 3270 console is reactivated with ccw_device_force_console.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      4b214a0c
    • G
      s390: remove driver_data direct access of struct device · dff59b64
      Greg Kroah-Hartman 提交于
      In the near future, the driver core is going to not allow direct access
      to the driver_data pointer in struct device.  Instead, the functions
      dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
      have been around since the beginning, so are backwards compatible with
      all older kernel versions.
      
      Thanks to Sebastian Ott <sebott@linux.vnet.ibm.com> for fixing a few
      typos in my original version of this patch.
      
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Sebastian Ott <sebott@linux.vnet.ibm.com>
      Cc: linux-s390@vger.kernel.org
      Cc: linux390@de.ibm.com
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      dff59b64
  4. 17 10月, 2008 1 次提交
  5. 11 10月, 2008 1 次提交
  6. 22 7月, 2008 1 次提交
  7. 14 7月, 2008 3 次提交
  8. 30 5月, 2008 1 次提交
  9. 26 1月, 2008 1 次提交
  10. 22 10月, 2007 1 次提交
  11. 22 8月, 2007 1 次提交
  12. 27 7月, 2007 1 次提交
  13. 31 5月, 2007 1 次提交
  14. 10 5月, 2007 1 次提交
  15. 06 2月, 2007 1 次提交
  16. 18 7月, 2006 1 次提交
  17. 12 7月, 2006 1 次提交
  18. 01 7月, 2006 1 次提交
  19. 29 6月, 2006 1 次提交
    • M
      [S390] modular 3270 driver. · 132fab13
      Martin Schwidefsky 提交于
      The initial i/o to a 3270 device is done using the static module variables
      raw3270_init_data and raw3270_init_request. If the 3270 device driver is
      built as a module and gets loaded above 2GB, the initial i/o will fail
      because these variables will get addresses > 2GB. To make it work the
      two variables are moved to struct raw3270 and the data structure is
      allocated with GFP_DMA.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      132fab13
  20. 27 3月, 2006 1 次提交
  21. 24 3月, 2006 1 次提交
  22. 18 11月, 2005 1 次提交
  23. 07 11月, 2005 1 次提交
  24. 31 10月, 2005 1 次提交
  25. 05 9月, 2005 1 次提交
  26. 21 6月, 2005 1 次提交
  27. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4