Searched hist:b558edddb1c42c70a30cfe494984d4be409f7b2b (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | libata-pmp.c | diff b558edddb1c42c70a30cfe494984d4be409f7b2b Wed Jan 23 09:05:14 CST 2008 Tejun Heo <htejun@gmail.com> libata: kill ata_ehi_schedule_probe()
ata_ehi_schedule_probe() was created to hide details of link-resuming reset magic. Now that all the softreset workarounds are gone, scheduling probe is very simple - set probe_mask and request RESET. Kill ata_ehi_schedule_probe() and open code it. This also increases consistency as ata_ehi_schedule_probe() couldn't cover individual device probings so they were open-coded even when the helper existed.
While at it, define ATA_ALL_DEVICES as mask of all possible devices on a link and always use it when requesting probe on link level for simplicity and consistency. Setting extra bits in the probe_mask doesn't hurt anybody.
Signed-off-by: Tejun Heo <htejun@gmail.com>
|
H A D | libata-eh.c | diff b558edddb1c42c70a30cfe494984d4be409f7b2b Wed Jan 23 09:05:14 CST 2008 Tejun Heo <htejun@gmail.com> libata: kill ata_ehi_schedule_probe()
ata_ehi_schedule_probe() was created to hide details of link-resuming reset magic. Now that all the softreset workarounds are gone, scheduling probe is very simple - set probe_mask and request RESET. Kill ata_ehi_schedule_probe() and open code it. This also increases consistency as ata_ehi_schedule_probe() couldn't cover individual device probings so they were open-coded even when the helper existed.
While at it, define ATA_ALL_DEVICES as mask of all possible devices on a link and always use it when requesting probe on link level for simplicity and consistency. Setting extra bits in the probe_mask doesn't hurt anybody.
Signed-off-by: Tejun Heo <htejun@gmail.com>
|
H A D | libata-scsi.c | diff b558edddb1c42c70a30cfe494984d4be409f7b2b Wed Jan 23 09:05:14 CST 2008 Tejun Heo <htejun@gmail.com> libata: kill ata_ehi_schedule_probe()
ata_ehi_schedule_probe() was created to hide details of link-resuming reset magic. Now that all the softreset workarounds are gone, scheduling probe is very simple - set probe_mask and request RESET. Kill ata_ehi_schedule_probe() and open code it. This also increases consistency as ata_ehi_schedule_probe() couldn't cover individual device probings so they were open-coded even when the helper existed.
While at it, define ATA_ALL_DEVICES as mask of all possible devices on a link and always use it when requesting probe on link level for simplicity and consistency. Setting extra bits in the probe_mask doesn't hurt anybody.
Signed-off-by: Tejun Heo <htejun@gmail.com>
|
H A D | libata-core.c | diff b558edddb1c42c70a30cfe494984d4be409f7b2b Wed Jan 23 09:05:14 CST 2008 Tejun Heo <htejun@gmail.com> libata: kill ata_ehi_schedule_probe()
ata_ehi_schedule_probe() was created to hide details of link-resuming reset magic. Now that all the softreset workarounds are gone, scheduling probe is very simple - set probe_mask and request RESET. Kill ata_ehi_schedule_probe() and open code it. This also increases consistency as ata_ehi_schedule_probe() couldn't cover individual device probings so they were open-coded even when the helper existed.
While at it, define ATA_ALL_DEVICES as mask of all possible devices on a link and always use it when requesting probe on link level for simplicity and consistency. Setting extra bits in the probe_mask doesn't hurt anybody.
Signed-off-by: Tejun Heo <htejun@gmail.com>
|
/openbmc/linux/include/linux/ |
H A D | libata.h | diff b558edddb1c42c70a30cfe494984d4be409f7b2b Wed Jan 23 09:05:14 CST 2008 Tejun Heo <htejun@gmail.com> libata: kill ata_ehi_schedule_probe()
ata_ehi_schedule_probe() was created to hide details of link-resuming reset magic. Now that all the softreset workarounds are gone, scheduling probe is very simple - set probe_mask and request RESET. Kill ata_ehi_schedule_probe() and open code it. This also increases consistency as ata_ehi_schedule_probe() couldn't cover individual device probings so they were open-coded even when the helper existed.
While at it, define ATA_ALL_DEVICES as mask of all possible devices on a link and always use it when requesting probe on link level for simplicity and consistency. Setting extra bits in the probe_mask doesn't hurt anybody.
Signed-off-by: Tejun Heo <htejun@gmail.com>
|