messages from 2015-11-18 08:36:04 to 2015-12-07 03:16:29 UTC [more...]
[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
2015-12-07 3:16 UTC (126+ messages)
` [PATCH 01/71] atari_scsi: Fix SCSI host ID setting
` [PATCH 02/71] ncr5380: Remove redundant static variable initializers
` [PATCH 03/71] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH 04/71] ncr5380: Remove more pointless macros
` [PATCH 05/71] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH 06/71] ncr5380: Remove NCR5380_instance_name macro
` [PATCH 07/71] ncr5380: Split NCR5380_init() into two functions
` [PATCH 08/71] ncr5380: Move NCR53C400-specific code
` [PATCH 09/71] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH 10/71] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH 11/71] ncr5380: Simplify bus reset handlers
` [PATCH 12/71] ncr5380: Remove unused hostdata->aborted flag
` [PATCH 13/71] ncr5380: Remove redundant register writes
` [PATCH 14/71] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH 15/71] ncr5380: Always escalate bad target time-out "
` [PATCH 16/71] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH 17/71] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH 21/71] ncr5380: Sleep when polling, if possible
` [PATCH 22/71] ncr5380: Eliminate selecting state
` [PATCH 43/71] ncr5380: Standardize reselection handling
` [PATCH 58/71] ncr5380: Refactor command completion
` [PATCH 69/71] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH 70/71] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH 71/71] ncr5380: Cleanup whitespace and parentheses
` [PATCH 72/71] ncr5380: Fix pseudo-DMA
` [RFC PATCH 73/71] ncr5380: Use runtime register mapping
` [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [RFC PATCH 75/71] ncr5380: Remove FLAG_DTC3181E
` [RFC PATCH 76/71] ncr5380: Enable PDMA for DTC chips
` [RFC PATCH 77/71] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH 73/71] ncr5380: Use runtime register mapping
` [PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH 76/71] ncr5380: Enable PDMA for DTC chips
` [RFC PATCH 78/71] ncr5380: Add support for HP 53C400A-based cards (C2502)
` [PATCH v2 73/71] ncr5380: Use runtime register mapping
` [PATCH v2 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v2 76/71] ncr5380: Enable PDMA for DTC chips
` [PATCH v2 77/71] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v3 76/71] ncr5380: Enable PDMA for DTC chips
[PATCH v2 00/72] More fixes, cleanup and modernization for NCR5380 drivers
2015-12-06 22:07 UTC (75+ messages)
` [PATCH v2 01/72] atari_scsi: Fix SCSI host ID setting
` [PATCH v2 02/72] ncr5380: Remove redundant static variable initializers
` [PATCH v2 03/72] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v2 04/72] ncr5380: Remove more pointless macros
` [PATCH v2 05/72] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v2 06/72] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v2 07/72] ncr5380: Split NCR5380_init() into two functions
` [PATCH v2 08/72] ncr5380: Move NCR53C400-specific code
` [PATCH v2 09/72] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v2 10/72] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v2 11/72] ncr5380: Simplify bus reset handlers
` [PATCH v2 12/72] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v2 13/72] ncr5380: Remove redundant register writes
` [PATCH v2 14/72] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v2 15/72] ncr5380: Always escalate bad target time-out "
` [PATCH v2 16/72] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH v2 17/72] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v2 18/72] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v2 19/72] ncr5380: Cleanup bogus {request, release}_region() calls
` [PATCH v2 20/72] ncr5380: Introduce unbound workqueue
` [PATCH v2 21/72] ncr5380: Sleep when polling, if possible
` [PATCH v2 22/72] ncr5380: Eliminate selecting state
` [PATCH v2 23/72] ncr5380: Always retry arbitration and selection
` [PATCH v2 24/72] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v2 25/72] ncr5380: Rework disconnect versus poll logic
` [PATCH v2 26/72] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v2 27/72] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v2 28/72] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v2 29/72] ncr5380: Remove references to linked commands
` [PATCH v2 30/72] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v2 31/72] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v2 32/72] ncr5380: Fix bus phase "
` [PATCH v2 33/72] atari_NCR5380: Set do_abort() timeouts
` [PATCH v2 34/72] atari_NCR5380: Use arbitration timeout
` [PATCH v2 35/72] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v2 36/72] ncr5380: Use work_struct instead of delayed_work
` [PATCH v2 37/72] ncr5380: Standardize work queueing algorithm
` [PATCH v2 38/72] ncr5380: Remove UNSAFE macro
` [PATCH v2 39/72] ncr5380: Standardize interrupt handling
` [PATCH v2 40/72] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v2 41/72] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v2 42/72] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v2 43/72] ncr5380: Standardize reselection handling
` [PATCH v2 44/72] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v2 45/72] ncr5380: Cleanup #include directives
` [PATCH v2 46/72] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v2 47/72] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v2 48/72] atari_NCR5380: Fix queue_size limit
` [PATCH v2 49/72] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v2 50/72] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v2 51/72] ncr5380: Remove command list debug code
` [PATCH v2 52/72] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v2 53/72] ncr5380: Use shost_priv helper
` [PATCH v2 54/72] ncr5380: Use dsprintk() for queue debugging
` [PATCH v2 55/72] ncr5380: Remove LIST and REMOVE macros
` [PATCH v2 56/72] ncr5380: Remove redundant volatile qualifiers
` [PATCH v2 57/72] ncr5380: Use standard list data structure
` [PATCH v2 58/72] ncr5380: Refactor command completion
` [PATCH v2 59/72] ncr5380: Fix autosense bugs
` [PATCH v2 60/72] ncr5380: Implement new eh_abort_handler
` [PATCH v2 61/72] ncr5380: Fix EH during arbitration and selection
` [PATCH v2 62/72] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v2 63/72] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v2 64/72] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v2 65/72] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v2 66/72] ncr5380: Fix soft lockups
` [PATCH v2 67/72] ncr5380: Cleanup comments
` [PATCH v2 68/72] ncr5380: Fix whitespace issues using regexp
` [PATCH v2 69/72] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v2 70/72] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v2 71/72] ncr5380: Cleanup whitespace and parentheses
` [PATCH v2 72/72] ncr5380: Fix pseudo DMA transfers on 53C400
[PATCH] clk: let clk_disable() return immediately if clk is NULL or error
2015-12-05 6:17 UTC
[PATCH] m68k/defconfig: Update defconfigs for v4.4-rc1
2015-11-30 12:32 UTC
[git pull] m68k updates for 4.4 (take two)
2015-11-29 9:35 UTC
Reply Me For Details
2015-11-28 4:13 UTC
Private Message!!
2015-11-26 17:12 UTC
RE
2015-11-25 17:14 UTC
Fix for Falcon 030 boot fault in v4.3
2015-11-24 21:06 UTC
[PATCH] m68k/mac: Kill psc_present
2015-11-23 8:59 UTC (2+ messages)
[PATCH 4/4] m68knommu: Add missing initialization of max_pfn and {min,max}_low_pfn
2015-11-22 10:38 UTC
[PATCH] include: asm-generic: page.h: Remove useless get_user_page and free_user_page
2015-11-20 12:15 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox