linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT]: IDE
@ 2009-12-08 23:49 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-12-08 23:49 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Mostly minor cleanups, and an increase in WAIT_DRQ to accomodate
CF cards, SSD drives, and other slow devices.

Also a UDMA fix for the slc90e66 driver which came a bit late
for 2.6.32 and I have thus queued up for -stable.

Please pull, thanks a lot.

The following changes since commit a252e749f1ae17e43ccc5824f7b1b5854417c98b:
  Linus Torvalds (1):
        sctp: fix compile error due to sysctl mismerge

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-next-2.6.git master

Bartlomiej Zolnierkiewicz (9):
      hpt366: remove dead old timing tables
      slc90e66: fix UDMA handling
      cs5535: add pci id for AMD based CS5535 controllers
      alim15x3: remove obsolete and dangerous wdc_udma parameter
      cmd64x: remove no longer needed debugging code
      cy82c693: remove no longer needed debugging code
      pdc202xx_old: remove no longer needed debugging code
      sis5513: remove stale TODO
      sl82c105: remove no longer needed debugging code

Borislav Petkov (1):
      ide-tape: remove the BKL

David S. Miller (4):
      ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.
      Merge branch 'master' of master.kernel.org:/.../davem/ide-2.6
      Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
      Merge branch 'ide-dcr' of git://git.kernel.org/.../bart/misc

H Hartley Sweeten (3):
      drivers/ide/au1xxx-ide.c: use resource_size()
      drivers/ide/ide_platform.c: use resource_size()
      drivers/ide/tx4938ide.c: use resource_size()

Robert Hancock (1):
      ide: update Kconfig text to mark as deprecated

Sergei Shtylyov (1):
      hpt366: kill unused #define's

 drivers/ide/Kconfig        |   43 ++++++-----------------------
 drivers/ide/alim15x3.c     |   12 +-------
 drivers/ide/au1xxx-ide.c   |    7 ++---
 drivers/ide/cmd64x.c       |   17 -----------
 drivers/ide/cs5535.c       |    1 +
 drivers/ide/cy82c693.c     |   27 ------------------
 drivers/ide/hpt366.c       |   65 --------------------------------------------
 drivers/ide/ide-tape.c     |   21 ++++++++++----
 drivers/ide/ide_platform.c |    8 +++---
 drivers/ide/pdc202xx_old.c |   15 ----------
 drivers/ide/sis5513.c      |    9 ------
 drivers/ide/sl82c105.c     |   24 +---------------
 drivers/ide/slc90e66.c     |    3 +-
 drivers/ide/tx4938ide.c    |    2 +-
 include/linux/ide.h        |    4 +-
 15 files changed, 38 insertions(+), 220 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
  2020-04-06 18:24 [GIT] IDE David Miller
@ 2020-04-07 19:55 ` pr-tracker-bot
  0 siblings, 0 replies; 61+ messages in thread
From: pr-tracker-bot @ 2020-04-07 19:55 UTC (permalink / raw)
  To: David Miller; +Cc: torvalds, akpm, linux-ide, linux-kernel

The pull request you sent on Mon, 06 Apr 2020 11:24:10 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git refs/heads/master

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/498ff42d557df021632d50cbd3f438c2e09d9743

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2020-04-06 18:24 David Miller
  2020-04-07 19:55 ` pr-tracker-bot
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2020-04-06 18:24 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


As usual, very quiet in this subsystem.  Just a
list_for_each_entry_safe() conversion.

Please pull, thanks a lot!

The following changes since commit bef7b2a7be28638770972ab2709adf11d601c11a:

  Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux (2020-04-02 17:32:52 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 78a515f9faf3af43cf9c4f61254dd1c5b3cb2d0b:

  drivers/ide: Fix build regression. (2020-04-04 18:07:59 -0700)

----------------------------------------------------------------
David S. Miller (1):
      drivers/ide: Fix build regression.

chenqiwu (1):
      drivers/ide: convert to list_for_each_entry_safe()

 drivers/ide/ide-scan-pci.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
  2020-01-30 10:07 David Miller
@ 2020-01-30 18:00 ` pr-tracker-bot
  0 siblings, 0 replies; 61+ messages in thread
From: pr-tracker-bot @ 2020-01-30 18:00 UTC (permalink / raw)
  To: David Miller; +Cc: torvalds, akpm, linux-ide, linux-kernel

The pull request you sent on Thu, 30 Jan 2020 11:07:13 +0100 (CET):

> git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git refs/heads/master

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5e237e8c77279a0873a5e9806a5459ebc840c9ce

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2020-01-30 10:07 David Miller
  2020-01-30 18:00 ` pr-tracker-bot
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2020-01-30 10:07 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


1) Fix mem region name in tx4949ide driver, from Christophe JAILLET.

2) Make drive->dn read only, it should not be changeable by users.
   From Dan Carpenter.

3) Several cast fixups from Krzysztof Kozlowski.

There is also going to be a removal of a now unused IDE driver, but
that will come via the MIPS tree.

Please pull, thanks a lot!

The following changes since commit 7b5cf701ea9c395c792e2a7e3b7caf4c68b87721:

  Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2019-07-22 09:30:34 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 2fd3c5c617937cde5aafa48db4f4056e1f705987:

  ide: make drive->dn read only (2020-01-30 11:03:24 +0100)

----------------------------------------------------------------
Christophe JAILLET (1):
      ide: tx4939ide: Fix the name used in a 'devm_request_mem_region()' call

Chuhong Yuan (1):
      ide: Use dev_get_drvdata where possible

Dan Carpenter (3):
      cmd64x: potential buffer overflow in cmd64x_program_timings()
      ide: serverworks: potential overflow in svwks_set_pio_mode()
      ide: make drive->dn read only

Guoqing Jiang (1):
      ide: remove unnecessary touch_softlockup_watchdog

Krzysztof Kozlowski (2):
      ide: ht6560b: Fix cast to pointer from integer of different size
      ide: qd65xx: Fix cast to pointer from integer of different size

Masahiro Yamada (1):
      ide: remove unneeded header include path to drivers/ide

Wang Hai (1):
      ide: remove set but not used variable 'hwif'

 drivers/ide/Makefile      | 2 --
 drivers/ide/cmd64x.c      | 3 +++
 drivers/ide/ht6560b.c     | 2 +-
 drivers/ide/ide-iops.c    | 1 -
 drivers/ide/ide-proc.c    | 2 +-
 drivers/ide/pmac.c        | 3 +--
 drivers/ide/qd65xx.c      | 2 +-
 drivers/ide/serverworks.c | 6 ++++++
 drivers/ide/siimage.c     | 3 +--
 drivers/ide/tx4939ide.c   | 2 +-
 drivers/ide/via82cxxx.c   | 3 +--
 include/linux/ide.h       | 4 ++++
 12 files changed, 20 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] Ide
  2019-07-13  6:17 [GIT] Ide David Miller
@ 2019-07-13 23:15 ` pr-tracker-bot
  0 siblings, 0 replies; 61+ messages in thread
From: pr-tracker-bot @ 2019-07-13 23:15 UTC (permalink / raw)
  To: David Miller; +Cc: torvalds, akpm, linux-ide, linux-kernel

The pull request you sent on Fri, 12 Jul 2019 23:17:24 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git refs/heads/master

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1fa91854dcdf7829e2694873b19f96b65947112d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] Ide
@ 2019-07-13  6:17 David Miller
  2019-07-13 23:15 ` pr-tracker-bot
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2019-07-13  6:17 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get this small cleanup.

Thanks.

The following changes since commit 54dee406374ce8adb352c48e175176247cb8db7c:

  Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (2019-05-22 08:36:16 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 13990cf8a180cc070f0b1266140e799db8754289:

  ide: use BIT() macro for defining bit-flags (2019-07-09 14:52:14 -0700)

----------------------------------------------------------------
Amol Surati (1):
      ide: use BIT() macro for defining bit-flags

 include/linux/ide.h | 272 +++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
 1 file changed, 136 insertions(+), 136 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
       [not found] ` <CGME20190510172236eucas1p138115389e72802f72e47158df6ed9871@eucas1p1.samsung.com>
@ 2019-05-10 17:22   ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 61+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2019-05-10 17:22 UTC (permalink / raw)
  To: David Miller, torvalds; +Cc: akpm, linux-ide, linux-kernel


On 05/09/2019 01:53 AM, David Miller wrote:
> 
> Finally deprecate the legacy IDE layer.
> 
> Frankly this is long overdue.
> 
> Please pull, thanks a lot!

Thank you for applying this.

I'll continue to assist in moving legacy IDE users to libata
(when time permits).

> Christoph Hellwig (1):
>       ide: officially deprecated the legacy IDE driver

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
  2019-05-08 23:53 [GIT] IDE David Miller
@ 2019-05-09  4:45 ` pr-tracker-bot
       [not found] ` <CGME20190510172236eucas1p138115389e72802f72e47158df6ed9871@eucas1p1.samsung.com>
  1 sibling, 0 replies; 61+ messages in thread
From: pr-tracker-bot @ 2019-05-09  4:45 UTC (permalink / raw)
  To: David Miller; +Cc: torvalds, akpm, linux-ide, linux-kernel

The pull request you sent on Wed, 08 May 2019 16:53:20 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide refs/heads/master

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/89c3b37af87ec183b666d83428cb28cc421671a6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2019-05-08 23:53 David Miller
  2019-05-09  4:45 ` pr-tracker-bot
       [not found] ` <CGME20190510172236eucas1p138115389e72802f72e47158df6ed9871@eucas1p1.samsung.com>
  0 siblings, 2 replies; 61+ messages in thread
From: David Miller @ 2019-05-08 23:53 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Finally deprecate the legacy IDE layer.

Frankly this is long overdue.

Please pull, thanks a lot!

The following changes since commit ef75bd71c5d31dc17ae41ff8bec92630a3037d69:

  Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2019-05-08 13:16:07 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide 

for you to fetch changes up to 7ad19a99ad431b5cae005c30b09096517058e84e:

  ide: officially deprecated the legacy IDE driver (2019-05-08 16:47:23 -0700)

----------------------------------------------------------------
Christoph Hellwig (1):
      ide: officially deprecated the legacy IDE driver

 drivers/ide/ide-probe.c | 3 +++
 1 file changed, 3 insertions(+)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
  2019-03-11  5:00 David Miller
@ 2019-03-11 17:50 ` pr-tracker-bot
  0 siblings, 0 replies; 61+ messages in thread
From: pr-tracker-bot @ 2019-03-11 17:50 UTC (permalink / raw)
  To: David Miller; +Cc: torvalds, akpm, linux-ide, linux-kernel

The pull request you sent on Sun, 10 Mar 2019 22:00:58 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git refs/heads/master

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bc119dd954ba172554b4cc49db249c4fb62701e6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2019-03-11  5:00 David Miller
  2019-03-11 17:50 ` pr-tracker-bot
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2019-03-11  5:00 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get the following IDE changes, nothing super exciting as
usual:

1) Switch fallthrus from Gustavo A. R. Silva

2) Kconfig formatting cleanup from Enrico Weigelt

3) OF interface adjustment from Rob Herring

Thanks!

The following changes since commit cf76c364a1e1e5224af80edf70a1e3023e1fcf8c:

  Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2018-12-05 17:06:31 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to dc5c37736d16ec90559888fb4c974977fc8ed1ca:

  drivers: ide: Kconfig: pedantic formatting (2019-03-10 11:12:38 -0700)

----------------------------------------------------------------
Enrico Weigelt, metux IT consult (1):
      drivers: ide: Kconfig: pedantic formatting

Gustavo A. R. Silva (2):
      ide: hpt366: mark expected switch fall-throughs
      ide: mark expected switch fall-through

Rob Herring (1):
      ide: Use of_node_name_eq for node name comparisons

 drivers/ide/Kconfig      | 26 +++++++++++++-------------
 drivers/ide/hpt366.c     |  4 ++--
 drivers/ide/ide-floppy.c |  2 +-
 drivers/ide/pmac.c       |  2 +-
 4 files changed, 17 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
  2018-12-03  6:31 David Miller
@ 2018-12-03 17:55 ` pr-tracker-bot
  0 siblings, 0 replies; 61+ messages in thread
From: pr-tracker-bot @ 2018-12-03 17:55 UTC (permalink / raw)
  To: David Miller; +Cc: torvalds, akpm, linux-ide, linux-kernel

The pull request you sent on Sun, 02 Dec 2018 22:31:52 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f3f950dba37b5bec870147aeb9878a157a6eb875

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2018-12-03  6:31 David Miller
  2018-12-03 17:55 ` pr-tracker-bot
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2018-12-03  6:31 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


A missing of_node_put() and a small cleanup.

Please pull, thanks!

The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 94d0fb159da94cb4522e14d6004bb7acf2ff0387:

  ide: Change to use DEFINE_SHOW_ATTRIBUTE macro (2018-12-02 22:09:09 -0800)

----------------------------------------------------------------
Yangtao Li (2):
      ide: pmac: add of_node_put()
      ide: Change to use DEFINE_SHOW_ATTRIBUTE macro

 drivers/ide/ide-proc.c | 15 ++-------------
 drivers/ide/pmac.c     |  1 +
 2 files changed, 3 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2018-08-22  5:17 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2018-08-22  5:17 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


1) Remove redundant variables, from Colin Ian King.

2) Expected switch fall-through annotations, from Gustavo A. R. Silva

Please pull, thanks!

The following changes since commit 94710cac0ef4ee177a63b5227664b38c95bbf703:

  Linux 4.18 (2018-08-12 13:41:04 -0700)

are available in the Git repository at:

  gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to a2eed33dcdb7663170b01f05dd8d0a3323ffe4b3:

  ide: mark expected switch fall-throughs (2018-08-13 11:48:54 -0700)

----------------------------------------------------------------
Colin Ian King (2):
      ide: remove redundant variables queue_run_ms and left
      ide-tape: remove redundant variable buffer_size

Gustavo A. R. Silva (1):
      ide: mark expected switch fall-throughs

 drivers/ide/hpt366.c       | 5 +++--
 drivers/ide/ide-floppy.c   | 1 +
 drivers/ide/ide-io.c       | 4 ----
 drivers/ide/ide-probe.c    | 1 +
 drivers/ide/ide-tape.c     | 2 --
 drivers/ide/ide-taskfile.c | 3 ++-
 drivers/ide/sis5513.c      | 1 +
 7 files changed, 8 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2018-06-09 14:20 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2018-06-09 14:20 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get these IDE updates.  Primarily IRQ disabling
avoidance changes from Sebastian Andrzej Siewior.

Thanks!

The following changes since commit 5037be168f0e4ee910602935b1180291082d3aac:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2018-06-05 11:13:17 -0700)

are available in the Git repository at:

  gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 47b82e88180c3c6db795a43373beab47cb073f7a:

  ide: don't enable/disable interrupts in force threaded-IRQ mode (2018-06-05 16:26:47 -0400)

----------------------------------------------------------------
Sebastian Andrzej Siewior (4):
      alim15x3: move irq-restore before pci_dev_put()
      ide: Handle irq disabling consistently
      ide: don't disable interrupts during kmap_atomic()
      ide: don't enable/disable interrupts in force threaded-IRQ mode

 drivers/ide/alim15x3.c     |  2 +-
 drivers/ide/ide-io.c       |  4 ++--
 drivers/ide/ide-iops.c     | 13 +++++++++----
 drivers/ide/ide-taskfile.c | 10 +---------
 kernel/irq/manage.c        |  1 +
 5 files changed, 14 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2018-02-01 15:32 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2018-02-01 15:32 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get this small IDE cleanup.

Thanks!

The following changes since commit 47d5cc5be396eca67cc89572957ff16f10fd768e:

  Merge tag 'hwmon-for-linus-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging (2018-01-29 11:20:45 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 8b76f5da49f0d432a747dbc0c4667dcd1ffb9945:

  ide: remove duplicated assignment to 'cursg' (2018-01-29 15:01:09 -0500)

----------------------------------------------------------------
Colin Ian King (1):
      ide: remove duplicated assignment to 'cursg'

 drivers/ide/ide-taskfile.c | 1 -
 1 file changed, 1 deletion(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2017-11-19 12:43 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2017-11-19 12:43 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get this small cleanup.

Thanks a lot!

The following changes since commit 510c8a899caf095cb13d09d203573deef15db2fe:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2017-08-15 18:52:28 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to b671e1703394d77163130c91f53b075db1c446bf:

  PNP: ide: constify pnp_device_id (2017-08-16 11:25:16 -0700)

----------------------------------------------------------------
Arvind Yadav (1):
      PNP: ide: constify pnp_device_id

 drivers/ide/ide-pnp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2017-07-21  3:40 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2017-07-21  3:40 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get this gcc-7 warning fix from Arnd.

Thanks!

The following changes since commit 96080f697786e0a30006fcbcc5b53f350fcb3e9f:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2017-07-20 16:33:39 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide 

for you to fetch changes up to 921edf312a6a20be16cf2b60e0dec3dce35e5cb9:

  ide: avoid warning for timings calculation (2017-07-21 04:37:22 +0100)

----------------------------------------------------------------
Arnd Bergmann (1):
      ide: avoid warning for timings calculation

 drivers/ide/ide-timings.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2017-05-09 20:04 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2017-05-09 20:04 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull in these two small cleanups in the IDE
layer.

Thanks!

The following changes since commit 2d3e4866dea96b0506395b47bfefb234f2088dac:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2017-05-08 12:37:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to acfead32f3f938e456d7d5e1a82c743d30b8b886:

  ide: don't call memcpy with the same source and destination (2017-05-08 17:36:39 -0400)

----------------------------------------------------------------
Geliang Tang (1):
      ide: use setup_timer

Mikulas Patocka (1):
      ide: don't call memcpy with the same source and destination

 drivers/ide/ide-io.c    | 2 +-
 drivers/ide/ide-probe.c | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2017-02-28  1:50 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2017-02-28  1:50 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just one actual change here this time around, adding some init data
annotations.  The other change was bogus and got reverted.

Please pull, thanks!

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 96297aee8bce237961b0e1b99e22913c5726af12:

  ide: palm_bk3710: add __initdata to palm_bk3710_port_info (2017-02-27 20:43:26 -0500)

----------------------------------------------------------------
Bhumika Goyal (1):
      ide: palm_bk3710: add __initdata to palm_bk3710_port_info

David S. Miller (1):
      Revert "ide: Fix interface autodetection in legacy IDE driver (trial #2)"

lramos.prof@yahoo.com.br (1):
      ide: Fix interface autodetection in legacy IDE driver (trial #2)

 drivers/ide/palm_bk3710.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2016-07-29 17:57 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2016-07-29 17:57 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just a couple small bug fixes, nothing overly exciting in
here.

Please pull, thanks a lot!

The following changes since commit 107df03203bb66de56e2caec3bde6d22b55480c5:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-07-23 15:44:31 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide 

for you to fetch changes up to d4f8c2e0f827a0b3a322c449ac331ae41feeb359:

  ide: missing break statement in set_timings_mdma() (2016-07-26 15:25:31 -0700)

----------------------------------------------------------------
Alexey Khoroshilov (1):
      ide-tape: fix misprint in failure handling in idetape_init()

Colin Ian King (1):
      ide: hpt366: fix incorrect mask when checking at cmd_high_time

Dan Carpenter (1):
      ide: missing break statement in set_timings_mdma()

Julia Lawall (1):
      cmd640: add __init attribute

 drivers/ide/cmd640.c   | 2 +-
 drivers/ide/hpt366.c   | 2 +-
 drivers/ide/ide-tape.c | 6 +++---
 drivers/ide/pmac.c     | 1 +
 4 files changed, 6 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2016-03-28 19:45 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2016-03-28 19:45 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just two small changes:

1) Remove bogus init annotation in icside, from Arnd Bergmann.

2) Don't use zero clock rates in palm_bk3710 driver, from Wolfram
   Sang.

Please pull, thanks a lot!

The following changes since commit 142b9e6c9de0fd7c0dff9a1d4a25390de46abf5e:

  x86/kallsyms: fix GOLD link failure with new relative kallsyms table format (2016-03-20 13:52:37 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 0d7ef45cdeebcc95d581703f45f6de7b2ee89b8d:

  ide: palm_bk3710: test clock rate to avoid division by 0 (2016-03-20 16:59:27 -0400)

----------------------------------------------------------------
Arnd Bergmann (1):
      ide: icside: remove incorrect initconst annotation

Wolfram Sang (1):
      ide: palm_bk3710: test clock rate to avoid division by 0

 drivers/ide/icside.c      | 2 +-
 drivers/ide/palm_bk3710.c | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
       [not found] <20160118.143241.1114572935099360375.davem@davemloft.net>
@ 2016-01-18 19:33 ` David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2016-01-18 19:33 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel

From: David Miller <davem@davemloft.net>
Date: Mon, 18 Jan 2016 14:32:41 -0500 (EST)

I'm really batting 1000 today, proper CC:'s added, sorry about
that. :(

> Just a few small changes this merge window, marking ops const,
> printf string type fixes, etc.
> 
> Please pull, thanks a lot!
> 
> The following changes since commit 5807fcaa9bf7dd87241df739161c119cf78a6bc4:
> 
>   Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security (2016-01-17 19:13:15 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 
> 
> for you to fetch changes up to e04a2bd6d8c95608cbb2c803ee2875cebfd89f52:
> 
>   drivers/ide: make ide-scan-pci.c driver explicitly non-modular (2016-01-18 14:12:33 -0500)
> 
> ----------------------------------------------------------------
> Dan Carpenter (1):
>       ide: silence some underflow warnings
> 
> Julia Lawall (1):
>       ide: constify ide_dma_ops structures
> 
> Paul Gortmaker (1):
>       drivers/ide: make ide-scan-pci.c driver explicitly non-modular
> 
>  drivers/ide/ide-scan-pci.c |  3 +--
>  drivers/ide/ide.c          | 16 ++++++++--------
>  drivers/ide/it821x.c       |  2 +-
>  drivers/ide/trm290.c       |  2 +-
>  4 files changed, 11 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2015-11-03 21:44 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2015-11-03 21:44 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just a y2038 fix to the pdc202xx_new IDE driver.

Please pull, thanks a lot!

The following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861:

  Linux 4.3 (2015-11-01 16:05:25 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 353b39d1b1511376aca71bc3aba62831370561ca:

  ide: pdc202xx_new: Replace timeval with ktime_t (2015-11-03 11:51:08 -0500)

----------------------------------------------------------------
Amitoj Kaur Chawla (1):
      ide: pdc202xx_new: Replace timeval with ktime_t

 drivers/ide/pdc202xx_new.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2015-04-17 20:14 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2015-04-17 20:14 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just one change, getting rid of usage of the deprecated PCI DMA
interfaces in the IDE drivers.

Please pull, thanks a lot!

The following changes since commit 54e514b91b95d6441c12a7955addfb9f9d2afc65:

  Merge branch 'akpm' (patches from Andrew) (2015-04-17 09:04:38 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to d681f1166919d6829083c069a83edcd59bfd5e34:

  ide: remove deprecated use of pci api (2015-04-17 15:32:07 -0400)

----------------------------------------------------------------
Quentin Lambert (1):
      ide: remove deprecated use of pci api

 drivers/ide/cs5520.c    | 2 +-
 drivers/ide/pmac.c      | 5 ++---
 drivers/ide/setup-pci.c | 2 +-
 drivers/ide/sgiioc4.c   | 4 ++--
 4 files changed, 6 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2015-03-19  4:59 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2015-03-19  4:59 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just one fix to convert a by-hand conversion of jiffies to
msecs, from Nicholas McGuire.

Please pull, thanks a lot!

The following changes since commit 7b09ac704bac2de5bf0362793edc22a0094e381c:

  Merge tag 'sound-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2015-03-18 11:17:03 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 

for you to fetch changes up to 842159640782539a80153c040d6fc2b80756aa3a:

  ide_tape: convert jiffies with jiffies_to_msecs (2015-03-18 23:25:57 -0400)

----------------------------------------------------------------
Nicholas Mc Guire (1):
      ide_tape: convert jiffies with jiffies_to_msecs

 drivers/ide/ide-tape.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2014-12-12 21:00 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2014-12-12 21:00 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get these two small IDE layer adjustments.

Thanks!

The following changes since commit 6ce4436c9cbe903af935291aa219fd6f4c85722d:

  Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux (2014-12-12 11:34:13 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to ca957b6a34a6f7014828f235e35c1945cb955795:

  drivers: ide: Fix mostly harmless off-by-one hardcoded value (2014-12-12 15:26:31 -0500)

----------------------------------------------------------------
Markus Elfring (1):
      IDE: Deletion of an unnecessary check before the function call "module_put"

Rasmus Villemoes (1):
      drivers: ide: Fix mostly harmless off-by-one hardcoded value

 drivers/ide/ide-floppy.c | 4 ++--
 drivers/ide/ide.c        | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2014-10-15 18:44 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2014-10-15 18:44 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get this one IDE driver cleanup.

Thanks!

The following changes since commit 0429fbc0bdc297d64188483ba029a23773ae07b0:

  Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu (2014-10-15 07:48:18 +0200)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to 7546e52b5e3d46d0deae4a336252b6dfd52c6571:

  Drivers: ide: Remove typedef atiixp_ide_timing (2014-10-15 14:27:38 -0400)

----------------------------------------------------------------
Himangi Saraogi (1):
      Drivers: ide: Remove typedef atiixp_ide_timing

 drivers/ide/atiixp.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2014-08-06  5:03 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2014-08-06  5:03 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just one minor cleanup, please pull!

The following changes since commit e7fda6c4c3c1a7d6996dd75fd84670fa0b5d448f:

  Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2014-08-05 17:46:42 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to a53dae49b2fea43d8f4ec5aeca0e288bbc8d6895:

  ide: use module_platform_driver() (2014-08-05 21:16:46 -0700)

----------------------------------------------------------------
Christoph Jaeger (1):
      ide: use module_platform_driver()

 drivers/ide/au1xxx-ide.c   | 13 +------------
 drivers/ide/ide_platform.c | 13 +------------
 2 files changed, 2 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2014-07-22  5:37 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2014-07-22  5:37 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get these IDE fixes:

1) Fix interrupt registry for some Atari IDE chipsets.

2) Adjust Kconfig dependencies for x86_32 specific chips.

Thanks!

The following changes since commit 0c0bd34a142963ca3454f530e47ce1c230d8cc9d:

  Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2014-03-03 10:49:24 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to 5b40dd30bbfaa7fcba0cd945a4852a146c552ea7:

  ide: Fix SC1200 dependencies (2014-03-17 15:57:28 -0400)

----------------------------------------------------------------
Jean Delvare (2):
      ide: Fix CS5520 and CS5530 dependencies
      ide: Fix SC1200 dependencies

Michael Schmitz (1):
      m68k/atari - ide: do not register interrupt if host->get_lock is set

 drivers/ide/Kconfig     | 5 ++++-
 drivers/ide/ide-probe.c | 8 +++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2014-01-29  8:50 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2014-01-29  8:50 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Two header file inclusion fixes from Rashika Kheria.

Please pull, thanks a lot!

The following changes since commit 0e47c969c65e213421450c31043353ebe3c67e0c:

  Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtd (2014-01-28 18:56:37 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to 61eae5bb06496a6633ba000a1d7546b494e00081:

  drivers: ide: Include appropriate header file in ide-pio-blacklist.c (2014-01-28 23:35:09 -0800)

----------------------------------------------------------------
Rashika Kheria (2):
      drivers: ide: Include appropriate header file in ide-cd_verbose.c
      drivers: ide: Include appropriate header file in ide-pio-blacklist.c

 drivers/ide/ide-cd_verbose.c    | 2 ++
 drivers/ide/ide-pio-blacklist.c | 1 +
 2 files changed, 3 insertions(+)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2013-11-14 23:29 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2013-11-14 23:29 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just some minor cleanups and simplifications.

Please pull, thanks a lot!

The following changes since commit 4fbf888accb39af423f271111d44e8186f053723:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2013-11-14 17:19:58 +0900)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to c2f7d1e103ef1b5f3bd6a8a09aebf5eac7df4aca:

  ide: pmac: remove unnecessary pci_set_drvdata() (2013-11-14 18:21:25 -0500)

----------------------------------------------------------------
Jingoo Han (3):
      ide: pmac: Remove casting the return value which is a void pointer
      ide: cs5536: use module_pci_driver()
      ide: pmac: remove unnecessary pci_set_drvdata()

 drivers/ide/cs5536.c | 13 +------------
 drivers/ide/pmac.c   | 52 +++++++++++++++++-----------------------------------
 2 files changed, 18 insertions(+), 47 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2013-09-05 20:44 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2013-09-05 20:44 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Mostly cleanups, and changes part of tree-wide adjustments, this code is
in deep freeze so that's pretty much what we expect these days.

Please pull, thanks a lot!

The following changes since commit a09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2:

  Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux (2013-09-05 10:17:26 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to 64110c16e012547d5c9ab71f8afd3bab025f1103:

  ide: sgiioc4: Staticize ioc4_ide_attach_one() (2013-09-05 15:21:30 -0400)

----------------------------------------------------------------
Jingoo Han (4):
      ide: replace strict_strtol() with kstrtol()
      ide: use dev_get_platdata()
      ide: palm_bk3710: add missing __iomem annotation
      ide: sgiioc4: Staticize ioc4_ide_attach_one()

Xinghai Yu (1):
      ide-disk_proc: use macro to replace magic number

 drivers/ide/gayle.c        | 2 +-
 drivers/ide/ide-ioctls.c   | 4 ++--
 drivers/ide/ide-park.c     | 6 ++++--
 drivers/ide/ide_platform.c | 2 +-
 drivers/ide/palm_bk3710.c  | 4 ++--
 drivers/ide/sgiioc4.c      | 2 +-
 drivers/ide/tx4938ide.c    | 4 ++--
 7 files changed, 13 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2013-07-10 19:21 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2013-07-10 19:21 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just a few small things:

1) module_platform_driver_probe() conversions from Jingoo Han.

2) module_pci_driver() conversion from Libo Chen.

3) PIO size calculation fix from Steven J. Hill.

Please pull, thanks a lot!

The following changes since commit 47b3bc907328db968bc9b43c41f48f8d1e140750:

  Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-03-07 15:57:38 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to 1581208b2f0643eebfa7a3fbe5bad831c0bb7f0e:

  ide: Fix IDE PIO size calculation (2013-07-10 12:09:10 -0700)

----------------------------------------------------------------
Jingoo Han (3):
      ide: tx4938ide: use module_platform_driver_probe()
      ide: tx4939ide: use module_platform_driver_probe()
      ide: gayle: use module_platform_driver_probe()

Libo Chen (1):
      drivers/ide/delkin_cb: Convert to module_pci_driver

Steven J. Hill (1):
      ide: Fix IDE PIO size calculation

 drivers/ide/delkin_cb.c    | 13 +------------
 drivers/ide/gayle.c        | 15 +--------------
 drivers/ide/ide-taskfile.c |  5 ++---
 drivers/ide/tx4938ide.c    | 13 +------------
 drivers/ide/tx4939ide.c    | 13 +------------
 5 files changed, 6 insertions(+), 53 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2012-06-15 22:42 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2012-06-15 22:42 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


1) Two fixes to icside, one for a build failure and another for
   a warning.  From Christian Dietrich.

2) Fix a bit operation that did erroneous masking, from Julia
   Lawall.

Please pull, thanks a lot!

The following changes since commit eea5b5510fc5545d15b69da8e485a7424ae388cf:

  Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras (2012-06-05 15:15:04 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

for you to fetch changes up to e58c5de8f59d124907c993ea3126c69493b7eec7:

  drivers/ide/ide-cs.c: adjust suspicious bit operation (2012-06-12 15:51:41 -0700)

----------------------------------------------------------------
Christian Dietrich (2):
      ide: icside.c: Fix compile with CONFIG_BLK_DEV_IDEDMA_ICS=n
      ide: icside.c: fix printk format string compile warning

Julia Lawall (1):
      drivers/ide/ide-cs.c: adjust suspicious bit operation

 drivers/ide/icside.c |   17 ++++++++---------
 drivers/ide/ide-cs.c |    3 ++-
 2 files changed, 10 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2011-11-18 19:47 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2011-11-18 19:47 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just a few small bug fixes, including:

1) Mirror ICH7 MWDMA1 errata fix from libata, from Bartlomiej Zolnierkiewicz.

2) Triflex IDE should not be powered down on suspend, from Mikulas Patocka.

Please pull, thanks!

The following changes since commit b6844523839779030430ff28f036f83e2a3f43e6:

  Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen (2011-11-18 13:18:07 -0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master

Bartlomiej Zolnierkiewicz (3):
      piix: ICH7 MWDMA1 errata
      icside: DMA support fix
      cy82c693: fix PCI device selection

Mikulas Patocka (1):
      IDE: Don't powerdown Compaq Triflex IDE device on suspend

 drivers/ide/cy82c693.c |    6 +++---
 drivers/ide/icside.c   |    2 +-
 drivers/ide/piix.c     |   18 ++++++++++--------
 drivers/ide/triflex.c  |   16 +++++++++++++++-
 4 files changed, 29 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2011-10-03 19:35 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2011-10-03 19:35 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get this request leak fix from Borislav Petkov.

Thanks!

The following changes since commit 9b13776977d45505469edc6decc93e9e3799afe2:

  Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6 (2011-10-02 19:23:44 -0700)

are available in the git repository at:

  git://github.com/davem330/ide.git master

Borislav Petkov (1):
      ide-disk: Fix request requeuing

 drivers/ide/ide-disk.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2011-06-12  5:32 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2011-06-12  5:32 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get this signedness fix, thanks!

The following changes since commit b99ca60c83a631adaba9c2fff8f2dd14d3517a61:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 (2011-06-11 19:56:25 -0700)

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Connor Hansen (1):
      ide-cd: signedness warning fix again

 drivers/ide/ide-cd.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2011-05-23  4:58 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2011-05-23  4:58 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just a few small fixes and cleanups, nothing major.

Please pull, thanks a lot!

The following changes since commit df8d06ade6eed9077f658ac8696fc1cb5c081220:

  Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 (2011-05-16 08:55:49 -0700)

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Anton Blanchard (1):
      ide: Use linux/mutex.h

Jiri Slaby (1):
      IDE: ide-floppy, remove unnecessary NULL check

Joe Perches (1):
      drivers/ide/pmac.c: Remove unnecessary casts of pci_get_drvdata

Mariusz Kozlowski (1):
      ide: fix use after free in ide-acpi

Thiago Farina (1):
      ide/ide-scan-pci.c: Use for_each_pci_dev().

 drivers/ide/ide-acpi.c     |    4 ++--
 drivers/ide/ide-floppy.c   |    2 +-
 drivers/ide/ide-scan-pci.c |    2 +-
 drivers/ide/pmac.c         |    4 ++--
 include/linux/ide.h        |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2010-10-29  3:45 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2010-10-29  3:45 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get these IDE changes for 2.6.36, thanks!

The following changes since commit b18cae4224bde7e5a332c19bc99247b2098ea232:

  Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegra (2010-10-25 18:42:06 -0700)

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Sergei Shtylyov (2):
      hpt366: add debounce delay to cable_detect() method
      hpt366: fix clock turnaround

Tejun Heo (1):
      ide: clean up timed out request handling

 drivers/ide/hpt366.c  |   14 ++++++++------
 drivers/ide/ide-dma.c |   11 +++--------
 2 files changed, 11 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
  2010-09-18  4:19 David Miller
@ 2010-09-18 12:01 ` Wolfram Sang
  0 siblings, 0 replies; 61+ messages in thread
From: Wolfram Sang @ 2010-09-18 12:01 UTC (permalink / raw)
  To: David Miller; +Cc: torvalds, akpm, linux-ide, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

David,

to complete the credits, you pointed me to the right direction at least twice
;) Thank you for your assistance!

Nice weekend to everybody,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2010-09-18  4:19 David Miller
  2010-09-18 12:01 ` Wolfram Sang
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2010-09-18  4:19 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Thanks to the excellent detective work and patch written by
Wolfram Sang, we have a fix for along standing issue in IDE.

The procfs directory for devices underneath an IDE controller
instance is not created before we try to makes nodes in that
directory.

The problem doesn't happen if, for example, you build everything
IDE statically into your kernel.  This is because the individual
host controller drivers initialize first and probe the IDE
controllers.  But the CDROM, disk, et al. driver's haven't
setup yet.  They do so later, and at that point is when the
nodes in the procfs directory get created.  And this works in
this case because the procfs directory is setup by the time
those device type drivers initialize.

But if we register an IDE controller device after the CDROM,
disk, et al. IDE modules have setup, we hit the problem.

Please pull, thanks a lot!

The following changes since commit 03a7ab083e4d619136d6f07ce70fa9de0bc436fc:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 (2010-09-16 12:59:11 -0700)

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Wolfram Sang (1):
      ide: Fix ordering of procfs registry.

 drivers/ide/ide-probe.c |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2010-08-09 10:28 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2010-08-09 10:28 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just a few minor changes:

1) Warning fix in tx493xide from Atsushi Nemoto.

