messages from 2015-11-17 08:16:49 to 2015-12-06 01:31:45 UTC [more...]
[PATCH v2 00/72] More fixes, cleanup and modernization for NCR5380 drivers
2015-12-06 1:31 UTC (17+ 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 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 18/72] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v2 19/72] ncr5380: Cleanup bogus {request, release}_region() calls
[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
2015-12-05 21:18 UTC (160+ 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 18/71] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH 19/71] ncr5380: Cleanup bogus {request,release}_region() calls
` [PATCH 20/71] ncr5380: Introduce unbound workqueue
` [PATCH 21/71] ncr5380: Sleep when polling, if possible
` [PATCH 22/71] ncr5380: Eliminate selecting state
` [PATCH 23/71] ncr5380: Always retry arbitration and selection
` [PATCH 24/71] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH 25/71] ncr5380: Rework disconnect versus poll logic
` [PATCH 26/71] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH 27/71] ncr5380: Add missing lock in eh_abort_handler
` [PATCH 28/71] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH 29/71] ncr5380: Remove references to linked commands
` [PATCH 30/71] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH 31/71] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH 32/71] ncr5380: Fix bus phase "
` [PATCH 33/71] atari_NCR5380: Set do_abort() timeouts
` [PATCH 34/71] atari_NCR5380: Use arbitration timeout
` [PATCH 35/71] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH 36/71] ncr5380: Use work_struct instead of delayed_work
` [PATCH 37/71] ncr5380: Standardize work queueing algorithm
` [PATCH 38/71] ncr5380: Remove UNSAFE macro
` [PATCH 39/71] ncr5380: Standardize interrupt handling
` [PATCH 40/71] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH 41/71] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH 42/71] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH 43/71] ncr5380: Standardize reselection handling
` [PATCH 44/71] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH 45/71] ncr5380: Cleanup #include directives
` [PATCH 46/71] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH 47/71] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH 48/71] atari_NCR5380: Fix queue_size limit
` [PATCH 49/71] atari_NCR5380: Introduce FLAG_DTC3181E
` [PATCH 50/71] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH 51/71] ncr5380: Remove command list debug code
` [PATCH 52/71] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH 53/71] ncr5380: Use shost_priv helper
` [PATCH 54/71] ncr5380: Use dsprintk() for queue debugging
` [PATCH 55/71] ncr5380: Remove LIST and REMOVE macros
` [PATCH 56/71] ncr5380: Remove redundant volatile qualifiers
` [PATCH 57/71] ncr5380: Use standard list data structure
` [PATCH 58/71] ncr5380: Refactor command completion
` [PATCH 59/71] ncr5380: Fix autosense bugs
` [PATCH 60/71] ncr5380: Implement new eh_abort_handler
` [PATCH 61/71] ncr5380: Fix EH during arbitration and selection
` [PATCH 62/71] ncr5380: Implement new eh_bus_reset_handler
` [PATCH 63/71] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH 64/71] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH 65/71] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH 66/71] ncr5380: Fix soft lockups
` [PATCH 67/71] ncr5380: Cleanup comments
` [PATCH 68/71] ncr5380: Fix whitespace issues using regexp
` [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] 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 1/4] m68k/mm: motorola - Add missing initialization of max_pfn
2015-11-22 10:38 UTC (2+ messages)
` [PATCH 4/4] m68knommu: Add missing initialization of max_pfn and {min,max}_low_pfn
[PATCH] include: asm-generic: page.h: Remove useless get_user_page and free_user_page
2015-11-20 12:15 UTC (6+ messages)
[PATCH 0/8] Amiga XSurf100 patch series, to be submitted to linux-net
2015-11-18 8:09 UTC (10+ messages)
` [PATCH 7/8] ax88796: Add X-Surf 100 zorro driver providing an ax88796 platform device
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