2) Request completion fix in ide-cd driver from Borislav Petkov

3) memdup_user conversion from Julia Lawall

4) Fix typo in VT6415 device table entry, from Yann Dirson

Please pull, thanks a lot!

The following changes since commit 45d7f32c7a43cbb9592886d38190e379e2eb2226:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (2010-08-08 10:10:11 -0700)

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Atsushi Nemoto (1):
      tx493xide: use min_t() macro instead of min()

Borislav Petkov (1):
      ide-cd: Do not access completed requests in the irq handler

Julia Lawall (1):
      drivers/ide: Use memdup_user

Yann Dirson (1):
      via82cxxx: fix typo for VT6415 PCIE PATA IDE Host Controller support.

 drivers/ide/ide-cd.c       |   14 +++++++++++---
 drivers/ide/ide-taskfile.c |   10 +++-------
 drivers/ide/tx4938ide.c    |    2 +-
 drivers/ide/tx4939ide.c    |    2 +-
 drivers/ide/via82cxxx.c    |    2 +-
 5 files changed, 17 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2010-05-24  7:11 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2010-05-24  7:11 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


A few bug fixes, a comment typo fix, etc.  Ie. nothing really
interesting, as it should be, for a subsystem in deep
maintainence mode.

Please pull, thanks a lot!

The following changes since commit 8777c793d6a24c7f3adf52b1b1086e9706de4589:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../tj/wq

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Sergei Shtylyov (4):
      ide: fix comment typo in ide.h
      pdc202xx_old: wire test_irq() method for PDC2026x
      pdc202xx_old: ignore "FIFO empty" bit in test_irq() method
      cmd640: fix kernel oops in test_irq() method

Yegor Yefremov (1):
      IDE: pass IRQ flags to the IDE core

 drivers/ide/cmd640.c       |    6 ++----
 drivers/ide/ide_platform.c |    1 +
 drivers/ide/pdc202xx_old.c |    5 +++--
 include/linux/ide.h        |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
  2010-04-08 15:02 ` Linus Torvalds
@ 2010-04-08 18:15   ` David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2010-04-08 18:15 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel

From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Thu, 8 Apr 2010 08:02:45 -0700 (PDT)

> 
> 
> On Thu, 8 Apr 2010, David Miller wrote:
>> 
>> 2) taskfile ops with CFQ scheduler bomb because the taskfile
>>    code allocates a request then changes it's direction (e.g.
>>    READ vs. WRITE) and this makes CFQ explode.  Fix by allocating
>>    the correct request type from the beginning.  From Mikulas Patocka.
> 
> Hmm. Isn't this -stable material too? At least ide-taskfile.c hasn't 
> changed since 2.6.33?

Absolutely and it's in my queue of things to send to Greg KH and
co. once you suck this in.

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT] IDE
  2010-04-08  8:36 David Miller
@ 2010-04-08 15:02 ` Linus Torvalds
  2010-04-08 18:15   ` David Miller
  0 siblings, 1 reply; 61+ messages in thread
From: Linus Torvalds @ 2010-04-08 15:02 UTC (permalink / raw)
  To: David Miller; +Cc: akpm, linux-ide, linux-kernel



On Thu, 8 Apr 2010, David Miller wrote:
> 
> 2) taskfile ops with CFQ scheduler bomb because the taskfile
>    code allocates a request then changes it's direction (e.g.
>    READ vs. WRITE) and this makes CFQ explode.  Fix by allocating
>    the correct request type from the beginning.  From Mikulas Patocka.

Hmm. Isn't this -stable material too? At least ide-taskfile.c hasn't 
changed since 2.6.33?

Or is the cfq behavior new, and nobody simply cared before? I looked a bit 
at the cfq changes since 2.6.33, and none of them seemed to be relevant. 
But I didn't look very closely.

Hmm?

		Linus

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT] IDE
@ 2010-04-08  8:36 David Miller
  2010-04-08 15:02 ` Linus Torvalds
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2010-04-08  8:36 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get these IDE bug fixes:

1) DMA timeouts cause requests to get lost completely and never
   requeued.  Fix from Herbert Xu.  (Tejun has a different
   approach to this problem which makes PIO and DMA timeouts
   get handled more symmetrically, but I'll defer that to
   ide-next-2.6)

2) taskfile ops with CFQ scheduler bomb because the taskfile
   code allocates a request then changes it's direction (e.g.
   READ vs. WRITE) and this makes CFQ explode.  Fix by allocating
   the correct request type from the beginning.  From Mikulas Patocka.

Thanks!

The following changes since commit 48de8cb7847d040c8892701c1ff3c55eff1f46b4:
  Linus Torvalds (1):
        Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Herbert Xu (2):
      ide: Requeue request after DMA timeout
      ide: Must hold queue lock when requeueing

Mikulas Patocka (1):
      ide: Fix IDE taskfile with cfq scheduler

 drivers/ide/ide-atapi.c    |    2 +-
 drivers/ide/ide-dma.c      |    1 +
 drivers/ide/ide-io.c       |    2 +-
 drivers/ide/ide-taskfile.c |    6 ++----
 include/linux/ide.h        |    1 +
 5 files changed, 6 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT]: IDE
  2010-03-28  2:29 [GIT]: IDE David Miller
@ 2010-03-29  2:01 ` David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2010-03-29  2:01 UTC (permalink / raw)
  To: torvalds; +Cc: linux-ide, linux-kernel

From: David Miller <davem@davemloft.net>
Date: Sat, 27 Mar 2010 19:29:29 -0700 (PDT)

> 
> Please pull to get this revert which should fix regressions
> reported by users with VIA IDE chips.

Linus, if you haven't pulled yet I pushed another revert
which fixes disappearing slave CDROM devices.

Just FYI...

The following changes since commit b72c40949b0f04728f2993a1434598d3bad094ea:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

David S. Miller (2):
      Revert "via82cxxx: workaround h/w bugs"
      Revert "ide: skip probe if there are no devices on the port (v2)"

 drivers/ide/ide-probe.c |   12 ++-------
 drivers/ide/via82cxxx.c |   57 -----------------------------------------------
 2 files changed, 3 insertions(+), 66 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2010-03-28  2:29 David Miller
  2010-03-29  2:01 ` David Miller
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2010-03-28  2:29 UTC (permalink / raw)
  To: torvalds; +Cc: linux-ide, linux-kernel


Please pull to get this revert which should fix regressions
reported by users with VIA IDE chips.

Thanks!

The following changes since commit b72c40949b0f04728f2993a1434598d3bad094ea:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

David S. Miller (1):
      Revert "via82cxxx: workaround h/w bugs"

 drivers/ide/via82cxxx.c |   57 -----------------------------------------------
 1 files changed, 0 insertions(+), 57 deletions(-)


^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2010-03-04  8:25 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2010-03-04  8:25 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


1) ide-cs resource releasing bug fix from Wolfram Sang

2) Cleanups and refactoring from Bart, including ->{pio,dma}_mode
   handling consolidation so the drivers are formed more like PATA
   counterparts.

3) Section mismatch warning fix in cmd640.c

4) pdc202xx_old regression fix from Russell King.

5) Bring back icside use of ->maskproc method to fix a regression,
   from Bart.

6) Wrap ide-tape's ioctl in lock_kernel() and use ->unlocked_ioctl,
   from Alan Cox.

7) Kernel message continuation fixes from Joe Perches.

8) Kill stale references in ide-cd documentation, from Thadeu Lima de
   Souza Cascardo.

Please pull, thanks a lot!

The following changes since commit 066000dd856709b6980123eb39b957fe26993f7b:
  Ananth N Mavinakayanahalli (1):
        Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus"

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-next-2.6.git master

Alan Cox (1):
      ide_tape: kill off use of the ->ioctl operation

Bartlomiej Zolnierkiewicz (43):
      scc_pata: fix module unloading
      icside: bring back ->maskproc method
      ide: use standard timing for XFER_PIO_SLOW mode in ide_timing_compute()
      alim15x3: fix PIO timings calculations
      alim15x3: add ali_fifo_control() helper
      alim15x3: remove superfluous locking from ali_set_pio_mode()
      alim15x3: cleanup ali_cable_detect()
      amd74xx: don't change UDMA settings when programming PIO timings
      cmd64x: fix PIO and MWDMA timings calculations
      cmd64x: remove superfluous checks from cmd64x_set_dma_mode()
      cy82c693: fix PIO timings calculations
      cy82c693: remove stale driver history
      opti621: remove stale driver history
      pdc202xx_old: add ->init_hwif method
      serverworks: cleanup svwks_udma_filter()
      serverworks: add missing pci_dev_put() call
      via82cxxx: vx855 is a single channel controller
      ide: add SATA cable detection support
      via82cxxx: fix SATA cable detection
      via82cxxx: workaround h/w bugs
      via82cxxx: add support for vt8261 and future chips
      via82cxxx: add support for VT6415 PCIE PATA IDE Host Controller
      via82cxxx: fix UDMA settings programming
      ide: add drive->pio_mode field
      ide: add drive->dma_mode field
      ide: change ->set_pio_mode method parameters
      ide: change ->set_dma_mode method parameters
      ide-timings: use ->pio_mode value to determine fastest PIO speed
      alim15x3: fix handling of address setup timings
      alim15x3: fix handling of command timings
      alim15x3: fix handling of DMA timings
      alim15x3: fix handling of UDMA enable bit
      amd74xx: use ->pio_mode value to determine pair device speed
      cmd64x: fix handling of address setup timings
      cs5535: use ->pio_mode value to determine pair device speed
      cs5536: use ->pio_mode value to determine pair device speed
      it821x: use ->pio_mode value to determine pair device speed
      palm_bk3710: use ->pio_mode value to determine pair device speed
      siimage: use ->pio_mode value to determine pair device speed
      tx493xide: use ->pio_mode value to determine pair device speed
      via82cxxx: use ->pio_mode value to determine pair device speed
      ide: make ide_get_best_pio_mode() static
      ide: ide_timing_compute() fixup

Chris Frey (1):
      ide: fixed section mismatch warning in cmd640.c

David S. Miller (1):
      Merge branch 'master' of master.kernel.org:/.../davem/ide-2.6

Joe Perches (1):
      drivers/ide: Fix continuation line formats

Russell King (1):
      ide: Fix Promise UDMA33 IDE driver (pdc202xx_old)

Thadeu Lima de Souza Cascardo (1):
      ide: doc: remove compilation options section from ide-cd documentation

Wolfram Sang (1):
      ide/ide-cs: fix order of releasing resources

 Documentation/cdrom/ide-cd  |   39 +---------
 drivers/ide/aec62xx.c       |   13 ++--
 drivers/ide/ali14xx.c       |    3 +-
 drivers/ide/alim15x3.c      |  171 +++++++++++++++++++++++--------------------
 drivers/ide/amd74xx.c       |   18 +++--
 drivers/ide/at91_ide.c      |    5 +-
 drivers/ide/atiixp.c        |   14 ++--
 drivers/ide/au1xxx-ide.c    |   13 ++--
 drivers/ide/cmd640.c        |    5 +-
 drivers/ide/cmd64x.c        |  114 +++++++++++------------------
 drivers/ide/cs5520.c        |    9 +-
 drivers/ide/cs5530.c        |   13 ++--
 drivers/ide/cs5535.c        |   14 ++--
 drivers/ide/cs5536.c        |   16 ++--
 drivers/ide/cy82c693.c      |  146 ++++++-------------------------------
 drivers/ide/dtc2278.c       |    4 +-
 drivers/ide/hpt366.c        |    9 +-
 drivers/ide/ht6560b.c       |    3 +-
 drivers/ide/icside.c        |   67 ++++++++++++++++-
 drivers/ide/ide-cs.c        |   23 +++---
 drivers/ide/ide-devsets.c   |    6 +-
 drivers/ide/ide-iops.c      |    2 +-
 drivers/ide/ide-probe.c     |    2 +
 drivers/ide/ide-tape.c      |   14 +++-
 drivers/ide/ide-timings.c   |   18 ++--
 drivers/ide/ide-xfer-mode.c |   18 +++--
 drivers/ide/it8172.c        |   14 ++--
 drivers/ide/it8213.c        |   20 +++---
 drivers/ide/it821x.c        |   14 ++--
 drivers/ide/jmicron.c       |    6 +-
 drivers/ide/opti621.c       |   77 +-------------------
 drivers/ide/palm_bk3710.c   |   12 ++-
 drivers/ide/pdc202xx_new.c  |    8 +-
 drivers/ide/pdc202xx_old.c  |   31 ++++----
 drivers/ide/piix.c          |   20 +++---
 drivers/ide/pmac.c          |   13 ++--
 drivers/ide/qd65xx.c        |   10 +--
 drivers/ide/sc1200.c        |    8 +-
 drivers/ide/scc_pata.c      |   24 +++---
 drivers/ide/serverworks.c   |   50 ++++--------
 drivers/ide/sgiioc4.c       |    2 +-
 drivers/ide/siimage.c       |   14 ++--
 drivers/ide/sis5513.c       |    8 +-
 drivers/ide/sl82c105.c      |    8 +-
 drivers/ide/slc90e66.c      |   17 ++--
 drivers/ide/tc86c001.c      |    9 +-
 drivers/ide/triflex.c       |   10 +-
 drivers/ide/tx4938ide.c     |    7 +-
 drivers/ide/tx4939ide.c     |   10 +-
 drivers/ide/umc8672.c       |    5 +-
 drivers/ide/via82cxxx.c     |  132 +++++++++++++++++++++++++++------
 include/linux/ide.h         |    7 +-
 52 files changed, 617 insertions(+), 678 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-11-30  9:17 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-11-30  9:17 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Fix regression in ATA_CMD_SET_FEATURES IDE ioctls done on UDMA modes,
the code accidently was changed to use a fixed XFER_UDMA_6 when it
should instead use the given tf->nsect value.

Please pull, thanks a lot!

The following changes since commit a8a8a669ea13d792296737505adc43ccacf3a648:
  Linus Torvalds (1):
        Merge branch 'i2c-pnx-fixes' of git://git.fluff.org/bjdooks/linux

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Hemant Pedanekar (1):
      ide: fix ioctl to pass requested transfer mode to ide_find_dma_mode instead of UDMA6

 drivers/ide/ide-ioctls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* Re: [GIT]: IDE
  2009-11-09  5:30 David Miller
@ 2009-11-09 10:35 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 61+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-11-09 10:35 UTC (permalink / raw)
  To: David Miller; +Cc: torvalds, akpm, linux-ide, linux-kernel

On Monday 09 November 2009 06:30:55 David Miller wrote:
> 
> The revert we thought we didn't need, we really do need still, even
> with Bart Z.'s fix.
> 
> The issue is that we are doing these PIO setting calls before we did
> the device probe and therefore we don't yet know the media type.
> 
> Yet the ->set_pio_mode() of some drivers key off of the media type to
> determine whether to turn prefetching etc. on so it can't possibly
> work properly.

Thanks for quick reaction to the revert request.

If somebody is interested in the proper way to fix it you just need to
add ide_unknown media type and set it before probe instead of ide_disk
one.  Then audit ->set_pio_mode implementations for potential gotchas.

[ However it is too late for -rc and nobody is currently working on
  IDE fixes anyway so I just requested the revert . ]

-- 
Bartlomiej Zolnierkiewicz

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-11-09  5:30 David Miller
  2009-11-09 10:35 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 61+ messages in thread
From: David Miller @ 2009-11-09  5:30 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


The revert we thought we didn't need, we really do need still, even
with Bart Z.'s fix.

The issue is that we are doing these PIO setting calls before we did
the device probe and therefore we don't yet know the media type.

Yet the ->set_pio_mode() of some drivers key off of the media type to
determine whether to turn prefetching etc. on so it can't possibly
work properly.

Please pull, thanks!

The following changes since commit 7c9abfb884b8737f0afdc8a88bcea77526f0da87:
  Linus Torvalds (1):
        Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

David S. Miller (1):
      Revert "ide: try to use PIO Mode 0 during probe if possible"

 drivers/ide/ide-probe.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-10-29 14:36 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-10-29 14:36 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Just once bug fix from Mikulas Patocka, need to add back serialization
flag to some CMD64X chip variants.

Please pull, thanks a lot!

The following changes since commit 964fe080d94db82a3268443e9b9ece4c60246414:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../rusty/linux-2.6-for-linus

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Mikulas Patocka (1):
      ide: Serialize CMD643 and CMD646 to fix a hardware bug with SSD

 drivers/ide/cmd64x.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-10-07 11:10 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-10-07 11:10 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get the sis5513 PIO bug fix from Bart, and
the revert that is no longer necessary as the real problem
is now solved.

Thanks!

The following changes since commit 0eca52a92735f43462165efe00a7e394345fb38e:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../davem/ide-2.6

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Bartlomiej Zolnierkiewicz (2):
      sis5513: fix PIO setup for ATAPI devices
      Revert "Revert "ide: try to use PIO Mode 0 during probe if possible""

 drivers/ide/ide-probe.c |    9 +++++++++
 drivers/ide/sis5513.c   |   10 ++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-10-05 21:05 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-10-05 21:05 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Here is the PIO-0 revert as well as a printk_once conversion.

Please pull, thanks a lot!

The following changes since commit 90d5ffc729e92bffc0f84e2447e2e6dc280240a5:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../davem/net-2.6

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

David S. Miller (1):
      Revert "ide: try to use PIO Mode 0 during probe if possible"

Marcin Slusarz (1):
      ide: use printk_once

 drivers/ide/ide-probe.c |    9 ---------
 drivers/ide/ide-proc.c  |    8 +-------
 2 files changed, 1 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-09-15  8:53 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-09-15  8:53 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


1) Minor IDE cleanups and enhancement to debug logging to make
   problems easier to diagnose.  From Borislav Petkov

2) Various bug fixes from Bartlomiej Zolnierkiewicz including
   a fix for races with user invoked SET XFER commands.

3) ->proc_fops conversion from Alexey Dobriyan.

4) Add quirk fixup for a Fujitsu disk, from Wu Zhangjin.

Please pull, thanks a lot!

The following changes since commit 90bc1a658a53f8832ee799685703977a450e5af9:
  Linus Torvalds (1):
        Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-next-2.6.git master

Alexey Dobriyan (1):
      ide: convert to ->proc_fops

Bartlomiej Zolnierkiewicz (2):
      ide: allow ide_dev_read_id() to be called from the IRQ context
      ide: fix races in handling of user-space SET XFER commands

Borislav Petkov (2):
      ide-tape: convert to ide_debug_log macro
      ide-tape: fix handling of postponed rqs

David S. Miller (1):
      ide: Fix annoying warning in ide_pio_bytes().

Jaswinder Singh Rajput (1):
      ide: ide-taskfile.c fix style problems

Jean Delvare (1):
      IDE: Save a call to PageHighMem()

Julia Lawall (1):
      drivers/ide/ide-cd.c: Use DIV_ROUND_CLOSEST

Kevin Hilman (1):
      IDE: palm_bk3710: convert clock usage after clkdev conversion

Mark de Wever (1):
      ide-tape: fix debug call

Sergey Matyukevich (1):
      at91_ide: remove headers specific for at91sam9263

Wu Zhangjin (1):
      ide: fixup for fujitsu disk

 drivers/ide/at91_ide.c        |    2 -
 drivers/ide/ide-cd.c          |   32 +++--
 drivers/ide/ide-disk_proc.c   |  129 ++++++++++------
 drivers/ide/ide-floppy_proc.c |   30 +++-
 drivers/ide/ide-ioctls.c      |    8 +-
 drivers/ide/ide-iops.c        |   17 +--
 drivers/ide/ide-probe.c       |   31 +++--
 drivers/ide/ide-proc.c        |  340 ++++++++++++++++++++++++++---------------
 drivers/ide/ide-tape.c        |  160 ++++++++++----------
 drivers/ide/ide-taskfile.c    |  126 ++++++++--------
 drivers/ide/palm_bk3710.c     |    2 +-
 include/linux/ide.h           |   30 +---
 12 files changed, 522 insertions(+), 385 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-09-06 21:13 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-09-06 21:13 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Please pull to get this device ID addition which fixes a
bugzilla.

Thanks!

The following changes since commit e07cccf4046978df10f2e13fe2b99b2f9b3a65db:
  Linus Torvalds (1):
        Linux 2.6.31-rc9

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Wolfram Sang (1):
      pcmcia: add CNF-CDROM-ID for ide

 drivers/ide/ide-cs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-07-22  4:21 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-07-22  4:21 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


1) When FS delivers flush commands to an IDE disk (as XFS does, for
   example) we leak memory.  Fix from Maxime Bizon.

2) IDE tape can leak kstack to userspace, fix from Michael Buesch.

Please pull, thanks a lot!

The following changes since commit aea1f7964ae6cba5eb419a958956deb9016b3341:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../sam/kbuild-fixes

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Maxime Bizon (1):
      ide: fix memory leak when flush command is issued

Michael Buesch (1):
      ide-tape: Don't leak kernel stack information

 drivers/ide/ide-disk.c |    1 +
 drivers/ide/ide-tape.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

* [GIT]: IDE
@ 2009-07-06 21:51 David Miller
  0 siblings, 0 replies; 61+ messages in thread
From: David Miller @ 2009-07-06 21:51 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


This reverts a power-management fix we tried a week ago.

It doesn't work and it looks like we'll need to attack this in 2.6.32
instead.

Please pull, thanks a lot.

The following changes since commit 8e4a718ff38d8539938ec3421935904c27e00c39:
  Linus Torvalds (1):
        Linux 2.6.31-rc2

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

David S. Miller (1):
      Revert "ide: improve handling of Power Management requests"

 drivers/ide/ide-io.c |   54 +++++++++++++++++++++++++++++--------------------
 1 files changed, 32 insertions(+), 22 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread

end of thread, other threads:[~2020-04-07 19:55 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-08 23:49 [GIT]: IDE David Miller
  -- strict thread matches above, loose matches on Subject: below --
2020-04-06 18:24 [GIT] IDE David Miller
2020-04-07 19:55 ` pr-tracker-bot
2020-01-30 10:07 David Miller
2020-01-30 18:00 ` pr-tracker-bot
2019-07-13  6:17 [GIT] Ide David Miller
2019-07-13 23:15 ` pr-tracker-bot
2019-05-08 23:53 [GIT] IDE David Miller
2019-05-09  4:45 ` pr-tracker-bot
     [not found] ` <CGME20190510172236eucas1p138115389e72802f72e47158df6ed9871@eucas1p1.samsung.com>
2019-05-10 17:22   ` Bartlomiej Zolnierkiewicz
2019-03-11  5:00 David Miller
2019-03-11 17:50 ` pr-tracker-bot
2018-12-03  6:31 David Miller
2018-12-03 17:55 ` pr-tracker-bot
2018-08-22  5:17 David Miller
2018-06-09 14:20 David Miller
2018-02-01 15:32 David Miller
2017-11-19 12:43 David Miller
2017-07-21  3:40 David Miller
2017-05-09 20:04 David Miller
2017-02-28  1:50 David Miller
2016-07-29 17:57 David Miller
2016-03-28 19:45 David Miller
     [not found] <20160118.143241.1114572935099360375.davem@davemloft.net>
2016-01-18 19:33 ` David Miller
2015-11-03 21:44 David Miller
2015-04-17 20:14 David Miller
2015-03-19  4:59 David Miller
2014-12-12 21:00 David Miller
2014-10-15 18:44 David Miller
2014-08-06  5:03 David Miller
2014-07-22  5:37 David Miller
2014-01-29  8:50 David Miller
2013-11-14 23:29 David Miller
2013-09-05 20:44 David Miller
2013-07-10 19:21 David Miller
2012-06-15 22:42 David Miller
2011-11-18 19:47 David Miller
2011-10-03 19:35 David Miller
2011-06-12  5:32 David Miller
2011-05-23  4:58 David Miller
2010-10-29  3:45 David Miller
2010-09-18  4:19 David Miller
2010-09-18 12:01 ` Wolfram Sang
2010-08-09 10:28 David Miller
2010-05-24  7:11 David Miller
2010-04-08  8:36 David Miller
2010-04-08 15:02 ` Linus Torvalds
2010-04-08 18:15   ` David Miller
2010-03-28  2:29 [GIT]: IDE David Miller
2010-03-29  2:01 ` David Miller
2010-03-04  8:25 David Miller
2009-11-30  9:17 David Miller
2009-11-09  5:30 David Miller
2009-11-09 10:35 ` Bartlomiej Zolnierkiewicz
2009-10-29 14:36 David Miller
2009-10-07 11:10 David Miller
2009-10-05 21:05 David Miller
2009-09-15  8:53 David Miller
2009-09-06 21:13 David Miller
2009-07-22  4:21 David Miller
2009-07-06 21:51 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).